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 testsuite/53046] [4.8 Regression] New libstdc++ test failures


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

--- Comment #9 from Chris Jefferson <chris at bubblescope dot net> 2012-04-23 10:54:57 UTC ---
Looking at the output of -fdump-tree-all, it looks like the compiler optimises
the loop which accesses an array out of bounds to:

while(true);

Is this expected behaviour? That seems like terrible output for every
situation...


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