public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/33410]  New: ICE in iv_analyze_expr, at loop-iv.c:934
@ 2007-09-12 19:08 debian-gcc at lists dot debian dot org
  2007-09-12 19:15 ` [Bug rtl-optimization/33410] " pinskia at gcc dot gnu dot org
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-09-12 19:08 UTC (permalink / raw)
  To: gcc-bugs

[ forwarded from http://bugs.debian.org/442036 ]

falk@juist:/src/delta/bin% cat test.c
long double f(long double *data, long n) {
    long double max = 0;
    long i;
    for (i = 0; i < n; i++) {
        if (data[i])
            max = 1;
    }
    return max;
}
falk@juist:/src/delta/bin% gcc -c -O2 test.c
falk@juist:/src/delta/bin% gcc -c -O3 test.c
test.c: In function 'f':
test.c:9: internal compiler error: in iv_analyze_expr, at loop-iv.c:911
Please submit a full bug report,

Reproduced with Debian's 4.2.1 and 4.3.0 20070829 r127913. Compiler is
configured to 128 bit long double.

--Falk


-- 
           Summary: ICE in iv_analyze_expr, at loop-iv.c:934
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
 GCC build triplet: alpha-linux-gnu
  GCC host triplet: alpha-linux-gnu
GCC target triplet: alpha-linux-gnu


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


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

end of thread, other threads:[~2008-02-08 11:23 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-12 19:08 [Bug tree-optimization/33410] New: ICE in iv_analyze_expr, at loop-iv.c:934 debian-gcc at lists dot debian dot org
2007-09-12 19:15 ` [Bug rtl-optimization/33410] " pinskia at gcc dot gnu dot org
2007-09-18 15:59 ` [Bug rtl-optimization/33410] [4.2/4.3 regression] " belyshev at depni dot sinp dot msu dot ru
2007-09-26 19:10 ` pinskia at gcc dot gnu dot org
2007-09-26 19:15 ` pinskia at gcc dot gnu dot org
2007-09-28  4:04 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
2007-12-27 12:59 ` steven at gcc dot gnu dot org
2007-12-27 15:28 ` steven at gcc dot gnu dot org
2008-01-30  6:57 ` tbm at cyrius dot com
2008-01-30 10:04 ` steven at gcc dot gnu dot org
2008-01-30 10:09 ` rguenth at gcc dot gnu dot org
2008-01-30 12:35 ` tbm at cyrius dot com
2008-01-30 19:44 ` belyshev at depni dot sinp dot msu dot ru
2008-01-31 17:16 ` rth at gcc dot gnu dot org
2008-01-31 17:23 ` rth at gcc dot gnu dot org
2008-01-31 18:08 ` rth at gcc dot gnu dot org
2008-01-31 18:41 ` rth at gcc dot gnu dot org
2008-02-01  9:39 ` belyshev at depni dot sinp dot msu dot ru
2008-02-01 17:00 ` jsm28 at gcc dot gnu dot org
2008-02-01 21:02 ` belyshev at depni dot sinp dot msu dot ru
2008-02-01 21:39 ` pinskia at gcc dot gnu dot org
2008-02-02 12:23 ` belyshev at depni dot sinp dot msu dot ru
2008-02-02 20:09 ` tbm at cyrius dot com
2008-02-05 20:17 ` rth at gcc dot gnu dot org
2008-02-05 21:01 ` belyshev at depni dot sinp dot msu dot ru
2008-02-06 17:39 ` rth at gcc dot gnu dot org
2008-02-07 11:37 ` belyshev at depni dot sinp dot msu dot ru
2008-02-07 17:46 ` rth at gcc dot gnu dot org
2008-02-07 22:00 ` rth at gcc dot gnu dot org
2008-02-08 11:23 ` belyshev at depni dot sinp dot msu dot ru

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).