OSDN Git Service

* common.opt (flag_stack_check): New Variable entry.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 00aa275..8d8c120 100644 (file)
@@ -1,3 +1,210 @@
+2010-12-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * common.opt (flag_stack_check): New Variable entry.
+       (fcompare-debug-second): Use Var.
+       * flags.h (flag_compare_debug, flag_stack_check): Remove.
+       * opts.c (flag_compare_debug): Remove.
+       (common_handle_option): Don't handle OPT_fcompare_debug_second.
+       Set opts->x_flag_stack_check for OPT_fstack_check_.
+       * toplev.c (flag_stack_check): Remove.
+
+2010-12-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * common.opt (main_input_filename, main_input_basename,
+       main_input_baselength): New Variable entries.  From toplev.c.
+       * final.c (output_quoted_string): Move from toplev.c.
+       * output.h (output_quoted_string): Move from toplev.h.
+       * opts-global.c (read_cmdline_options): Use gcc_options pointer to
+       access main_input_filename, main_input_baselength and
+       main_input_basename.
+       * targhooks.c: Include intl.h and opts.h.
+       (option_affects_pch_p, default_get_pch_validity): Move from
+       toplev.c.
+       * targhooks.h (option_affects_pch_p, default_get_pch_validity):
+       Move from toplev.h.
+       * toplev.c (main_input_filename, main_input_basename,
+       main_input_baselength): Move to common.opt.
+       (output_quoted_string): Move to final.c.
+       (warn_deprecated_use): Move to tree.c.
+       (option_affects_pch_p, default_get_pch_validity,
+       pch_option_mismatch, default_pch_valid_p): Move to targhooks.c.
+       * toplev.h (skip_leading_substring): Move to tree-dump.c.
+       (warn_deprecated_use): Move to tree.h.
+       (output_quoted_string): Move to output.h.
+       (main_input_filename, main_input_basename, main_input_baselength):
+       Move to common.opt.
+       (default_get_pch_validity, default_pch_valid_p): Move to
+       targhooks.c.
+       * tree-dump.c (skip_leading_substring): Move from toplev.h.
+       * tree.c (warn_deprecated_use): Move from toplev.c.
+       * tree.h (warn_deprecated_use): Move from toplev.h.
+       * c-typeck.c, config/alpha/alpha.c, config/arc/arc.c,
+       config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
+       config/cris/cris.c, config/crx/crx.c, config/fr30/fr30.c,
+       config/frv/frv.c, config/h8300/h8300.c, config/ia64/ia64.c,
+       config/iq2000/iq2000.c, config/lm32/lm32.c, config/m32c/m32c.c,
+       config/m32r/m32r.c, config/m68hc11/m68hc11.c, config/m68k/m68k.c,
+       config/mcore/mcore.c, config/mep/mep.c,
+       config/microblaze/microblaze.c, config/mips/mips.c,
+       config/mmix/mmix.c, config/mn10300/mn10300.c,
+       config/moxie/moxie.c, config/pa/pa.c, config/pdp11/pdp11.c,
+       config/picochip/picochip.c, config/s390/s390.c,
+       config/score/score.c, config/sh/sh.c, config/sparc/sparc.c,
+       config/spu/spu.c, config/stormy16/stormy16.c, config/v850/v850.c,
+       config/vax/vax.c, config/xtensa/xtensa.c, gimple-low.c,
+       graphite-sese-to-poly.c, plugin.c, tree-cfg.c, tree-inline.c,
+       varasm.c, xcoffout.c: Don't include toplev.h.
+       * Makefile.in (c-typeck.o, tree-inline.o, tree-cfg.o,
+       gimple-low.o, graphite-sese-to-poly.o, targhooks.o, plugin.o,
+       varasm.o, xcoffout.o): Update dependencies.
+       * config/arm/t-arm (arm.o): Update dependencies.
+       * config/spu/t-spu-elf (spu.o): Update dependencies.
+
+2010-12-01  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46730
+       * value-prof.c (gimple_ic): Always generate a separate merge BB.
+
+2010-11-30  Ian Lance Taylor  <iant@google.com>
+
+       * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V.  Remove
+       all of %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}.
+       * config/i386/linux64.h (ASM_SPEC): Likewise.
+       * config/i386/mingw-w64.h (ASM_SPEC): Likewise.
+       * config/i386/sol2-10.h (ASM_SPEC) [USE_GAS]: Likewise.
+       * config/i386/vxworks.h (ASM_SPEC): Likewise.
+       * config/i386/x86-64.h (ASM_SPEC): Likewise.
+       * config/i386/sol2.h (ASM_SPEC): Remove %{Wa,*:%*}.
+       * config/i386/sol2-10.h (ASM_SPEC) [!USE_GAS]: Likewise.
+
+2010-11-30  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * c-decl.c (finish_function): Call objc_finish_function in
+       Objective-C.
+       * c-typeck.c (convert_for_assignment): Do not call
+       objc_type_quals_match().
+
+2010-11-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46722
+       * tree-ssa-math-opts.c (convert_mult_to_fma): Get multiplication
+       operands as arguments.
+       (execute_optimize_widening_mul): Also handle power of two as
+       multiplication.
+
+2010-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR middle-end/46709
+       * cgraphunit.c (process_function_and_variable_attributes): Fix
+       cut'n'pasteo.
+
+2010-11-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * hwint.c:  New.  Extracted from toplev.c.
+       * hwint.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
+       Move from toplev.h.
+       * toplev.c (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
+       Move to hwint.c.
+       * toplev.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
+       Move to hwint.h.
+       * builtins.c, combine.c, config/i386/winnt.c, double-int.c,
+       explow.c, expmed.c, fold-const.c, ggc-page.c, ggc-zone.c, ifcvt.c,
+       ipa-struct-reorg.c, ira-color.c, matrix-reorg.c, omp-low.c,
+       real.c, recog.c, reload.c, rtlanal.c, simplify-rtx.c,
+       stor-layout.c, tree-dfa.c, tree-ssa-alias.c,
+       tree-ssa-loop-niter.c, tree-vect-data-refs.c,
+       tree-vect-loop-manip.c, tree-vect-loop.c, tree-vect-stmts.c,
+       tree-vrp.c: Don't include toplev.h.
+       * genattrtab.c, genconditions.c, genemit.c, genextract.c,
+       genoutput.c, genpeep.c, genpreds.c, genrecog.c: Don't include
+       toplev.h in generated output.
+       * Makefile.in (OBJS-common): Add hwint.o.
+       Dependencies for above files changed to remove toplev.h.
+       (hwint.o): New.
+       (insn-attrtab.o, insn-emit.o, insn-extract.o, insn-output.o,
+       insn-peep.o, insn-preds.o, insn-recog.o): Don't depend on
+       toplev.h.
+       * config/i386/t-cygming (winnt.o): Don't depend on toplev.h.
+       * config/i386/t-interix (winnt.o): Don't depend on toplev.h.
+
+2010-11-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46717
+       * value-prof.c (gimple_ic): Preserve EH edges of the indirect
+       call.  Manually create EH edges for the direct call and update
+       target PHI nodes.
+
+2010-11-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * diagnostic-core.h: Include bversion.h.
+       * toplev.h: Don't include input.h or bversion.h.
+       (parse_optimize_options): Don't declare here.
+       * alias.c, auto-inc-dec.c, c-aux-info.c, c-convert.c, c-parser.c,
+       caller-save.c, cfg.c, cfganal.c, cfgbuild.c, cfgcleanup.c,
+       combine-stack-adj.c, config/arm/pe.c, config/darwin-c.c,
+       config/host-darwin.c, config/i386/host-cygwin.c,
+       config/i386/host-mingw32.c, config/i386/msformat-c.c,
+       config/i386/netware.c, config/i386/nwld.c,
+       config/i386/winnt-cxx.c, config/i386/winnt-stubs.c,
+       config/ia64/ia64-c.c, config/m32c/m32c-pragma.c,
+       config/mep/mep-pragma.c, config/microblaze/microblaze-c.c,
+       config/rs6000/host-darwin.c, config/rs6000/rs6000-c.c,
+       config/score/score3.c, config/score/score7.c,
+       config/sh/symbian-base.c, config/sh/symbian-c.c,
+       config/sh/symbian-cxx.c, config/sol2-c.c, config/sol2.c,
+       config/v850/v850-c.c, config/vxworks.c, convert.c, cppbuiltin.c,
+       cselib.c, dbgcnt.c, ddg.c, dfp.c, dominance.c, emit-rtl.c,
+       fixed-value.c, fwprop.c, ggc-common.c, gimple.c, gimplify.c,
+       graphite-blocking.c, graphite-clast-to-gimple.c,
+       graphite-dependences.c, graphite-flattening.c,
+       graphite-interchange.c, graphite-poly.c,
+       graphite-scop-detection.c, graphite.c, haifa-sched.c,
+       implicit-zee.c, integrate.c, ipa-pure-const.c, ipa-reference.c,
+       ira-build.c, ira-conflicts.c, ira-costs.c, ira-lives.c, jump.c,
+       lists.c, loop-doloop.c, loop-iv.c, lto-cgraph.c, lto-compress.c,
+       lto-opts.c, lto-section-in.c, lto-section-out.c,
+       lto-streamer-out.c, lto-symtab.c, modulo-sched.c, optabs.c,
+       params.c, postreload-gcse.c, postreload.c, predict.c, profile.c,
+       regcprop.c, reginfo.c, regmove.c, reorg.c, resource.c,
+       sched-deps.c, sched-ebb.c, sched-rgn.c, sdbout.c,
+       sel-sched-dump.c, sel-sched-ir.c, sese.c, stmt.c, targhooks.c,
+       tree-cfgcleanup.c, tree-mudflap.c, tree-nomudflap.c,
+       tree-object-size.c, tree-outof-ssa.c, tree-phinodes.c,
+       tree-profile.c, tree-sra.c, tree-ssa-ccp.c, tree-ssa-coalesce.c,
+       tree-ssa-live.c, tree-ssa-loop-prefetch.c, tree-ssa-loop.c,
+       tree-ssa-operands.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
+       tree-vect-patterns.c, value-prof.c, var-tracking.c, web.c: Don't
+       include toplev.h.
+       * Makefile.in (TOPLEV_H): Remove.  All uses changed to use
+       toplev.h.  Dependencies for above files and c-family files changed
+       to remove $(TOPLEV_H) or toplev.h.
+       (C_TREE_H): Don't include $(TOPLEV_H).
+       (DIAGNOSTIC_CORE_H): Use $(INPUT_H) instead of input.h.  Add
+       bversion.h.
+       * config/arm/t-pe, config/arm/t-wince-pe, config/i386/t-cygming,
+       config/ia64/t-ia64, config/mep/t-mep, config/score/t-score-elf,
+       config/t-darwin, config/t-sol2,
+       config/t-vxworks, config/v850/t-v850, config/v850/t-v850e:
+       Dependencies for above files changed to remove $(TOPLEV_H) or
+       toplev.h.
+
+2010-11-30  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/44986
+       * gcc.c (main): Use the first input with a compiler as infile
+       for link spec processing.
+
+2010-11-30  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/45949
+       * cgraphunit.c (ipa_passes): Stop after errors from
+       small IPA passes.
+
+2010-11-30  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * gcc-plugin.h: Include coretypes.h.
+       * Makefile.in (FUNCTION_H): Add hard-reg-set.h.
+
 2010-11-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
 
        * ggc-zone.c (ggc_pch_read): Fix conditional compilation.