public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19121] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
@ 2004-12-21 22:03 ` v dot haisman at sh dot cvut dot cz
  2004-12-21 22:10 ` [Bug tree-optimization/19121] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-12-21 22:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-12-21 22:03 -------
Created an attachment (id=7800)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7800&action=view)
Preprocessed source.


-- 


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


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

* [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236
@ 2004-12-21 22:03 v dot haisman at sh dot cvut dot cz
  2004-12-21 22:03 ` [Bug c/19121] " v dot haisman at sh dot cvut dot cz
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-12-21 22:03 UTC (permalink / raw)
  To: gcc-bugs

Perl compilation problem at -O3:

wilx@logout:::~/tmp/perl-5.8.6> gcc -c -DPERL_CORE -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include -O3 -Wall
-save-temps toke.c
gcc: warning: -pipe ignored because -save-temps specified
toke.c: In function 'Perl_yylex':
toke.c:2193: internal compiler error: in merge_alias_info, at tree-ssa-copy.c:236
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

wilx@logout:::~/tmp/perl-5.8.6> gcc -v
Reading specs from /home/4/wilx/lib/gcc/i386-unknown-freebsd4.10/4.0.0/specs
Configured with: ../srcdir/configure --disable-nls
--enable-version-specific-runtime-libs --enable-dwarf2 --with-cpu=pentium3
--with-arch=pentium3 --with-system-zlib --disable-shared --prefix=/home/4/wilx
--enable-languages=c,c++ --disable-sjlj-exceptions --enable-shared=libstdc++
--enable-shared=libobjc --with-gc=zone
Thread model: posix
gcc version 4.0.0 20041215 (experimental)

-- 
           Summary: ICE: in merge_alias_info, at tree-ssa-copy.c:236
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i386-unknown-freebsd4.10
  GCC host triplet: i386-unknown-freebsd4.10
GCC target triplet: i386-unknown-freebsd4.10


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
  2004-12-21 22:03 ` [Bug c/19121] " v dot haisman at sh dot cvut dot cz
@ 2004-12-21 22:10 ` pinskia at gcc dot gnu dot org
  2004-12-21 22:12 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 22:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org, dnovillo at gcc dot gnu
                   |                            |dot org
          Component|c                           |tree-optimization
           Keywords|                            |ice-on-valid-code
            Summary|ICE: in merge_alias_info, at|[4.0 Regression] ICE: in
                   |tree-ssa-copy.c:236         |merge_alias_info, at tree-
                   |                            |ssa-copy.c:236
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
  2004-12-21 22:03 ` [Bug c/19121] " v dot haisman at sh dot cvut dot cz
  2004-12-21 22:10 ` [Bug tree-optimization/19121] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-21 22:12 ` pinskia at gcc dot gnu dot org
  2004-12-21 23:25 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 22:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-21 22:12 -------
I can confirm this on the mainline, I am reducing it right now.

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2004-12-21 22:12 ` pinskia at gcc dot gnu dot org
@ 2004-12-21 23:25 ` pinskia at gcc dot gnu dot org
  2004-12-21 23:27 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 23:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-21 23:25 -------
Created an attachment (id=7801)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7801&action=view)
a little reduced

This is as far as I have gotten (6899 lines).

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (3 preceding siblings ...)
  2004-12-21 23:25 ` pinskia at gcc dot gnu dot org
@ 2004-12-21 23:27 ` pinskia at gcc dot gnu dot org
  2004-12-21 23:41 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 23:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (4 preceding siblings ...)
  2004-12-21 23:27 ` pinskia at gcc dot gnu dot org
@ 2004-12-21 23:41 ` pinskia at gcc dot gnu dot org
  2004-12-22  2:25 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 23:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-21 23:41 -------
Note there is another bug with "-O3 -fno-strict-aliasing  -fno-tree-dominator-opts".

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (5 preceding siblings ...)
  2004-12-21 23:41 ` pinskia at gcc dot gnu dot org
@ 2004-12-22  2:25 ` pinskia at gcc dot gnu dot org
  2004-12-22  2:27 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22  2:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 02:25 -------
Reduced testcase (24 lines or so, yes it looks nothing like the original):
typedef struct interpreter {
  char Itokenbuf[256];
} PerlInterpreter;
static inline void S_missingterm(char *s)
{
  char tmpbuf[3] = "";
  char q;
  if (!s)
    s = tmpbuf;
  q = strchr(s,'"') ? '\'' : '"';
}
void S_scan_heredoc(PerlInterpreter *my_perl, char *s, int i)
{
  char term;
  term = *my_perl->Itokenbuf;
  if (i)
  {
    *s = term;
    S_missingterm(my_perl->Itokenbuf);
  }
  else
    S_missingterm(my_perl->Itokenbuf);
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-22 02:25:17
               date|                            |


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (6 preceding siblings ...)
  2004-12-22  2:25 ` pinskia at gcc dot gnu dot org
@ 2004-12-22  2:27 ` pinskia at gcc dot gnu dot org
  2004-12-22  2:35 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22  2:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 02:27 -------
(In reply to comment #5)
> Reduced testcase (24 lines or so, yes it looks nothing like the original):
Also note that -O2 is only needed to get the ICE.

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (7 preceding siblings ...)
  2004-12-22  2:27 ` pinskia at gcc dot gnu dot org
@ 2004-12-22  2:35 ` pinskia at gcc dot gnu dot org
  2004-12-22 23:13 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22  2:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 02:35 -------
It worked with 20041017.

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (8 preceding siblings ...)
  2004-12-22  2:35 ` pinskia at gcc dot gnu dot org
@ 2004-12-22 23:13 ` pinskia at gcc dot gnu dot org
  2004-12-23  5:56 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22 23:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 23:13 -------
I can also reproduce it this on powerpc-darwin.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i386-unknown-freebsd4.10    |
   GCC host triplet|i386-unknown-freebsd4.10    |
 GCC target triplet|i386-unknown-freebsd4.10    |


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (9 preceding siblings ...)
  2004-12-22 23:13 ` pinskia at gcc dot gnu dot org
@ 2004-12-23  5:56 ` pinskia at gcc dot gnu dot org
  2004-12-23  6:21 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23  5:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 05:56 -------
This is definitely an problem in the aliasing code:
  D.1126_6 = &my_perl_5->Itokenbuf[0];
  term_7 = *D.1126_6;
  if (i_8 != 0) goto <L0>; else goto <L6>;
<L0>:;
  *s_18 = term_7;
  s_19 = &my_perl_5->Itokenbuf[0];
  s_20 = s_19;
  tmpbuf = "";
  if (s_20 == 0B) goto <L1>; else goto <L2>;
<L1>:;
  s_27 = &tmpbuf;

  # s_1 = PHI <s_20(1), s_27(2)>;
<L2>:;

What DOM did was combined the two "&my_perl_5->Itokenbuf[0]" so s_19 = D.1126_6
and then say that s_20 will never be zero as we already loaded from D.1126_6 so it turned s_20==0 to 
false, then prograted D.1126_6 into the PHI of s_1 which causes the ICE.

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (10 preceding siblings ...)
  2004-12-23  5:56 ` pinskia at gcc dot gnu dot org
@ 2004-12-23  6:21 ` pinskia at gcc dot gnu dot org
  2004-12-23 20:33 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23  6:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 06:21 -------
Note this works on the tree cleanup branch.

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (11 preceding siblings ...)
  2004-12-23  6:21 ` pinskia at gcc dot gnu dot org
@ 2004-12-23 20:33 ` pinskia at gcc dot gnu dot org
  2005-01-07 15:14 ` dnovillo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23 20:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 20:33 -------
: Search converges between 2004-10-26-161001-trunk (#611) and 2004-11-03-014001-trunk 
(#612).

-- 


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (12 preceding siblings ...)
  2004-12-23 20:33 ` pinskia at gcc dot gnu dot org
@ 2005-01-07 15:14 ` dnovillo at gcc dot gnu dot org
  2005-01-18  3:53 ` dnovillo at gcc dot gnu dot org
  2005-01-18  3:54 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2005-01-07 15:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dnovillo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (13 preceding siblings ...)
  2005-01-07 15:14 ` dnovillo at gcc dot gnu dot org
@ 2005-01-18  3:53 ` dnovillo at gcc dot gnu dot org
  2005-01-18  3:54 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2005-01-18  3:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2005-01-18 03:52 -------

Fixed.  http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01071.html.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236
  2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
                   ` (14 preceding siblings ...)
  2005-01-18  3:53 ` dnovillo at gcc dot gnu dot org
@ 2005-01-18  3:54 ` cvs-commit at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-18  3:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-18 03:54 -------
Subject: Bug 19121

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dnovillo@gcc.gnu.org	2005-01-18 03:54:38

Modified files:
	gcc            : ChangeLog tree-ssa-alias.c tree-ssa-copy.c 
	                 tree-ssa.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/compile: pr19121.c 

Log message:
	PR tree-optimization/19121
	* tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
	adding aliases to a name tag, also add them to the pointer's
	type tag.
	* tree-ssa-copy.c (merge_alias_info): Do not merge flow
	sensitive alias info at all.  Only check that the two pointers
	have compatible pointed-to sets.
	* tree-ssa.c (verify_name_tags): Verify that the alias set of
	a pointer's type tag is a superset of the alias set of the
	pointer's name tag.
	
	testsuite/ChangeLog:
	
	PR tree-optimization/19121
	* gcc.c-torture/compile/pr19121.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7163&r2=2.7164
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&r1=2.65&r2=2.66
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-copy.c.diff?cvsroot=gcc&r1=2.21&r2=2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&r1=2.70&r2=2.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4899&r2=1.4900
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/pr19121.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

end of thread, other threads:[~2005-01-18  3:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-21 22:03 [Bug c/19121] New: ICE: in merge_alias_info, at tree-ssa-copy.c:236 v dot haisman at sh dot cvut dot cz
2004-12-21 22:03 ` [Bug c/19121] " v dot haisman at sh dot cvut dot cz
2004-12-21 22:10 ` [Bug tree-optimization/19121] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-21 22:12 ` pinskia at gcc dot gnu dot org
2004-12-21 23:25 ` pinskia at gcc dot gnu dot org
2004-12-21 23:27 ` pinskia at gcc dot gnu dot org
2004-12-21 23:41 ` pinskia at gcc dot gnu dot org
2004-12-22  2:25 ` pinskia at gcc dot gnu dot org
2004-12-22  2:27 ` pinskia at gcc dot gnu dot org
2004-12-22  2:35 ` pinskia at gcc dot gnu dot org
2004-12-22 23:13 ` pinskia at gcc dot gnu dot org
2004-12-23  5:56 ` pinskia at gcc dot gnu dot org
2004-12-23  6:21 ` pinskia at gcc dot gnu dot org
2004-12-23 20:33 ` pinskia at gcc dot gnu dot org
2005-01-07 15:14 ` dnovillo at gcc dot gnu dot org
2005-01-18  3:53 ` dnovillo at gcc dot gnu dot org
2005-01-18  3:54 ` cvs-commit 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).