| Submitter | Eric Botcazou |
|---|---|
| Date | Oct. 25, 2010, 5:18 p.m. |
| Message ID | <201010251918.06452.ebotcazou@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/69162/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc-interface/decl.c =================================================================== --- gcc-interface/decl.c (revision 165914) +++ gcc-interface/decl.c (working copy) @@ -1942,7 +1942,6 @@ gnat_to_gnu_entity (Entity_Id gnat_entit gnu_template_reference = build_unary_op (INDIRECT_REF, gnu_template_type, tem); TREE_READONLY (gnu_template_reference) = 1; - TREE_THIS_NOTRAP (gnu_template_reference) = 1; /* Now create the GCC type for each index and add the fields for that index to the template. */