mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:00:26 +08:00
lto-tree.h (lang_decl): Add variable_size GTY option.
gcc/lto/ChangeLog: 2012-07-24 Uros Bizjak <ubizjak@gmail.com> * lto-tree.h (lang_decl): Add variable_size GTY option. gcc/go/ChangeLog: 2012-07-24 Uros Bizjak <ubizjak@gmail.com> * go-lang.c (lang_decl): Add variable_size GTY option. gcc/c/ChangeLog: 2012-07-24 Uros Bizjak <ubizjak@gmail.com> * c-lang.h (lang_decl): Add variable_size GTY option. From-SVN: r189804
This commit is contained in:
parent
7aa6d18a7c
commit
0229aee998
@ -1,3 +1,7 @@
|
||||
2012-07-24 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* c-lang.h (lang_decl): Add variable_size GTY option.
|
||||
|
||||
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* c-decl.c: Include dumpfile.h instead of tree-dump.h.
|
||||
|
@ -36,7 +36,7 @@ struct GTY((variable_size)) lang_type {
|
||||
tree objc_info;
|
||||
};
|
||||
|
||||
struct GTY(()) lang_decl {
|
||||
struct GTY((variable_size)) lang_decl {
|
||||
char dummy;
|
||||
};
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-07-24 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* go-lang.c (lang_decl): Add variable_size GTY option.
|
||||
|
||||
2012-05-09 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* lang.opt: Add -fgo-pkgpath.
|
||||
|
@ -50,7 +50,7 @@ struct GTY(()) lang_type
|
||||
|
||||
/* Language-dependent contents of a decl. */
|
||||
|
||||
struct GTY(()) lang_decl
|
||||
struct GTY((variable_size)) lang_decl
|
||||
{
|
||||
char dummy;
|
||||
};
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-07-24 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* lto-tree.h (lang_decl): Add variable_size GTY option.
|
||||
|
||||
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* lto.c: Do not include timevar.h.
|
||||
|
@ -28,7 +28,7 @@ struct GTY(()) lang_identifier
|
||||
struct tree_identifier base;
|
||||
};
|
||||
|
||||
struct GTY(()) lang_decl
|
||||
struct GTY((variable_size)) lang_decl
|
||||
{
|
||||
int dummy; /* Added because ggc does not like empty structs. */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user