[Bug tree-optimization/22310] [4.1 Regression] ICE in in first_vi_for_offset

2005-07-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-06 17:31 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/22310] [4.1 Regression] ICE in in first_vi_for_offset

2005-07-06 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22310] [4.1 Regression] ICE in in first_vi_for_offset

2005-07-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22310] [4.1 Regression] ICE in in first_vi_for_offset

2005-07-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22310] [4.1 Regression] ICE in in first_vi_for_offset

2005-07-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05 17:35 --- This is 64bit targets only. -- What|Removed |Added CC|