public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/47890] New: [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186
@ 2011-02-25  2:59 d.g.gorbachev at gmail dot com
  2011-02-25  3:01 ` [Bug tree-optimization/47890] " d.g.gorbachev at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-02-25  2:59 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5/4.6 Regression] internal compiler error: in
                    vect_get_vec_def_for_stmt_copy, at
                    tree-vect-stmts.c:1186
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Created attachment 23462
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23462
Backtrace

$ cat > bug.c
void f(char *s)
{
  signed short i;

  for (i = 0; i < 19; i = i + 1)
    s[i] = i;
}
^D
$ gcc -O3 -march=pentium4 bug.c


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

end of thread, other threads:[~2011-03-01 17:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-25  2:59 [Bug tree-optimization/47890] New: [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186 d.g.gorbachev at gmail dot com
2011-02-25  3:01 ` [Bug tree-optimization/47890] " d.g.gorbachev at gmail dot com
2011-02-25 10:49 ` rguenth at gcc dot gnu.org
2011-02-25 17:24 ` rguenth at gcc dot gnu.org
2011-02-26 14:00 ` irar at il dot ibm.com
2011-02-26 15:22 ` irar at il dot ibm.com
2011-03-01 10:36 ` rguenth at gcc dot gnu.org
2011-03-01 13:18 ` rguenth at gcc dot gnu.org
2011-03-01 13:19 ` [Bug tree-optimization/47890] [4.5 " rguenth at gcc dot gnu.org
2011-03-01 17:04 ` rguenth at gcc dot gnu.org
2011-03-01 17:05 ` rguenth at gcc dot gnu.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).