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 rtl-optimization/31500] FAIL: gcc.dg/Warray-bounds.c (internal compiler error)



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-04-07 17:38 -------
Basically flow (or really the DSE part of flow) should be taught that the
prologue/epilogue is special and should not be deleted.  Maybe a good idea is
to see if the dataflow branch with its new DSE gets this ICE also.


-- 


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


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