OSDN Git Service

libcpp/
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 9003d0d..c3723cd 100644 (file)
@@ -1,4 +1,51 @@
-2005-10-05  Steven Bosscher  <stevenb@suse.de>
+2005-10-04  Ian Lance Taylor  <ian@airs.com>
+
+       PR preprocessor/13726
+       * c-ppoutput.c (cb_include): Add comments parameter, and print out
+       any comments passed in.
+
+2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * tree.c (annotate_with_file_line): Fix typo.
+
+2005-10-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       PR ada/19382
+       * builtins.c (fold_builtin_memcmp): When constructing the pointer
+       type used to access data in the inlined length == 1 case, use
+       build_pointer_type_for_mode with CAN_ALIAS_ALL set to true.
+       (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
+
+2005-10-04  Uros Bizjak  <uros@kss-loka.si>
+
+       * config/i386/i386.h (TARGET_FISTTP): Enable also for
+       TARGET_SSE3 and only for TARGET_80387.
+       * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1,
+       (fix_trunc<mode>_i387_fisttp, fix_trunc<mode>_i387_fisttp_with_temp):
+       Do not depend on TARGET_80387.
+
+2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * tree.c (last_annotated_node): Change type to location_t*.
+       (annotate_with_file_line): Reflect the change of
+       last_annotated_node type.
+
+2005-10-04  Richard Guenther  <rguenther@suse.de>
+
+       PR c/23576
+       * c-decl.c (grokdeclarator): Don't write to fields
+       of error_mark_node.
+
+2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR middle-end/23125
+       * c-decl.c (finish_decl): Use set_user_assembler_name even for
+       register variables.
+       * varasm.c (make_decl_rtl): If a register variable does not
+       have a set user assmbler name, error out.
+       Decode the asmspec is now name+1 bypassing '*'.
+
+2005-10-04  Steven Bosscher  <stevenb@suse.de>
 
        PR tree-optimization/23049
        * tree-ssa-dom.c (thread_across_edge): Make sure that the condition