public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bangerth@ticam.utexas.edu
To: gcc-gnats@gcc.gnu.org
Subject: optimization/8479: [new-ra] ICE in select_spill, at ra-colorize.c:1001
Date: Wed, 06 Nov 2002 09:06:00 -0000 [thread overview]
Message-ID: <20021106170339.22631.qmail@sources.redhat.com> (raw)
>Number: 8479
>Category: optimization
>Synopsis: [new-ra] ICE in select_spill, at ra-colorize.c:1001
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Nov 06 09:06:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Wolfgang Bangerth
>Release: unknown-1.0
>Organization:
>Environment:
Present CVS on Linux
>Description:
The following ICEs with -fnew-ra -O2 -fPIC:
-------------------------------------
bugs/gcc> cat x.c
double pow (double, double);
double fabs (double);
long double * end ();
long double foo (const long double p)
{
long double sum0 = 0,
sum1 = 0;
long double * ptr=0,eptr=0;
while (ptr != end())
sum0 += pow(fabs(*ptr++), p);
return pow(sum0+sum1, p);
};
bugs/gcc> /home/bangerth/bin/gcc-3.3x-pre/bin/gcc -fnew-ra -O2 -fPIC -c x.c
x.c: In function `foo':
x.c:15: internal compiler error: in select_spill, at ra-colorize.c:1001
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
next reply other threads:[~2002-11-06 17:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-06 9:06 bangerth [this message]
2003-03-22 18:18 bangerth
2003-03-24 10:15 Christian Ehrhardt
2003-05-20 21:16 Volker Reichelt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021106170339.22631.qmail@sources.redhat.com \
--to=bangerth@ticam.utexas.edu \
--cc=gcc-gnats@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).