http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580
--- Comment #4 from Daniel Russel ---
Here we go. Sorry again.
drussel@flute:/tmp> gcc -c test.cpp
test.cpp:8:2: error: stray ‘#’ in program
test.cpp:8:27: note: #pragma message: message0
test.cpp:8:3: error: ‘pragma’ does not name a type
drusse
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580
--- Comment #3 from Daniel Russel ---
It looks like I confused something along the way of trying to produce a simple
example. I'll revisit it on my end. Sorry.
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: drussel at gmail dot com
Input:
#define BROKEN\
_Pragma("message(\"message0\")") \
_Pragma("message(\"message1
building with "-frounding-math -g"
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: drussel at gmail dot