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/14863] [3.4 regression] unit-at-a-time causes miscompilation


------- Additional Comments From belyshev at lubercy dot com  2004-06-02 08:50 -------
IntervalIterator::operator* () returns reference to member of *this (and '*this'
is temporary automatic variable; IMHO it is not what iterators supposed to do)
to std::reverse_iterator::operator* () which is used after ~IntervalIterator
called. So this bug is in POOMA and then INVALID.


-- 


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


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