This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/62104] [4.10 Regression] ICE: in update_visibility_by_resolution_info, at ipa-visibility.c:403


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

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
markus@x4 /tmp % wget trippelsdorf.de/testcase.tar.bz2
--2014-08-12 12:07:24--  http://trippelsdorf.de/testcase.tar.bz2
Resolving trippelsdorf.de... 194.117.254.50
Connecting to trippelsdorf.de|194.117.254.50|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3066810 (2.9M) [application/x-bzip2]
Saving to: âtestcase.tar.bz2â

2014-08-12 12:07:25 (3.05 MB/s) - âtestcase.tar.bz2â saved [3066810/3066810]

markus@x4 /tmp % tar -xjf testcase.tar.bz2
markus@x4 /tmp % g++ XPCComponents.o Unified_cpp_js_xpconnect_src1.o jsarray.o
lto1: internal compiler error: in update_visibility_by_resolution_info, at
ipa-visibility.c:403
0xe4cf20 update_visibility_by_resolution_info
        ../../gcc/gcc/ipa-visibility.c:400
0xe4d932 function_and_variable_visibility
        ../../gcc/gcc/ipa-visibility.c:557
0xe4ea56 whole_program_function_and_variable_visibility
        ../../gcc/gcc/ipa-visibility.c:745
0xe4ea56 execute
        ../../gcc/gcc/ipa-visibility.c:793
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: fatal error: /var/tmp/gcc_test/usr/local/bin/g++ returned 1 exit
status
compilation terminated.
/usr/bin/ld: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]