[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-15 Thread pkoning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 --- Comment #2 from Paul Koning 2011-11-16 01:47:27 UTC --- Thanks, I'll give that a try for another workaround.

[Bug target/51134] [4.7 Regression] x86 memset/memcpy expansion is broken

2011-11-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51134 --- Comment #6 from H.J. Lu 2011-11-16 01:56:08 UTC --- On Linux/ia32, If you configure GCC with --with-arch=core2 --with-cpu=atom you will get bin/sh ../../src-trunk/gcc/../move-if-change tmp-check.h tree-check.h *** glibc detected *** build/

[Bug c++/51149] New: Smarter error output in a few template deduction/substitution failure cases

2011-11-15 Thread darlingmoff at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51149 Bug #: 51149 Summary: Smarter error output in a few template deduction/substitution failure cases Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNC

[Bug c++/51150] New: [C++11][4.6 Regression] ICE when result of -> initializes const variable of different type

2011-11-15 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51150 Bug #: 51150 Summary: [C++11][4.6 Regression] ICE when result of -> initializes const variable of different type Classification: Unclassified Product: gcc Version: 4.6.3

[Bug c++/51150] [C++11][4.6/4.7 Regression] ICE when result of -> initializes const variable of different type

2011-11-15 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51150 Jeffrey Yasskin changed: What|Removed |Added Summary|[C++11][4.6 Regression] ICE |[C++11][4.6/4.7 Regression]

[Bug c++/51150] [C++11][4.6/4.7 Regression] ICE when result of -> initializes const variable of different type

2011-11-15 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51150 --- Comment #2 from Jeffrey Yasskin 2011-11-16 05:30:12 UTC --- And here's a similar test case using static_cast instead of ->: $ cat test.ii template void Foo(int val) { const int now = static_cast(val); } $ g++ -std=c++0x test.ii -fsyntax-

[Bug c++/51151] New: Invalid -Woverflow warning in C++ frontend

2011-11-15 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51151 Bug #: 51151 Summary: Invalid -Woverflow warning in C++ frontend Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/51152] New: error: X has no member named Y on code that seems valid

2011-11-15 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51152 Bug #: 51152 Summary: error: X has no member named Y on code that seems valid Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug c++/51152] error: X has no member named Y on code that seems valid

2011-11-15 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51152 --- Comment #1 from Craig Schroeder 2011-11-16 06:14:29 UTC --- Created attachment 25832 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25832 File that fails to compile cleanly.

[Bug target/51153] New: OpenACC implementation

2011-11-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153 Bug #: 51153 Summary: OpenACC implementation Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug target/51153] OpenACC implementation

2011-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153 --- Comment #1 from Andrew Pinski 2011-11-16 06:46:43 UTC --- Hmm, openacc's pragma look very close to openmp.

[Bug target/51153] OpenACC implementation

2011-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153 --- Comment #2 from Andrew Pinski 2011-11-16 06:53:11 UTC --- http://efytimes.com/e1/fullnews.asp?edid=73401 So from the sound of it, it is being merged with openmp.

[Bug c++/51154] New: internal compiler error: gimplification failed

2011-11-15 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51154 Bug #: 51154 Summary: internal compiler error: gimplification failed Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Pri

[Bug c++/51155] New: sizeof and sizeof... in template partial specialization

2011-11-15 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51155 Bug #: 51155 Summary: sizeof and sizeof... in template partial specialization Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED S

[Bug c++/51154] internal compiler error: gimplification failed

2011-11-15 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51154 --- Comment #1 from Craig Schroeder 2011-11-16 07:28:29 UTC --- Created attachment 25834 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25834 Variation on same source causing failure with different message. This variant on the source file I

[Bug c++/51154] internal compiler error: gimplification failed

2011-11-15 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51154 --- Comment #2 from Craig Schroeder 2011-11-16 07:30:12 UTC --- Created attachment 25835 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25835 Another file variant causing a third diagnostic on ICE. This variant on the file produces the foll

[Bug debug/51156] New: build glibc-2.11

2011-11-15 Thread cpliviu at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51156 Bug #: 51156 Summary: build glibc-2.11 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component

<    1   2