* var-tracking.c (frame_base_decl): Remove useless GTY.

From-SVN: r81000
This commit is contained in:
Alan Modra 2004-04-22 05:09:34 +00:00 committed by Alan Modra
parent e4463bf10c
commit 00ca716bb3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-22 Alan Modra <amodra@bigpond.net.au>
* var-tracking.c (frame_base_decl): Remove useless GTY.
2004-04-21 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_override_options): Error when

View File

@ -265,7 +265,7 @@ static htab_t changed_variables;
static bool emit_notes;
/* Fake variable for stack pointer. */
GTY(()) tree frame_base_decl;
tree frame_base_decl;
/* Local function prototypes. */
static void stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *,