public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/9903: [3.2 regression] ICE for legal code
@ 2003-03-28 22:36 ebotcazou
  0 siblings, 0 replies; 2+ messages in thread
From: ebotcazou @ 2003-03-28 22:36 UTC (permalink / raw)
  To: andreas, gcc-bugs, gcc-prs, nobody

Synopsis: [3.2 regression] ICE for legal code

State-Changed-From-To: analyzed->closed
State-Changed-By: ebotcazou
State-Changed-When: Fri Mar 28 22:35:16 2003
State-Changed-Why:
    Fixed by
    
    2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
    	    Richard Henderson <rth@redhat.com>
        
    	PR c/9530
    	* config/i386/i386.h (FUNCTION_OK_FOR_SIBCALL): Forbid sibcalls
    	from functions that return a float to functions that don't.

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


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

* Re: c/9903: [3.2 regression] ICE for legal code
@ 2003-03-03 15:13 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-03-03 15:13 UTC (permalink / raw)
  To: andreas, gcc-bugs, gcc-prs, nobody

Old Synopsis: ICE for legal code
New Synopsis: [3.2 regression] ICE for legal code

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Mar  3 15:13:28 2003
State-Changed-Why:
    Confirmed with 3.2, but already fixed in 3.3 and mainline.
    Here's a smaller example:
    -----------------------------
    typedef struct  {
        struct Y * dummy;
    } X;
    
    void f1(struct Y *A1);
    void f2(double value);
    struct Y y;
    
    float foo(float A_r) {
        f2(A_r);
        f1(&y);
        undeclared();
    }
    -------------------------
    With 3.2.2 I get
    /x> /home/bangerth/bin/gcc-3.2.2-pre/bin/gcc -c -O2 colors-preprocessed.c
    colors-preprocessed.c: In function `foo':
    colors-preprocessed.c:13: internal error: Segmentation fault
    Please submit a full bug report,
    
    It works with 3.0, so this is a regression. However, as
    said, this is already fixed on newer branches.
    
    W.

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


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

end of thread, other threads:[~2003-03-28 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-28 22:36 c/9903: [3.2 regression] ICE for legal code ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-03-03 15:13 bangerth

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