public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/8002: internal compiler error: in trunc_int_for_mode, at explow.c:54 (Alpha)
@ 2002-09-30 10:21 rth
  0 siblings, 0 replies; 2+ messages in thread
From: rth @ 2002-09-30 10:21 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: internal compiler error: in trunc_int_for_mode, at explow.c:54 (Alpha)

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Mon Sep 30 10:21:30 2002
State-Changed-Why:
    http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01773.html

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


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

* Re: c/8002: internal compiler error: in trunc_int_for_mode, at explow.c:54 (Alpha)
@ 2002-09-23 13:46 Falk Hueffner
  0 siblings, 0 replies; 2+ messages in thread
From: Falk Hueffner @ 2002-09-23 13:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: c/8002: internal compiler error: in trunc_int_for_mode, at explow.c:54 (Alpha)
Date: 23 Sep 2002 22:41:15 +0200

 Hi,
 
 here's a smaller testcase:
 
 float expm1f(float x) {
     union {
         float value;
         unsigned word;
     } sf_u;
     sf_u.word = (unsigned) x * 2;
     return x + sf_u.value;
 }
 
 -- 
 	Falk


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

end of thread, other threads:[~2002-09-30 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-30 10:21 c/8002: internal compiler error: in trunc_int_for_mode, at explow.c:54 (Alpha) rth
  -- strict thread matches above, loose matches on Subject: below --
2002-09-23 13:46 Falk Hueffner

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