[Bug c++/54216] Missing diagnostic for ill-formed anonymous enum declarations

2013-04-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54216 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Co

[Bug target/35926] Pushing / Poping ebx without using it.

2013-04-09 Thread tony.poppleton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35926 --- Comment #8 from Tony Poppleton 2013-04-10 01:42:20 UTC --- This appears to be fixed in GCC 4.8.0, compiling with just -S and -O3, the asm output is now a much simpler: .file "test.c" .text .p2align 4,,15

[Bug rtl-optimization/47477] [4.6/4.7/4.8/4.9 regression] Sub-optimal mov at end of method

2013-04-09 Thread tony.poppleton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 --- Comment #13 from Tony Poppleton 2013-04-10 01:44:18 UTC --- The test case appears to be fixed in GCC 4.8.0, compiling with just -S and -O3, the asm output is now a much simpler: .file "test.c" .text .p2al

[Bug rtl-optimization/47521] Unnecessary usage of edx register

2013-04-09 Thread tony.poppleton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47521 --- Comment #7 from Tony Poppleton 2013-04-10 01:51:36 UTC --- This appears to be fixed with GCC 4.8.0 and flag -O2. The asm code produced is now exactly as Jeff said in comment #3: .file "test.c" .text .p2al

[Bug target/34653] operation performed unnecessarily in 64-bit mode

2013-04-09 Thread tony.poppleton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34653 --- Comment #9 from Tony Poppleton 2013-04-10 02:01:27 UTC --- GCC 4.8.0 with -O2 produces something similar to the original, so the regression noted in comment #7 and comment #8 is now resolved. movzbl (%rdi), %eax shr

[Bug target/56897] New: unaligned memory access on alpha

2013-04-09 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 Bug #: 56897 Summary: unaligned memory access on alpha Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Prio

[Bug target/56897] unaligned memory access on alpha

2013-04-09 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #1 from Martynas Venckus 2013-04-10 03:55:11 UTC --- Created attachment 29845 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29845 gcc-unalign-alpha.diff

[Bug target/56898] New: stack smashing protector for alpha

2013-04-09 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56898 Bug #: 56898 Summary: stack smashing protector for alpha Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Pr

[Bug target/56898] stack smashing protector for alpha

2013-04-09 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56898 --- Comment #1 from Martynas Venckus 2013-04-10 03:57:00 UTC --- Created attachment 29846 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29846 gcc-ssp-alpha.diff

[Bug target/56897] unaligned memory access on alpha

2013-04-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #2 from Uros Bizjak 2013-04-10 06:43:14 UTC --- > Attached the diff against trunk. Please post patches to gcc-patches mailing list, as described in [1]. [1] http://gcc.gnu.org/contribute.html

[Bug target/56898] stack smashing protector for alpha

2013-04-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56898 --- Comment #2 from Uros Bizjak 2013-04-10 06:43:52 UTC --- Please post patches to gcc-patches mailing list, as described in [1]. [1] http://gcc.gnu.org/contribute.html

[Bug middle-end/56883] error openmp parallel for order

2013-04-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56883 --- Comment #5 from Jakub Jelinek 2013-04-10 06:53:47 UTC --- Author: jakub Date: Wed Apr 10 06:35:48 2013 New Revision: 197661 URL: http://gcc.gnu.org/viewcvs?rev=197661&root=gcc&view=rev Log: Backported from mainline 2013-0

[Bug c++/56895] [4.8/4.9 Regression] ICE: unexpected expression of kind arrow_expr

2013-04-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

<    1   2