--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-06
17:31 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-06
16:50 ---
Subject: Bug 22310
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-07-06 16:50:00
Modified files:
gcc: ChangeLog tree-ssa-structalias.c
Lo
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05
18:10 ---
(In reply to comment #3)
> Confirmed, reduced as far as I can get it:
One more thing, this testcase also fails on 32bit ppc-darwin and 64bit
ppc-darwin.
--
What|Removed
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05
18:06 ---
Confirmed, reduced as far as I can get it:
struct location
{
int x, y;
};
struct defensive_position
{
int chance_to_hit;
long long vulnerability, support;
};
template struct pair
{
_T1 first;
_T2 s
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05
17:35 ---
This is 64bit targets only.
--
What|Removed |Added
CC|