public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/9763: [<3.2,3.3,3.4> regression][sparc] Internal compiler error in emit-rtl.c (gen_reg_rxt)
@ 2003-02-23 19:08 ehrhardt
  0 siblings, 0 replies; only message in thread
From: ehrhardt @ 2003-02-23 19:08 UTC (permalink / raw)
  To: A.Kral, gcc-bugs, gcc-prs, nobody

Old Synopsis: [sparc] Internal compiler error in emit-rtl.c (gen_reg_rxt)
New Synopsis: [<3.2,3.3,3.4> regression][sparc] Internal compiler error in emit-rtl.c (gen_reg_rxt)

State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Sun Feb 23 19:08:44 2003
State-Changed-Why:
    Confirmed on 3.2, 3.3 and 3.4. This is a regression from 2.95.
    A reduced testcase is this:
    
    static int phys_get_long(int addr)
    {
    	if (addr)
    		return 0; 
    	addr = 0xff000000;
    }
    struct ieee {
    	int negative  :1 ;
    };
    double make_single(int value)
    {
    	float result;
    	struct ieee * srp = (struct ieee *) ( &result );
    	srp->negative = (value >> 31) & 1;
    	return result;
    }
    
       regards  Christian
    

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-23 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-23 19:08 target/9763: [<3.2,3.3,3.4> regression][sparc] Internal compiler error in emit-rtl.c (gen_reg_rxt) 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).