X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=gcc%2FChangeLog;h=2137c70f1bc9990944cf9bf90a504be7010ff62d;hb=92fccaaa535d5555bda8058c165fe3b2e0528c88;hp=f389a62056a3acdff849e0909e731a3342642a10;hpb=0eaf9bd7a35585122f7e20929377f8902e6dc3ce;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f389a62056a..2137c70f1bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +007-01-29 Manuel Lopez-Ibanez + + * c-decl.c (pop_scope): Replace warnings with call to + warn_for_unused_label. + * c-common.h (warn_for_unused_label): Declare. + * c-common.c (warn_for_unused_label): Define. + +2007-01-29 Manuel Lopez-Ibanez + + * tree-optimize.c (update_inlined_to_pointers): Delete unused + function. + +2007-01-29 Janis Johnson + + * Makefile.in (USER_H): Remove decfloat.h. + * ginclude/decfloat.h: Delete, moving contents to ... + * ginclude/float.h: Add support for decimal floating point, + guarded by __STDC_WANT_DEC_FP__. + +2007-01-29 Mike Stump + + * doc/gccint.texi (Top): Rename Loop Representation to Loop + Analysis and Representation to resolve case insensitive conflict. + * doc/loop.texi (Loop Analysis and Representation): Likewise. + 2007-01-28 Daniel Berlin * tree.h (struct tree_memory_tag): Add aliases member.