public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
@ 2003-05-20 7:24 ebotcazou
0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-05-20 7:24 UTC (permalink / raw)
To: aaronw, gcc-bugs, gcc-prs, nobody
Old Synopsis: [sparc] internal compiler error
New Synopsis: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
State-Changed-From-To: open->analyzed
State-Changed-By: ebotcazou
State-Changed-When: Tue May 20 07:16:57 2003
State-Changed-Why:
Confirmed on mainline and 3.3 branch.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10876
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
@ 2003-05-20 9:20 Christian Ehrhardt
0 siblings, 0 replies; 4+ messages in thread
From: Christian Ehrhardt @ 2003-05-20 9:20 UTC (permalink / raw)
To: ebotcazou; +Cc: gcc-prs
The following reply was made to PR optimization/10876; it has been noted by GNATS.
From: "Christian Ehrhardt" <ehrhardt@mathematik.uni-ulm.de>
To: gcc-prs@gcc.gnu.org, aaronw@attbi.com, gcc-bugs@gcc.gnu.org,
gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:
Subject: Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
Date: Tue, 20 May 2003 10:39:55 +0200
Redux: Compile with -O2
------------ cut --------------------------------------
void f(void)
{
unsigned int butterfly, block, offset;
double *Z;
for (block = 0; block < 512; block += 512) {
double T1re, T2re;
offset = butterfly + block;
T1re += T2re;
T2re = Z[offset] + T1re;
}
}
------------ cut --------------------------------------
This ICEs 3.3 and 3.4 as of 20030519. The ICE is a segfault in
calculate_giv_inc at unroll.c:1588.
--
THAT'S ALL FOLKS!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
@ 2003-05-20 8:09 ebotcazou
0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-05-20 8:09 UTC (permalink / raw)
To: aaronw, ebotcazou, gcc-bugs, gcc-prs, nobody
Synopsis: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
Responsible-Changed-From-To: unassigned->ebotcazou
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Tue May 20 08:09:19 2003
Responsible-Changed-Why:
Investigating.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10876
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code
@ 2003-05-20 8:06 Aaron Williams
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Williams @ 2003-05-20 8:06 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
The following reply was made to PR optimization/10876; it has been noted by GNATS.
From: Aaron Williams <aaronw@attbi.com>
To: gcc-prs@gcc.gnu.org, aaronw@attbi.com, gcc-bugs@gcc.gnu.org,
gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:
Subject: Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler
error on FP code
Date: Tue, 20 May 2003 01:00:24 -0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10876
I found that the file I included compiles fine with -O3 or greater. I
have the non-stripped version of the file which also crashes gcc with
-O3. In addition, if I enable all of the loop optimization support the
compiler aborts. I will provide more details tomorrow.
-Aaron
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-05-20 9:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-20 7:24 optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code ebotcazou
2003-05-20 8:06 Aaron Williams
2003-05-20 8:09 ebotcazou
2003-05-20 9:20 Christian Ehrhardt
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).