PR go/67101
commit7dcad7644af8b659eb769589c4cfc583e34a47ef
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 2015 17:54:50 +0000 (3 17:54 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 2015 17:54:50 +0000 (3 17:54 +0000)
tree9571b922399290511f15ae0d488782d6fc9ee6fc
parenteedb21850f619caf58c6f1e4d2be4a06f972feb6
PR go/67101

    runtime: Remove call to __builtin_frame_address.

    __builtin_frame_address was only supposed to use nonzero arguments
    for debugging purposes.  Calling it with nonzero arguments can have
    unpredictable results and uses are now marked unsafe when
    -Wframe-address is enabled.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226525 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/mprof.goc