OSDN Git Service

* tree-pretty-print.c (dump_location): New.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index dc0cd37..894361c 100644 (file)
@@ -1,3 +1,25 @@
+2009-05-27  Diego Novillo  <dnovillo@google.com>
+
+       * tree-pretty-print.c (dump_location): New.
+       (dump_generic_node): Call it.
+       Factor code to handle BLOCK nodes ...
+       (dump_block_node): ... here.
+
+2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
+
+       * Makefile.in (GCC_PLUGIN_H): New. Replace all uses of gcc-plugin.h with
+       it.
+       * doc/plugins.texi: Document that gcc-plugin.h must be the first to be
+       included.
+       * gcc-plugin.h: Include config.h and system.h.
+       (IN_GCC): Define if not defined.
+
+2009-05-27  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR middle-end/40249
+       * Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions
+       with -fno-inline.
+
 2009-05-27  Shujing Zhao  <pearly.zhao@oracle.com>
 
        * config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where