Bug 21585

Summary: FAIL: gcc.c-torture/execute/20031215-1.c compilation, -O2
Product: gcc Reporter: John David Anglin <danglin>
Component: tree-optimizationAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gcc-bugs
Priority: P2    
Version: 4.1.0   
Target Milestone: ---   
Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu Known to work:
Known to fail: Last reconfirmed:

Description John David Anglin 2005-05-15 15:49:27 UTC
Executing on host: /home/dave/gcc-4.1/objdir/gcc/xgcc -B/home/dave/gcc-4.1/objdi
r/gcc/ /home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c
-w  -O2  -fno-show-column  -lm   -o /home/dave/gcc-4.1/objdir/gcc/testsuite/2003
1215-1.x2    (timeout = 300)
/home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c: In func
tion 'test1':
/home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c:11: erro
r: Statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS
#   VUSE <ao_1>;
ao.ch[2] = 0;
/home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c:11: inte
rnal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1

This occurs at -O2 and above.
Comment 1 jsm-csl@polyomino.org.uk 2005-05-15 17:20:20 UTC
Subject: Re:  New: FAIL: gcc.c-torture/execute/20031215-1.c
 compilation,  -O2

On Sun, 15 May 2005, danglin at gcc dot gnu dot org wrote:

> Executing on host: /home/dave/gcc-4.1/objdir/gcc/xgcc -B/home/dave/gcc-4.1/objdi
> r/gcc/ /home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c
> -w  -O2  -fno-show-column  -lm   -o /home/dave/gcc-4.1/objdir/gcc/testsuite/2003
> 1215-1.x2    (timeout = 300)
> /home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c: In func
> tion 'test1':
> /home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c:11: erro
> r: Statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS
> #   VUSE <ao_1>;
> ao.ch[2] = 0;
> /home/dave/gcc-4.1/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c:11: inte
> rnal compiler error: verify_ssa failed.
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> compiler exited with status 1

I already filed this as bug 21541 when it started failing.

Comment 2 Andrew Pinski 2005-05-15 17:26:53 UTC

*** This bug has been marked as a duplicate of 21541 ***
Comment 3 dave 2005-05-15 17:45:46 UTC
Subject: Re:  FAIL: gcc.c-torture/execute/20031215-1.c compilation,  -O2

> I already filed this as bug 21541 when it started failing.

Forgot.

Bug 21541 isn't tagged to the hppa target.  Generally, I find target
searches the easiest way to find target related bugs.

Dave
Comment 4 jsm-csl@polyomino.org.uk 2005-05-15 17:55:56 UTC
Subject: Re:  FAIL: gcc.c-torture/execute/20031215-1.c
 compilation,  -O2

On Sun, 15 May 2005, dave at hiauly1 dot hia dot nrc dot ca wrote:

> Subject: Re:  FAIL: gcc.c-torture/execute/20031215-1.c compilation,  -O2
> 
> > I already filed this as bug 21541 when it started failing.
> 
> Forgot.
> 
> Bug 21541 isn't tagged to the hppa target.  Generally, I find target
> searches the easiest way to find target related bugs.

The bug didn't seem target-specific so I didn't enter target fields.  
Normally I search for the testcase name (actually, in my GCC list folders 
so as to locate any recent discussion of it other than in Bugzilla as well 
as gcc-bugs traffic) when entering new bugs for testsuite regressions; 
this also shows if other targets have results on gcc-testresults with the 
test failing.