public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/7225: ice on generic vectors (floats)
@ 2002-07-06 14:36 Andrew Pinski
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2002-07-06 14:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7225
>Category:       c
>Synopsis:       ice on generic vectors (floats)
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 06 14:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pinski
>Release:        3.2 20020706 (experimental)
>Organization:
University of Cincinnati
>Environment:
System: Linux tin.geop.uc.edu 2.4.18-0.13 #1 Mon Apr 1 14:59:55 EST 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: /home/gates/pinskia/src/gnu/gcc/src/configure --target=i686-pc-linux-gnu --prefix=/home/gates/pinskia/linux --enable-threads=posix --enable-shared
>Description:
ice on vector with floats:
gcc -O3 vector.c
vector.c: In function `tempf':
vector.c:18: error: unrecognizable insn:
(insn:HI 48 50 49 0 (nil) (set (subreg:SI (reg:V2SF 67) 0)
        (subreg:SI (const_vector:V2SF [
                    (const_double:SF 0 [0x0] 0 [0x0] 0 [0x0])
                    (const_double:SF 0 [0x0] 0 [0x0] 0 [0x0])
                ]) 0)) -1 (insn_list 50 (nil))
    (nil))
vector.c:18: internal compiler error: Internal compiler error in extract_insn, at recog.c:2146
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

file vector.c:

typedef float floatvect2 __attribute__((mode(V2SF)));

typedef union
{
    floatvect2 vector;
    float f[2];
}resfloatvect2;

void tempf(float *x, float *y)
{
        floatvect2 temp={x[0],x[1]};
        floatvect2 temp1={y[0],y[1]};
        resfloatvect2 temp2;
        temp2.vector=temp+temp1;
        x[0]=temp2.f[0];
        x[1]=temp2.f[1];
}
>How-To-Repeat:
	read above
>Fix:
	unkown.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c/7225: ice on generic vectors (floats)
@ 2002-07-13  2:19 neil
  0 siblings, 0 replies; 3+ messages in thread
From: neil @ 2002-07-13  2:19 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pinskia

Synopsis: ice on generic vectors (floats)

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Sat Jul 13 02:19:02 2002
State-Changed-Why:
    Reported fixed by submitter.

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


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

* Re: c/7225: ice on generic vectors (floats)
@ 2002-07-12 20:26 Andrew Pinski
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2002-07-12 20:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/7225; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, pinskia@physics.uc.edu,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c/7225: ice on generic vectors (floats)
Date: Fri, 12 Jul 2002 23:24:42 -0400

 Can someone close this bug report, it has been fixed.
 
 Thanks,
 Andrew Pinski
 


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

end of thread, other threads:[~2002-07-13  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-06 14:36 c/7225: ice on generic vectors (floats) Andrew Pinski
2002-07-12 20:26 Andrew Pinski
2002-07-13  2:19 neil

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