public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR.
@ 2004-01-20  1:29 dalej at gcc dot gnu dot org
  2004-01-20  3:47 ` [Bug optimization/13755] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dalej at gcc dot gnu dot org @ 2004-01-20  1:29 UTC (permalink / raw)
  To: gcc-bugs

Compile the following with -O2 --param calls-threshold-global-var=0 .
(Note, this --param was added on 2004-01-19 to enable easier reporting of bugs dependent on 
GLOBAL_VAR; the original is sixtrack in SPEC2000).
Observe the ICE beginning:
small2.c:3: error: Missing definition
for SSA_NAME: i_12

in statement:
i_1 = PHI <i_12(0), i_33(1)>;
This used to work, and was apparently introduced sometime in early January.
===========================

extern void __Bar (char *, int, char *, int);
static char bez0[11200];
int foo () {
  static int i;
  static int irecuin;
  static char iqq[80];
  static char iss[32];
  irecuin = 0;
  __Bar (&iss[0],16,"",1);
  __Bar (&iss[16],16,"",1);
  for ( i=1; i<=5; i++)
    __Bar (&iqq[(i-1)*16],16,"",1);
  for ( i=1; i<=5; i++)
    __Bar (&bez0[(i-1)*16],16,"",1);
  Bax(&irecuin);
}

-- 
           Summary: ICE on legal, depends on .GLOBAL_VAR.
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dalej at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.0.0
  GCC host triplet: powerpc-apple-darwin7.0.0
GCC target triplet: powerpc-apple-darwin7.0.0


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


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

* [Bug optimization/13755] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
@ 2004-01-20  3:47 ` pinskia at gcc dot gnu dot org
  2004-01-20 15:59 ` [Bug optimization/13755] [tree-ssa] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20  3:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |tree-ssa


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
  2004-01-20  3:47 ` [Bug optimization/13755] " pinskia at gcc dot gnu dot org
@ 2004-01-20 15:59 ` pinskia at gcc dot gnu dot org
  2004-02-03 21:43 ` bbooth at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20 15:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 15:59 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-20 15:59:26
               date|                            |
            Summary|ICE on legal, depends on    |[tree-ssa] ICE on legal,
                   |.GLOBAL_VAR.                |depends on .GLOBAL_VAR.


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
  2004-01-20  3:47 ` [Bug optimization/13755] " pinskia at gcc dot gnu dot org
  2004-01-20 15:59 ` [Bug optimization/13755] [tree-ssa] " pinskia at gcc dot gnu dot org
@ 2004-02-03 21:43 ` bbooth at redhat dot com
  2004-02-03 21:52 ` dalej at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bbooth at redhat dot com @ 2004-02-03 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bbooth at redhat dot com  2004-02-03 21:43 -------
Dale, can you still reproduce this with version 3.5-tree-ssa 20040203? I haven't
been able to.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bbooth at redhat dot com


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-02-03 21:43 ` bbooth at redhat dot com
@ 2004-02-03 21:52 ` dalej at gcc dot gnu dot org
  2004-02-03 22:25 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dalej at gcc dot gnu dot org @ 2004-02-03 21:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dalej at gcc dot gnu dot org  2004-02-03 21:52 -------
I'll check.  It was still broken on 1/29.


-- 


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-02-03 21:52 ` dalej at gcc dot gnu dot org
@ 2004-02-03 22:25 ` pinskia at gcc dot gnu dot org
  2004-02-03 23:36 ` dalej at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-03 22:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
   Last reconfirmed|2004-01-20 15:59:26         |2004-02-03 22:25:08
               date|                            |


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-02-03 22:25 ` pinskia at gcc dot gnu dot org
@ 2004-02-03 23:36 ` dalej at gcc dot gnu dot org
  2004-02-04 19:08 ` cvs-commit at gcc dot gnu dot org
  2004-02-04 19:11 ` bbooth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: dalej at gcc dot gnu dot org @ 2004-02-03 23:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dalej at gcc dot gnu dot org  2004-02-03 23:35 -------
It still fails for me with a top-of-tree-ssa-branch checkout
as of 3 Feb 14:16 (PST).




-- 


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-02-03 23:36 ` dalej at gcc dot gnu dot org
@ 2004-02-04 19:08 ` cvs-commit at gcc dot gnu dot org
  2004-02-04 19:11 ` bbooth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-04 19:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-04 19:08 -------
Subject: Bug 13755

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	bbooth@gcc.gnu.org	2004-02-04 19:08:07

Modified files:
	gcc            : ChangeLog.tree-ssa tree-dfa.c 

Log message:
	PR opt/13755
	* tree-dfa.c (compute_alias_sets): set rename flag for variables
	aliased by GLOBAL_VAR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.1149&r2=1.1.2.1150
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.215&r2=1.1.4.216



-- 


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


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

* [Bug optimization/13755] [tree-ssa] ICE on legal, depends on .GLOBAL_VAR.
  2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-02-04 19:08 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-04 19:11 ` bbooth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: bbooth at gcc dot gnu dot org @ 2004-02-04 19:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bbooth at gcc dot gnu dot org  2004-02-04 19:11 -------
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00322.html

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


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


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

end of thread, other threads:[~2004-02-04 19:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-20  1:29 [Bug optimization/13755] New: ICE on legal, depends on .GLOBAL_VAR dalej at gcc dot gnu dot org
2004-01-20  3:47 ` [Bug optimization/13755] " pinskia at gcc dot gnu dot org
2004-01-20 15:59 ` [Bug optimization/13755] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-02-03 21:43 ` bbooth at redhat dot com
2004-02-03 21:52 ` dalej at gcc dot gnu dot org
2004-02-03 22:25 ` pinskia at gcc dot gnu dot org
2004-02-03 23:36 ` dalej at gcc dot gnu dot org
2004-02-04 19:08 ` cvs-commit at gcc dot gnu dot org
2004-02-04 19:11 ` bbooth 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).