http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54216
Paolo Carlini changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Co
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
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
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
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
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
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
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
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
101 - 113 of 113 matches
Mail list logo