This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/39954] [4.5 Regression] Revision 146817 caused unaligned access in gcc.dg/torture/pr26565.c



------- Comment #9 from pinskia at gcc dot gnu dot org  2009-04-29 00:43 -------
(In reply to comment #7)
> How does gimple handle
> 
> typedef int foo __attribute__ ((aligned(1)));

The C/C++ front-end ignores the aligned here but does not mention that to you. 
That is a different issue though, see PR 29436 and PR 38611.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39954


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]