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/31058] bogus array overflow warnings in unrolled loops



------- Comment #8 from rakdver at atrey dot karlin dot mff dot cuni dot cz  2007-03-07 11:02 -------
Subject: Re:  bogus array overflow warnings in unrolled loops

> I don't think this is the same testcase. you will get any warning in this case,
> because the compiler cannot determine that it is supposed to be dead code. 

it is exactly the same in the unrolled loop case -- compiler
cannot determine that the unrolled loop body is a dead code.


-- 


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


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