This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/18572] [4.0 Regression] Bus error compiling makegpr.adb on Mac OS X 10.3


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-21 23:07 -------
Confirmed.
  static struct gnat__strings__string_list_access C.572 = {.P_ARRAY=(struct 
gnat__strings__string_access[(long int) <PLACEHOLDER_EXPR struct 
gnat__strings__string_list_access>.P_BOUNDS->LB0 .. (long int) <PLACEHOLDER_EXPR struct 
gnat__strings__string_list_access>.P_BOUNDS->UB0] *) C.2650_12486, .P_BOUNDS=&C.2650};

Note C.2650_12486, I think this is an SRA bug as we don't have it before SRA, but after wards we do.  I 
think it comes from not copying the tree before setting gimplifying the tree.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-21 23:07:49
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18572


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]