public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/25328]  New: [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453
@ 2005-12-09 16:30 debian-gcc at lists dot debian dot org
  2005-12-09 17:00 ` [Bug middle-end/25328] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-12-09 16:30 UTC (permalink / raw)
  To: gcc-bugs

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

seen with 4.0 20051201, 4.1 20051205, works with 4.0.2 20050808

$ cat test.m
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>

int main(int argc, char **argv)
{
        int status = 0;
        char msg[100] = "";

        if(!status && !strcmp(msg, "")) {
                status = 200;
                snprintf(msg, 100, "OK");
        }
        exit(0);
}
mosca@retirante:~/devel/inova/v3-cgid$ gcc -c -O1 test.m
test.m: In function 'main':
test.m:7: internal compiler error: in get_indirect_ref_operands, at
tree-ssa-operands.c:1453
Please submit a full bug report,
with preprocessed source if appropriate.


-- 
           Summary: [4.0/4.1 regression] ICE in get_indirect_ref_operands,
                    at tree-ssa-operands.c:1453
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

end of thread, other threads:[~2005-12-22 23:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-09 16:30 [Bug objc/25328] New: [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453 debian-gcc at lists dot debian dot org
2005-12-09 17:00 ` [Bug middle-end/25328] " pinskia at gcc dot gnu dot org
2005-12-09 17:16 ` pinskia at gcc dot gnu dot org
2005-12-19 19:24 ` mmitchel at gcc dot gnu dot org
2005-12-20 21:33 ` law at redhat dot com
2005-12-21  4:33 ` law at redhat dot com
2005-12-21  4:44 ` law at redhat dot com
2005-12-22  9:33 ` jakub at gcc dot gnu dot org
2005-12-22 13:03 ` [Bug objc/25328] " jakub at gcc dot gnu dot org
2005-12-22 23:05 ` [Bug objc/25328] [4.0 " jakub at gcc dot gnu dot org
2005-12-22 23:07 ` jakub at gcc dot gnu dot org
2005-12-22 23:09 ` jakub at gcc dot gnu dot org
2005-12-22 23:10 ` jakub 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).