--- Comment #4 from tromey at gcc dot gnu dot org 2006-02-08 18:08 ---
Fix checked in.
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
Status|AS
--- Comment #3 from tromey at gcc dot gnu dot org 2006-02-08 18:06 ---
Subject: Bug 22578
Author: tromey
Date: Wed Feb 8 18:06:11 2006
New Revision: 110759
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110759
Log:
gcc/java
PR java/22578:
* check-init.c (check_i
--- Comment #2 from tromey at gcc dot gnu dot org 2006-02-07 20:12 ---
Testing a patch
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|un
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-20
20:42 ---
Confirmed, make sure they get inlined using either VIEW_CONVERT_EXPR or using
an union, otherwise
aliasing problems will show up.
--
What|Removed |Added
---