https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98125

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to seurer from comment #0)
> g:694d4a6d0c466d0fbc97920a9c6641a7b349ca35, r11-5656
> 
> make  -k check-gcc RUNTESTFLAGS="dg.exp=g++.dg/pr93195a.C"
> FAIL: g++.dg/pr93195a.C  -std=gnu++98 (test for excess errors)
> FAIL: g++.dg/pr93195a.C  -std=gnu++14 (test for excess errors)
> FAIL: g++.dg/pr93195a.C  -std=gnu++17 (test for excess errors)
> FAIL: g++.dg/pr93195a.C  -std=gnu++2a (test for excess errors)
> # of unexpected failures      4
> 
> The errors are all this:
> 
> collect2: error: ld returned 1 exit status
> compiler exited with status 1
> FAIL: g++.dg/pr93195a.C  -std=gnu++14 (test for excess errors)
> Excess errors:
> `.text._Z3foov' referenced in section `__patchable_function_entries' of
> /tmp/ccwJ1d6k.o: defined in discarded section `.text._Z3foov[_Z3foov]' of
> /tmp/ccwJ1d6k.o

This is a PowerPC specific issue.  I don't know how
__patchable_function_entries
works on PowerPC.

Reply via email to