[Bug target/56897] unaligned memory access on alpha

2013-04-16 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #7 from Uros Bizjak 2013-04-16 15:15:14 UTC --- (In reply to comment #4) > Hi, > > (In reply to comment #3) > > Please create a self-sufficient executable testcase, following the > > instructions > > at [1]. I was not able

[Bug target/56897] unaligned memory access on alpha

2013-04-15 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #6 from Martynas Venckus 2013-04-16 04:18:16 UTC --- Created attachment 29879 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29879 ab-post.tgz > gcc a.c; ./a.out 0d0a 0d0a0401 0d0a0401 > gcc -O a.c; ./a.out 0

[Bug target/56897] unaligned memory access on alpha

2013-04-15 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #5 from Martynas Venckus 2013-04-16 04:16:39 UTC --- Created attachment 29878 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29878 ab-pre.tgz > gcc a.c; ./a.out 0d0a 0d0a0401 0d0a0401 > gcc -O a.c; ./a.out 0d

[Bug target/56897] unaligned memory access on alpha

2013-04-15 Thread martynas at venck dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 --- Comment #4 from Martynas Venckus 2013-04-16 04:11:52 UTC --- Hi, (In reply to comment #3) > Please create a self-sufficient executable testcase, following the > instructions > at [1]. I was not able to confirm the problem from the

[Bug target/56897] unaligned memory access on alpha

2013-04-15 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56897 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[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/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