OSDN Git Service

* config/rs6000/aix64.opt (posix, pthread): New Driver options.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 39a1913..d069140 100644 (file)
@@ -1,3 +1,52 @@
+2011-02-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/rs6000/aix64.opt (posix, pthread): New Driver options.
+
+2011-02-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/gnu-user.opt: New.
+       * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
+       *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
+       *-*-uclinux*): Use gnu-user.opt.
+
+2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
+
+       * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
+       * config/i386/gnu.h (CPP_SPEC): Likewise.
+
+2011-02-08  Ian Lance Taylor  <iant@google.com>
+
+       * common.opt (fcx-limited-range): Add SetByCombined flag.
+       (ffinite-math-only, fmath-errno, frounding-math): Likewise.
+       (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
+       (fassociative-math, freciprocal-math): Likewise.
+       (funsafe-math-optimizations): Likewise.
+       * opth-gen.awk: Handle SetByCombined.
+       * optc-gen.awk: Likewise.
+       * opts.c (set_fast_math_flags): Don't override flag if set by
+       frontend.
+       (set_unsafe_math_optimizations_flags): Likewise.
+       * doc/options.texi (Option properties): Document SetByCombined.
+
+2011-02-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
+       i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
+       m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
+       m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
+       sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
+
+2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/46834
+       PR tree-optimization/46994
+       PR tree-optimization/46995
+       * graphite-sese-to-poly.c (used_outside_reduction): New.
+       (detect_commutative_reduction): Call used_outside_reduction.
+       (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
+       translate_scalar_reduction_to_array only when at least one
+       loop-phi/close-phi tuple has been detected.
+
 2011-02-08  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/47639