Summary: | [ICE/4.7] app-office/libreoffice-4.1.0.1 w/ gcc-4.7.3 - g++: Internal compiler error: Error reporting routines re-entered. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Douglas J Hunley <doug.hunley> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
updated build.log new emerge --info new build.log preprocessed source |
Description
Douglas J Hunley
2013-06-24 12:21:28 UTC
CFLAGS="-O2 -pipe -march=native -mpopcnt -msahf -fforce-addr" Can you try without the last three flags? -fforce-addr is known to be broken. In fact I thought it was removed a few years ago but it seems to still be accepted. If you can reproduce your error without -fforce-addr reopen this bug. i removed the offending 3 options, still got a build failure Created attachment 351904 [details]
updated build.log
updated build.log
Created attachment 351906 [details]
new emerge --info
new emerge --info
Created attachment 351908 [details]
new build.log
Okay, now you've added a bunch of graphite flags... Anyways this is reproducible with CXXFLAGS="-Wabi". Created attachment 351946 [details] preprocessed source $ g++-4.7.3 -O2 -std=gnu++0x -Wabi -c debugbase.ii ' Internal compiler error: Error reporting routines re-entered. Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.gentoo.org/> for instructions. Possibly related to http://gcc.gnu.org/PR56869 These LO versions are all gone from the tree. Add us back if this is still occuring with current LibreOffice. gcc-4.9 is stable now, so throwing away older bugs we don't plan on doing backports for as this should be fixed w/4.9+. please re-open if it's still an issue with 4.9.3+ though. |