public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/27087]  New: [4.1,4.2 regression] ICE in merge_alias_info
@ 2006-04-08 22:45 debian-gcc at lists dot debian dot org
  2006-04-08 23:16 ` [Bug tree-optimization/27087] [4.1/4.2 " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-04-08 22:45 UTC (permalink / raw)
  To: gcc-bugs

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

% cat ice2.c           
extern int ptbl[16];
extern int ctbl[16];

void doViews(void) {
    int *p = ptbl, *c = ctbl;
    while (1) {
        c++;
        p++;
        if (*p && (p != c || *c))
            return;
    }
}

% gcc-4.0 -c -O2 ice2.c
% gcc -c -O2 ice2.c    
ice2.c: In function 'doViews':
ice2.c:4: internal compiler error: in merge_alias_info, at tree-ssa-copy.c:235
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1,4.2 regression] ICE in merge_alias_info
           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


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


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

end of thread, other threads:[~2006-04-18 17:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-08 22:45 [Bug tree-optimization/27087] New: [4.1,4.2 regression] ICE in merge_alias_info debian-gcc at lists dot debian dot org
2006-04-08 23:16 ` [Bug tree-optimization/27087] [4.1/4.2 " pinskia at gcc dot gnu dot org
2006-04-09  0:58 ` pinskia at gcc dot gnu dot org
2006-04-11  5:42 ` law at redhat dot com
2006-04-11  5:56 ` law at redhat dot com
2006-04-13 16:38 ` law at redhat dot com
2006-04-13 16:52 ` [Bug tree-optimization/27087] [4.1 " pinskia at gcc dot gnu dot org
2006-04-13 17:05 ` law at redhat dot com
2006-04-16 19:20 ` mmitchel at gcc dot gnu dot org
2006-04-18 17:22 ` law at gcc dot gnu dot org
2006-04-18 17:24 ` law at redhat dot com

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