[Bug ipa/64545] failed gcc build: internal compiler error: in inline_small_functions, at ipa-inline.c:1693
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 14 07:52:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64545
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|x86_64-unknown-linux-gnu |
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-01-14
Component|middle-end |ipa
CC| |hubicka at gcc dot gnu.org,
| |trippels at gcc dot gnu.org
Host|x86_64-unknown-linux-gnu |
Ever confirmed|0 |1
Build|x86_64-unknown-linux-gnu |
--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Also happens with tramp3d on ppc64:
trippels@gcc2-power8 ~ % ~/gcc_test/usr/local/bin/g++ -Ofast -fprofile-generate
-mcpu=power8 -w tramp3d-v4.cpp
trippels@gcc2-power8 ~ % ./a.out --cartvis 1.0 0.0 --rhomin 1e-8 -n 20
...
trippels@gcc2-power8 ~ % ~/gcc_test/usr/local/bin/g++ -Ofast -fprofile-use
-mcpu=power8 -w tramp3d-v4.cpp
tramp3d-v4.cpp:64206:1: internal compiler error: in inline_small_functions, at
ipa-inline.c:1658
}
^
0x11041b0b inline_small_functions
../../gcc/gcc/ipa-inline.c:1658
0x11041b0b ipa_inline
../../gcc/gcc/ipa-inline.c:2167
0x11041b0b execute
../../gcc/gcc/ipa-inline.c:2539
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.
More information about the Gcc-bugs
mailing list