This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/30786] New: ICE on _Pragma at end of file
- From: "truedfx at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Feb 2007 14:23:41 -0000
- Subject: [Bug preprocessor/30786] New: ICE on _Pragma at end of file
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compiling or preprocessing a file that ends immediately after _Pragma leads to
an ICE:
<bug.c>:1:1: error: _Pragma takes a parenthesized string literal
<built-in>:0: internal compiler error: Segmentation fault
Simply `echo _Pragma | cpp` is enough to show it.
I'm using gcc 4.1.1.
--
Summary: ICE on _Pragma at end of file
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: truedfx at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30786