public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/18425] New: ICE in vector.tcc when -ftree-vectorize enabled
@ 2004-11-11  5:41 senor_fjord at yahoo dot com
  2004-11-11  5:50 ` [Bug tree-optimization/18425] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: senor_fjord at yahoo dot com @ 2004-11-11  5:41 UTC (permalink / raw)
  To: gcc-bugs

I reduced the problem to a small, albeit nonsensical, test case:

#include <vector>

void foo() {
  std::vector<char *> v;

  while (1)
    v.resize(1);
}

I'm compiling with -O3 -ftree-vectorize -march=pentium4 on gcc 4.0.0(20041110).
I think this is related to bug 18397, but since it's unconfirmed I figured it
may help to have another case.

-- 
           Summary: ICE in vector.tcc when -ftree-vectorize enabled
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: senor_fjord at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2004-11-14 20:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-11  5:41 [Bug tree-optimization/18425] New: ICE in vector.tcc when -ftree-vectorize enabled senor_fjord at yahoo dot com
2004-11-11  5:50 ` [Bug tree-optimization/18425] " pinskia at gcc dot gnu dot org
2004-11-11  7:03 ` pinskia at gcc dot gnu dot org
2004-11-11  7:14 ` pinskia at gcc dot gnu dot org
2004-11-11  7:21 ` pinskia at gcc dot gnu dot org
2004-11-11 15:12 ` pinskia at gcc dot gnu dot org
2004-11-14 18:25 ` cvs-commit at gcc dot gnu dot org
2004-11-14 18:31 ` pinskia at gcc dot gnu dot org
2004-11-14 20:45 ` cvs-commit 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).