public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* optimization/8128: gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546"
@ 2002-10-02 16:56 chambers
  0 siblings, 0 replies; 2+ messages in thread
From: chambers @ 2002-10-02 16:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8128
>Category:       optimization
>Synopsis:       gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546"
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 02 16:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.1
>Organization:
University of Washington
>Environment:
System: SunOS rousseau 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Blade-1000
Architecture: sun4

	
host: sparc-sun-solaris2.8
build: sparc-sun-solaris2.8
target: sparc-sun-solaris2.8
configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
>Description:
gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546"
>How-To-Repeat:

Put this into a file, e.g. t.c:

float m() {
  union {
    double d;
    float f; 
    int i;
  } u;
  u.i = -1;
  return u.f;
}

(The double d; declaration is required to trigger the problem.)

Then compile w/ -O, e.g.
% gcc -O -c t.c

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: optimization/8128: gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546"
@ 2002-10-02 17:13 davem
  0 siblings, 0 replies; 2+ messages in thread
From: davem @ 2002-10-02 17:13 UTC (permalink / raw)
  To: chambers, gcc-bugs, gcc-prs, nobody

Synopsis: gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546"

State-Changed-From-To: open->closed
State-Changed-By: davem
State-Changed-When: Wed Oct  2 17:13:20 2002
State-Changed-Why:
    Fixed in 3.2

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8128


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

end of thread, other threads:[~2002-10-03  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 16:56 optimization/8128: gcc 3.1 reports "Internal compiler error in subst, at combine.c:3546" chambers
2002-10-02 17:13 davem

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).