[Bug c++/38987] Including a precompiled header from another header causes invalid assembly to be generated
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 27 17:14:00 GMT 2009
------- Comment #2 from rguenth at gcc dot gnu dot org 2009-01-27 17:14 -------
CXX=g++-4.3 ./cause-error.sh
In file included from <built-in>:0:
<built-in>:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
This looks related to https://bugzilla.novell.com/show_bug.cgi?id=432433
and https://bugzilla.novell.com/show_bug.cgi?id=444153
-> PCH is broken wrt location information.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Known to fail| |4.1.2 4.2.4 4.3.3 4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38987
More information about the Gcc-bugs
mailing list