[Bug c++/55436] New: g++ compiles invalid code with child class of nested class in template class

2012-11-21 Thread conradsand.arma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55436 Bug #: 55436 Summary: g++ compiles invalid code with child class of nested class in template class Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/55436] g++ compiles invalid code with child class of nested class in template class

2012-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55436 --- Comment #1 from Andrew Pinski 2012-11-22 04:13:58 UTC --- Comeau online tester (which is EDG based) says: "ComeauTest.c", line 20: error: a nonstatic member reference must be relative to a specific object void x() { m

[Bug c++/55437] New: Non-const copy constructor causes error - even if not called

2012-11-21 Thread rockydowns0485 at msn dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55437 Bug #: 55437 Summary: Non-const copy constructor causes error - even if not called Classification: Unclassified Product: gcc Version: 4.4.5 Status: UNCONFIRMED

[Bug middle-end/55438] New: [4.8 Regression]: tmpdir-gcc.dg-struct-layout-1/t001 - t028 ICE

2012-11-21 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55438 Bug #: 55438 Summary: [4.8 Regression]: tmpdir-gcc.dg-struct-layout-1/t001 - t028 ICE Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCON

[Bug target/54342] OImode is used for _m256 types when using unions in a function call.

2012-11-21 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 Vladimir Yakovlev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug other/55439] New: ThreadSanitizer: handle atomic operations

2012-11-21 Thread dvyukov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55439 Bug #: 55439 Summary: ThreadSanitizer: handle atomic operations Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug testsuite/55440] New: Plugin tests is compiled with wrong CFLAGS

2012-11-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55440 Bug #: 55440 Summary: Plugin tests is compiled with wrong CFLAGS Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug other/55439] ThreadSanitizer: handle atomic operations

2012-11-21 Thread dvyukov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55439 --- Comment #1 from Dmitry Vyukov 2012-11-22 07:54:47 UTC --- In the other compiler function-scope statics are lowered to inline code that includes acquire-load atomic operation. So the interception is critical to not produce false positiv

[Bug other/55441] New: ThreadSanitizer: handle bitfields

2012-11-21 Thread dvyukov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55441 Bug #: 55441 Summary: ThreadSanitizer: handle bitfields Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Pri

<    1   2