public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34846]  New: ICE on STL container iterator copy
@ 2008-01-18  5:33 dougkwan at google dot com
  2008-01-18  8:36 ` [Bug c++/34846] [4.3 regression] " ian at airs dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dougkwan at google dot com @ 2008-01-18  5:33 UTC (permalink / raw)
  To: gcc-bugs

My copy of top of trunk, which was updated today, ICEd with this piece of code:

------
#include <vector>                       // fails with vector and set

void
test()
{
  typedef int a;                        // must be locally defined
  std::vector<a*>::iterator x;          // element must be pointer to
                                        // aliased type
  std::vector<a*>::iterator y=x;
}
------


-- 
           Summary: ICE on STL container iterator copy
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dougkwan at google dot com
 GCC build triplet: i686-unknown-linux-gnu
  GCC host triplet: i686-unknown-linux-gnu
GCC target triplet: i686-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-01-22 14:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-18  5:33 [Bug c++/34846] New: ICE on STL container iterator copy dougkwan at google dot com
2008-01-18  8:36 ` [Bug c++/34846] [4.3 regression] " ian at airs dot com
2008-01-18 11:35 ` rguenth at gcc dot gnu dot org
2008-01-19  8:26 ` dkwan at transmeta dot com
2008-01-20  4:51 ` pinskia at gcc dot gnu dot org
2008-01-21 16:55 ` jsm28 at gcc dot gnu dot org
2008-01-21 23:17 ` jason at gcc dot gnu dot org
2008-01-22 14:52 ` jason at gcc dot gnu dot org
2008-01-22 15:52 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).