public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/32366]  New: [4.3 Regression] Segfault in significand_size with -ftree-optimize
@ 2007-06-16 12:58 tbm at cyrius dot com
  2007-06-16 12:59 ` [Bug tree-optimization/32366] " tbm at cyrius dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tbm at cyrius dot com @ 2007-06-16 12:58 UTC (permalink / raw)
  To: gcc-bugs

I'm getting the following segfault with current trunk.  This compiled
fine with trunk from 20070515 but produces the segfault with 20070604.

(sid)26454:tbm@em64t: ~] /usr/lib/gcc-snapshot/bin/gcc -O -ftree-vectorize -c
libsamplerate-termination_test.c
libsamplerate-termination_test.c: In function 'stream_test':
libsamplerate-termination_test.c:7: internal compiler error: Segmentation fault
Please submit a full bug report,

Testcase:


stream_test (void)
{
  static float input[20];
  int k;
  for (k = 0; k < 20; k++)
    input[k] = k * 1.0;
}


-- 
           Summary: [4.3 Regression] Segfault in significand_size with -
                    ftree-optimize
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


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

end of thread, other threads:[~2007-06-18 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-16 12:58 [Bug tree-optimization/32366] New: [4.3 Regression] Segfault in significand_size with -ftree-optimize tbm at cyrius dot com
2007-06-16 12:59 ` [Bug tree-optimization/32366] " tbm at cyrius dot com
2007-06-16 13:01 ` tbm at cyrius dot com
2007-06-16 17:22 ` [Bug rtl-optimization/32366] [4.3 Regression] Segfault in significand_size with -ftree-vectorize pinskia at gcc dot gnu dot org
2007-06-17 11:34 ` ubizjak at gmail dot com
2007-06-17 19:23 ` uros at gcc dot gnu dot org
2007-06-18 11:28 ` rguenth 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).