--- Additional Comments From dnovillo at gcc dot gnu dot org 2004-12-20
18:23 ---
Fix: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01551.html
--
What|Removed |Added
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-20
18:18 ---
Subject: Bug 19080
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-20 18:18:37
Modified files:
gcc: ChangeLog tree-flow-inline.h tree-ssa
--- Additional Comments From dnovillo at gcc dot gnu dot org 2004-12-20
15:10 ---
Working on a fix.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |dn
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20
13:59 ---
Also I got a similar failure with the Ada front-end compiling the library.
--
What|Removed |Added
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-20
09:44 ---
At the start of the alias pass:
(gdb)
1593 invalidate_name_tags (vars_to_rename);
(gdb) p debug_bitmap (vars_to_rename)
first = 0xd73d10 current = 0xd73d10 indx = 0
0xd73d10 next = (
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-20
09:10 ---
After alias2, we have this statement:
# NMT.24D.1619 = V_MAY_DEF ;
# NMT.25D.1620 = V_MAY_DEF ;
# NMT.26D.1621 = V_MAY_DEF ;
# NMT.27D.1622 = V_MAY_DEF ;
foo_int_int (D.1505_6, D.1506_5);
bu
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-19
19:54 ---
Reduced as far as I can (-O1 to reproduce):
typedef union { int ioport; volatile char *maddr; } bus_space_handle_t;
struct scb { unsigned short *hscb; };
struct ahd_softc
{
int tags[2];
bus_space_handle_