[Bug rtl-optimization/14863] [3.4 regression] unit-at-a-time causes miscompilation

belyshev at lubercy dot com gcc-bugzilla@gcc.gnu.org
Wed Jun 2 08:50:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list