[Bug c++/52363] New: Presence/absence of -pedantic compilation affects run-time behavior

2012-02-23 Thread wb at fnal dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52363 Bug #: 52363 Summary: Presence/absence of -pedantic compilation affects run-time behavior Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/45167] New: lambda+template="Internal error: Segmentation fault (program cc1plus)"

2010-08-02 Thread wb at fnal dot gov
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wb at fnal dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45167

[Bug c++/15218] [DR 421] rvalue.field is not an lvalue

2010-04-23 Thread wb at fnal dot gov
--- Comment #4 from wb at fnal dot gov 2010-04-23 16:00 --- Created an attachment (id=20472) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20472&action=view) test case; incorrectly compiles -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15218

[Bug c++/29518] incorrect "

2006-10-19 Thread wb at fnal dot gov
--- Comment #2 from wb at fnal dot gov 2006-10-19 21:22 --- Created an attachment (id=12463) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12463&action=view) preprocessed version of test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29518

[Bug c++/29518] New: incorrect "

2006-10-19 Thread wb at fnal dot gov
MSG( okay, message_goes_here, (T) ); }; int main() { N n; } -- Summary: incorrect " Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gc

[Bug c++/21756] New: inconsistent result of left shift

2005-05-25 Thread wb at fnal dot gov
std::cout << "r2 = " << r2 << "\n"; // emits "r2 = 0" return 0; } -- Summary: inconsistent result of left shift Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P