[Bug preprocessor/57580] Repeated _Pragma message directives in macro causes problems

2013-06-13 Thread drussel at gmail dot com
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

[Bug preprocessor/57580] Repeated _Pragma message directives in macro causes problems

2013-06-13 Thread drussel at gmail dot com
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.

[Bug preprocessor/57580] New: Repeated _Pragma message directives in macro causes problems

2013-06-10 Thread drussel at gmail dot com
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

[Bug c++/36912] New: ICE when building with "-frounding-math -g"

2008-07-23 Thread drussel at gmail dot com
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