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


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-03 01:08 -------
How can the last one be valid c++:
	const int &operator*()
	{
		IntervalIterator tmp = current;
		return *--tmp;
	}
He is returning an const int reference for tmp.val_m.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |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]