]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo: fix for runtime/check failure with "-O0 -g"
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 18:02:40 +0000 (18:02 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 18:02:40 +0000 (18:02 +0000)
commite0722a9947d1652311bc6624c25471a7207a1a9c
tree57f9b4dc84c2cab069293196315b22343576bfe9
parenta0d6c22cf065d1b7a529e0a320a7009f59ed3295
libgo: fix for runtime/check failure with "-O0 -g"

    Tweak the makefile rules for the runtime/check test to
    insure that the runtime package is compiled with
    "-fgo-compiling-runtime". This resolves a test failure
    (unsat on runtime.getcallerpc) when in a build directory where the
    compiler flags have been configured to disable optimization.

    Reviewed-on: https://go-review.googlesource.com/30010

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240588 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in