Mark Mitchell - PATCH: Fix ada/decl.c fallout from init-priority patch (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: Mark Mitchell
- To: "gcc-patches >> GCC Patches"
- Cc: toon at moene dot indiv dot nluug dot nl
- Date: Sun, 25 Feb 2007 12:09:05 -0800
- Subject: PATCH: Fix ada/decl.c fallout from init-priority patch
Toon reports that my init-priority change did indeed break Ada; I missed a spot where the tree_map hierarchy refactoring affected Ada.
I've checked in this patch to (hopefully!) correct the problem.
-- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713
2007-02-25 Mark Mitchell mark@codesourcery.com
* decl.c (annotate_value): Adjust for refactoring of tree_map
hierarchy.
Index: decl.c
=================================================================== --- decl.c (revision 122315)
+++ decl.c (working copy)
@@ -6016,7 +6016,7 @@ annotate_value (tree gnu_size) if (h)
{
*h = ggc_alloc (sizeof (struct tree_int_map));
(*h)->from = gnu_size;
}(*h)->base.from = gnu_size; (*h)->to = ret;
- Follow-Ups:
- Re: PATCH: Fix ada/decl.c fallout from init-priority patch
* From: Laurent GUERBY
- Re: PATCH: Fix ada/decl.c fallout from init-priority patch
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |