diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a12bbdef190..ca686329cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,13 @@ +2010-11-29 Zdenek Dvorak <rakdver@kam.uniff.cz> + + PR tree-optimization/46675 + * tree-ssa-loop-niter.c (split_to_var_and_offset): Avoid overflow + in offset calculation. + 2010-11-29 Jan Hubicka <jh@suse.cz> - * collect2.c (main): Do not imply verbose output with LTO and linker plugin. + * collect2.c (main): Do not imply verbose output with + LTO and linker plugin. 2010-11-29 Dodji Seketeli <dodji@redhat.com> @@ -12,7 +19,7 @@ PR debug/46101 * dwarf2out.c (lookup_type_die_strip_naming_typedef): New function. - (scope_die_for, gen_type_die_for_member): Replace uses of + (scope_die_for, gen_type_die_for_member): Replace uses of lookup_type_die with use of lookup_type_die_strip_naming_typedef. 2010-11-29 Iain Sandoe <iains@gcc.gnu.org> @@ -74,12 +81,11 @@ (SECTION_NO_ANCHOR): Define. (TARGET_ASM_OUTPUT_ANCHOR) Define with a default of NULL. (DARWIN_SECTION_ANCHORS): Define with a default of 0. - + 2010-11-29 Joseph Myers <joseph@codesourcery.com> * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. - Include <signal.h>, <sys/mman.h>, <sys/resource.h> and - <sys/times.h>. + Include <signal.h>, <sys/mman.h>, <sys/resource.h> and <sys/times.h>. (O_BINARY, SIGCHLD, MAP_FAILED, MAP_ANONYMOUS, kill): Conditionally define. (GET_ENVIRONMENT): Poison. @@ -111,8 +117,7 @@ * config/microblaze/microblaze.c: Don't include <signal.h>. * config/mips/mips.c: Don't include <signal.h>. * config/rs6000/host-darwin.c: Don't include <signal.h>. - * cppdefault.c (cpp_relocated): Use getenv instead of - GET_ENVIRONMENT. + * cppdefault.c (cpp_relocated): Use getenv instead of GET_ENVIRONMENT. * defaults.h (GET_ENVIRONMENT): Don't define. * et-forest.h: Don't include <ansidecl.h> or <stddef.h>. * gcc.c: Don't include <signal.h>, <sys/mman.h> or <sys/types.h>. @@ -127,10 +132,8 @@ * ggc-zone.c: Don't include <sys/mman.h>. (MAP_ANONYMOUS, MAP_FAILED): Don't define. * graph.c: Include "config.h" instead of <config.h>. - * incpath.c (add_env_var_paths): Use getenv instead of - GET_ENVIRONMENT. - * lto-wrapper.c: Don't include <errno.h>, <signal.h> or - "libiberty.h". + * incpath.c (add_env_var_paths): Use getenv instead of GET_ENVIRONMENT. + * lto-wrapper.c: Don't include <errno.h>, <signal.h> or "libiberty.h". (SIGCHLD, kill): Don't define. * mips-tfile.c: Don't include <signal.h>. * opts.c: Don't include <signal.h> or <sys/resource.h>. @@ -153,7 +156,7 @@ objc_begin_catch_clause() in that case. Improved error recovery. Reorganized code to be almost identical to cp_parser_objc_try_catch_finally_statement. - + 2010-11-29 Joern Rennecke <amylaar@spamcop.net> PR tree-optimization/46621 |