mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 06:54:34 +08:00
* tree.c (avoid_overlap): Return a value.
From-SVN: r19004
This commit is contained in:
parent
ac08ebd030
commit
80cd3ecac8
@ -1,3 +1,7 @@
|
||||
Sat Apr 4 18:43:58 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* tree.c (avoid_overlap): Return a value.
|
||||
|
||||
Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* method.c (check_btype): Add missing argument to xrealloc.
|
||||
|
@ -770,6 +770,8 @@ avoid_overlap (decl, newdecl)
|
||||
;
|
||||
|
||||
DECL_SIZE (field) = integer_one_node;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Returns a list of fields to stand in for the base class subobjects
|
||||
|
Loading…
Reference in New Issue
Block a user