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 tree-optimization/22033] [4.1 Regression] ACATS ICE cd1c04e create_variable_info_for, at tree-ssa-structalias.c:2789


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-14 04:10 -------
Here is the reduced testcase:
PROCEDURE CD1C04E IS
     TYPE TYPE1 IS
          RECORD
               C : CHARACTER := 'S';
          END RECORD;
     FOR TYPE1 USE
          RECORD
               C AT 1 * 1 RANGE 1 .. CHARACTER'SIZE + 1;
          END RECORD;
     REC   : TYPE1;
BEGIN
  NULL;
END CD1C04E;


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-06-14 03:10:23         |2005-06-14 04:10:08
               date|                            |


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


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