public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/6377: Optimization (>= -O2) with bitfields yields incorrect result
@ 2002-04-21 14:35 jakub
  0 siblings, 0 replies; only message in thread
From: jakub @ 2002-04-21 14:35 UTC (permalink / raw)
  To: charles, gcc-bugs, gcc-prs, nobody

Synopsis: Optimization (>= -O2) with bitfields yields incorrect result

State-Changed-From-To: open->closed
State-Changed-By: jakub
State-Changed-When: Sun Apr 21 14:35:13 2002
State-Changed-Why:
    Your testcase is ill-formed, uses illegal type-punning.
    Please see info gcc on -fstrict-aliasing (which is
    the default in these gcc releases at -O2 and above).
    Either compile with -O2 -fno-strict-aliasing or fix
    the code in question (e.g. to access the objects through
    unions).

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


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

only message in thread, other threads:[~2002-04-21 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-21 14:35 optimization/6377: Optimization (>= -O2) with bitfields yields incorrect result jakub

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