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 c++/35144] [4.3 regression] ICE in generate_element_copy



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-02-10 23:14 -------
This is probably hard to fix for 4.3.  SRA should be looking up structure
elements
by offset, size and element type, not by using field_decls.  Maybe we can make
it not SRA in this case for 4.3.


-- 


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


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