This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34385] [4.3 Regression] new miscompilation after PR34148 fix
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2007 22:52:45 -0000
- Subject: [Bug tree-optimization/34385] [4.3 Regression] new miscompilation after PR34148 fix
- References: <bug-34385-12049@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-07 22:52 -------
This code does not look defined:
i = reinterpret_cast < const const_iterator & >(o).i;
Where o is iterator&.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34385