]> git.ipfire.org Git - thirdparty/gcc.git/commit
cp:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 01:21:46 +0000 (01:21 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 01:21:46 +0000 (01:21 +0000)
commit6a1c27c3f606a383c075e329c769128c54ee57e2
tree3ad64b3477d3a7f104bf10206c07949e3b39a226
parentc2d03694c03107747312383da9efb0133edca361
cp:
* decl2.c (check_classfn): Fix uninitialized warning.
(build_anon_union_vars): Likewise.
* pt.c (tsubst_copy): Likewise.

gcc:
* genattr.c (main): Rearrange output to avoid prototype warning.
* genautomata.c (transform_3): Fix ambiguous-else warning.
* local-alloc.c (requires_inout): Add parentheses around
assignment used as truth-value.
* timevar.c: Move system includes above local includes.  Include
toplev.h
* Makefile.in (timevar.o): Depend on toplev.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61308 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/pt.c
gcc/genattr.c
gcc/genautomata.c
gcc/local-alloc.c
gcc/timevar.c