public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* optimization/3232: 'extract_bit_field' error on (const float&) cast of a double
@ 2001-06-18 10:36 bmacy
  0 siblings, 0 replies; 2+ messages in thread
From: bmacy @ 2001-06-18 10:36 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3232
>Category:       optimization
>Synopsis:       'extract_bit_field' error on (const float&) cast of a double
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 18 10:36:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     bmacy@macykids.net
>Release:        unknown-1.0
>Organization:
>Environment:
Debian Linux
gcc --version => 2.95.4
>Description:
float f;
void main() {
  double d = 1.1;
  f = (const float&)d;
}

[bmacy@brain /tmp]gcc -O2 x.cpp
x.cpp: In function `int main(...)':
x.cpp:9: Internal compiler error:
x.cpp:9: Internal compiler error in `extract_bit_field', at expmed.c:1082
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
>How-To-Repeat:

>Fix:

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


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

* Re: optimization/3232: 'extract_bit_field' error on (const float&) cast of a double
@ 2002-04-02  1:58 rth
  0 siblings, 0 replies; 2+ messages in thread
From: rth @ 2002-04-02  1:58 UTC (permalink / raw)
  To: bmacy, gcc-bugs, gcc-prs, nobody

Synopsis: 'extract_bit_field' error on (const float&) cast of a double

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Tue Apr  2 01:58:21 2002
State-Changed-Why:
    Fixed for gcc 3.1.

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


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

end of thread, other threads:[~2002-04-02  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18 10:36 optimization/3232: 'extract_bit_field' error on (const float&) cast of a double bmacy
2002-04-02  1:58 rth

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