public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45969] New: [4.5/4.6 Regression] ICE in build_binary_op, at c-typeck.c:9833
@ 2010-10-11 14:19 rguenth at gcc dot gnu.org
  2010-10-11 14:20 ` [Bug c/45969] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-11 14:19 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5/4.6 Regression] ICE in build_binary_op, at
                    c-typeck.c:9833
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


void crash() {
    double l[4];
    if((l[0]+l[2]) && (l[1]+l[3])){
    }
}

/space/rguenther/install/gcc-4.5.1/bin/gcc -c t.c -std=c89 -m32
t.c: In function 'crash':
t.c:3:5: internal compiler error: in build_binary_op, at c-typeck.c:9833
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2010-10-14 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-11 14:19 [Bug c/45969] New: [4.5/4.6 Regression] ICE in build_binary_op, at c-typeck.c:9833 rguenth at gcc dot gnu.org
2010-10-11 14:20 ` [Bug c/45969] " rguenth at gcc dot gnu.org
2010-10-13 21:47 ` jsm28 at gcc dot gnu.org
2010-10-14 15:49 ` jsm28 at gcc dot gnu.org
2010-10-14 22:41 ` jsm28 at gcc dot gnu.org
2010-10-14 22:43 ` jsm28 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).