OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years agolibiberty/:
ian [Sat, 13 Nov 2010 01:21:12 +0000 (01:21 +0000)]
libiberty/:
PR other/46332
* cp-demangle.c (d_print_function_type): Don't print parentheses
if there are no modifiers to print.
* testsuite/demangle-expected: Tweak one test case, add another.
libstdc++/:
* testsuite/abi/demangle/abi_examples/14.cc (main): Change
expected demangling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166695 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 13 Nov 2010 00:18:07 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166694 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.pot: Regenerate.
jsm28 [Fri, 12 Nov 2010 23:37:09 +0000 (23:37 +0000)]
* gcc.pot: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166690 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * opts-common.c (control_warning_option): New.
jsm28 [Fri, 12 Nov 2010 23:30:42 +0000 (23:30 +0000)]
* opts-common.c (control_warning_option): New.
* opts.c (set_default_handlers): New.
(decode_options): Use set_default_handlers and
control_warning_option.
(common_handle_option): Update call to enable_warning_as_error.
(enable_warning_as_error): Take gcc_options parameters.  Use
control_warning_option.
* opts.h (set_default_handlers, control_warning_option): Declare.

c-family:
* c-common.h (c_family_lang_mask): Declare.
* c-opts.c (c_family_lang_mask): Make extern.
* c-pragma.c (handle_pragma_diagnostic): Use
control_warning_option.

testsuite:
* gcc.dg/pragma-diag-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166689 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * Makefile.in (OPTS_H): Define.
jsm28 [Fri, 12 Nov 2010 23:26:56 +0000 (23:26 +0000)]
* Makefile.in (OPTS_H): Define.
(c-decl.o, c-family/c-common.o, c-family/c-opts.o,
c-family/c-pch.o, c-family/c-pragma.o, gcc.o, gccspec.o,
cppspec.o, options.o, gcc-options.o, lto-opts.o, opts.o,
opts-common.o, toplev.o, passes.o, matrix-reorg.o,
ipa-struct-reorg.o, PLUGIN_HEADERS): Use $(OPTS_H).
* gcc.c (driver_handle_option): Take location_t parameter.
(process_command, do_self_spec): Update calls to
read_cmdline_option.
* langhooks-def.h (lhd_handle_option): Take location_t parameter.
* langhooks.c (lhd_handle_option): Take location_t parameter.
* langhooks.h (handle_option): Take location_t parameter.
* lto-opts.c (lto_reissue_options): Update call to set_option.
* opts-common.c (handle_option): Make static.  Take location_t
parameter and pass it to other functions.
(handle_generated_option): Take location_t parameter and pass it
to other functions.
(read_cmdline_option): Take location_t parameter and pass it to
other functions.  Use warning_at and error_at.
(set_option): Take location_t parameter and pass it to other
functions.
* opts.c (common_handle_option): Take location_t parameter and
pass it to other functions.
(enable_warning_as_error): Make static.  Take location_t parameter
and pass it to other functions.
(lang_handle_option): Take location_t parameter and pass it to
other functions.
(target_handle_option): Take location_t parameter.
(read_cmdline_options, maybe_default_option,
maybe_default_options, default_options_optimization,
decode_options): Take location_t parameter and pass it to other
functions.
* opts.h: Include input.h.
(struct cl_option_handler_func, decode_options, set_option,
handle_generated_option, read_cmdline_option): Take location_t
parameters.
(handle_option, enable_warning_as_error): Remove.
* toplev.c (toplev_main): Update call to decode_options.

ada:
* gcc-interface/Make-lang.in (ada/misc.o): Use $(OPTS_H).
* gcc-interface/misc.c (gnat_handle_option): Take location_t
parameter.

c-family:
* c-common.c (parse_optimize_options): Update call to
decode_options.
* c-common.h (c_common_handle_option): Update prototype.
* c-opts.c (c_common_handle_option): Take location_t parameter and
pass it to other functions.

cp:
* Make-lang.in (g++spec.o): Use $(OPTS_H).

fortran:
* Make-lang.in (gfortranspec.o): Use $(OPTS_H).
* gfortran.h (gfc_handle_option): Take location_t parameter.
* options.c (gfc_handle_option): Take location_t parameter.

java:
* Make-lang.in (jvspec.o, java/lang.o): Use $(OPTS_H).
* lang.c (java_handle_option): Take location_t parameter.

lto:
* Make-lang.in (lto/lto.o): Use $(OPTS_H).
* lto-lang.c (lto_handle_option): Take location_t parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166688 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 12 Nov 2010 23:17:24 +0000 (23:17 +0000)]
2010-11-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/45794
* gfortran.dg/optional_mask.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166687 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 12 Nov 2010 23:07:18 +0000 (23:07 +0000)]
2010-11-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/45794
trans-expr.c (gfc_conv_procedure_call): Avoid NULL array spec.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166686 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Core 1135, 1136, 1145, 1149
jason [Fri, 12 Nov 2010 22:44:18 +0000 (22:44 +0000)]
Core 1135, 1136, 1145, 1149
* method.c (defaultable_fn_check): Do not disallow defaulting a
non-public or explicit special member function on its first
declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166685 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd -enable-cloog-backend.
grosser [Fri, 12 Nov 2010 22:08:57 +0000 (22:08 +0000)]
Add -enable-cloog-backend.

* config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
define the cloog backend to use. Furthermore, only pass the ppllibs
to the configure checks, if necessary.
*configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166684 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRemove warning because of CLooG isl/ppl difference
grosser [Fri, 12 Nov 2010 22:08:48 +0000 (22:08 +0000)]
Remove warning because of CLooG isl/ppl difference

  * graphite-cloog-util.c (oppose_constraint,
  cloog_matrix_to_ppl_constraint,
  new_Constraint_System_from_Cloog_Matrix): Explicitly cast to int as
  CLooG isl uses unsigned integers. This triggered a warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166683 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoImprove check for CLooG PPL Legacy.
grosser [Fri, 12 Nov 2010 22:08:38 +0000 (22:08 +0000)]
Improve check for CLooG PPL Legacy.

* config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
* configure: regenerate

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166682 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/46456
amylaar [Fri, 12 Nov 2010 21:43:54 +0000 (21:43 +0000)]
PR bootstrap/46456
* cppbuiltin.c (define_builtin_macros_for_type_sizes): Split assert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166678 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46435
amylaar [Fri, 12 Nov 2010 20:52:33 +0000 (20:52 +0000)]
PR target/46435
* config/cris/cris.c (saved_regs_mentioned): Delete.
(cris_reload_address_legitimized): Cast itype to enum reload_type.
Remove unused variable op0p.
(cris_rtx_costs): Cast argument 2 to rtx_cost to enum rtx_code.
(cris_emit_movem_store): Use add_reg_note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166673 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46438
amylaar [Fri, 12 Nov 2010 20:07:34 +0000 (20:07 +0000)]
PR target/46438
* config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use LCT_NORMAL.
(xtensa_setup_frame_addresses, xtensa_trampoline_init): Likewise.
(xtensa_function_arg_1): De-constify cum.
(xtensa_expand_prologue): Use add_reg_note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166672 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46437
amylaar [Fri, 12 Nov 2010 19:35:17 +0000 (19:35 +0000)]
PR target/46437
* config/mcore/mcore.c (layout_mcore_frame): Remove unused variable
localreg.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166671 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix typo
grosser [Fri, 12 Nov 2010 18:29:37 +0000 (18:29 +0000)]
Fix typo

* config/cloog.m4: Fix typo.  verison -> version.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166670 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPass PPL libraries to CLooG version check
grosser [Fri, 12 Nov 2010 18:29:27 +0000 (18:29 +0000)]
Pass PPL libraries to CLooG version check

* config/cloog.m4: Pass ppl libraries to the CLooG version check.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166669 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * function.c (expand_function_end): Set the locator of the prologue on
ebotcazou [Fri, 12 Nov 2010 18:17:41 +0000 (18:17 +0000)]
* function.c (expand_function_end): Set the locator of the prologue on
the stack checking insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166668 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/39415
jason [Fri, 12 Nov 2010 18:00:21 +0000 (18:00 +0000)]
PR c++/39415
* typeck.c (build_static_cast_1): Convert to the target type
when doing static_cast<cv Derived*>(Base*).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166667 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoxtensa: Convert to fma.
rth [Fri, 12 Nov 2010 17:53:36 +0000 (17:53 +0000)]
xtensa: Convert to fma.

        * config.gcc [xtensa] (extra_options): Add fused-madd.opt.
        * config/xtensa/xtensa.opt (mfused-madd): Remove.
        * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
        MASK_FUSED_MADD.
        * config/xtensa/xtensa.md (fmasf4): Rename from muladdsf3; use
        * fma.
        (fnmasf4): Rename from mulsubsf3; use fma.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166666 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46450
amylaar [Fri, 12 Nov 2010 17:46:02 +0000 (17:46 +0000)]
PR target/46450
* config/stormy16/stormy16.c (xstormy16_expand_prologue):
Use add_reg_note.
(xstormy16_function_arg): Dereference cum.
(xstormy16_expand_builtin): Use expand_normal.
Change type of omode to enum machine_mode.
(combine_bnp): Rename and to and_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166665 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46428
amylaar [Fri, 12 Nov 2010 17:43:21 +0000 (17:43 +0000)]
PR target/46428
* config/moxie/moxie.c (moxie_expand_prologue): Remove unused variables.
* config/moxie/moxie.h (HARD_REGNO_OK_FOR_BASE_P): Use unsigned
comparison.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166664 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46431
amylaar [Fri, 12 Nov 2010 17:34:04 +0000 (17:34 +0000)]
PR target/46431
* config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
assignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166663 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/44769
amylaar [Fri, 12 Nov 2010 17:24:16 +0000 (17:24 +0000)]
PR middle-end/44769
* final.c (split_double): Don't use BITS_PER_WORD directly in
shift count.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166662 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46412
amylaar [Fri, 12 Nov 2010 17:15:18 +0000 (17:15 +0000)]
PR target/46412
* config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
* config/bfin/bfin.c: Include sel-sched.h .
(bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
(expand_interrupt_handler_prologue): Remove unused variable insn.
(bfin_load_pic_reg): Likewise.
(bfin_rtx_costs): Make code / outer_code variables of type
enum rtx_code, copied from re-named parameters.
(bfin_local_alignment): Change align argument and return type
to unsigned.
(bfin_adjust_cost): Remove unused variable insn_type.
Declare variables at start of block.
(struct loop_info): Rename to...
(struct loop_info_d).
(workaround_rts_anomaly): Change type of icode to int.
(harmless_null_pointer_p): Cast REGNO (..) to int before comparison
with int-typed variable.
(note_np_check_stores): Likewise.
(trapping_loads_p): Remove unused variable pat.
(bfin_expand_binop_builtin): Use expand_normal.
(bfin_expand_unop_builtin): Likewise.
(bfin_expand_builtin): Likewise.
Set tmode before use.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166661 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/44756
amylaar [Fri, 12 Nov 2010 17:11:06 +0000 (17:11 +0000)]
PR bootstrap/44756
PR build/44767
* doc/tm.texi.in (LOCAL_ALIGNMENT): State that the type, if any,
should be unsigned.
(STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
* doc/tm.texi: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166660 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * opts-common.c (decode_cmdline_option): Initialize separate_args.
pthaugen [Fri, 12 Nov 2010 16:36:36 +0000 (16:36 +0000)]
* opts-common.c (decode_cmdline_option): Initialize separate_args.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166658 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/invoke.texi (early-inlining-insns): Update default.
hubicka [Fri, 12 Nov 2010 16:29:10 +0000 (16:29 +0000)]
* doc/invoke.texi (early-inlining-insns): Update default.
* params.def (early-inlining-insns): Default to 10.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166657 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
hainque [Fri, 12 Nov 2010 16:04:12 +0000 (16:04 +0000)]
    * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166654 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR rtl-optimization/46433
amylaar [Fri, 12 Nov 2010 13:20:28 +0000 (13:20 +0000)]
    PR rtl-optimization/46433
        * var-tracking.c: Include tm_p.h .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166651 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago gcc:
ro [Fri, 12 Nov 2010 10:55:34 +0000 (10:55 +0000)]
gcc:
* config/mips/iris6.h [!IRIX_USING_GNU_LD]
(SUPPORTS_INIT_PRIORITY): Define.

gcc/testsuite:
* lib/prune.exp (prune_gcc_output): Ignore IRIX 6 linker multiline
warning.
* g++.dg/abi/packed1.C (struct INNER): Ignore warning on
mips-sgi-irix*.
* g++.dg/cpp/_Pragma1.C: Skip on mips-sgi-irix*.
* gcc.target/mips/call-3.c: Add dg-require-visibility.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166648 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46430
amylaar [Fri, 12 Nov 2010 10:09:39 +0000 (10:09 +0000)]
PR target/46430
* config/avr/avr-protos.h (avr_return_addr_rtx): Update prototype.
* config/avr/driver-avr.c (avr_device_to_arch): Always return value.
(avr_device_to_data_start, avr_device_to_startfiles): Likewise.
(avr_device_to_devicelib): Likewise.
* config/avr/avr.md (zero_extendqihi2): Put variable declarations
into block.
(zero_extendqisi2, zero_extendhisi2, zero_extendqidi2): Likewise.
(zero_extendhidi2, zero_extendsidi2): Likewise.
* config/avr/avr.c (avr_num_arg_regs): Constify type.
(avr_return_addr_rtx): De-constify tem.
(avr_rotate_bytes): Move declarations to start of block.
Don't use variable length array.
Put nested if/else into block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166647 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/46375
ebotcazou [Fri, 12 Nov 2010 09:57:20 +0000 (09:57 +0000)]
PR debug/46375
* emit-rtl.c (remove_insn): Do not mark BBs upon debug insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166646 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
ktietz [Fri, 12 Nov 2010 09:06:37 +0000 (09:06 +0000)]
2010-11-11  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>

        PR lto/46376
        * lto-symtab.c (lto_symtab_resolve_replaceable_p): Use DECL_ONE_ONLY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166645 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
froydnj [Fri, 12 Nov 2010 03:38:15 +0000 (03:38 +0000)]
gcc/
PR c/44782
* common.opt (fmax-errors=): New option.
* opts.c (common_handle_option) [OPT_fmax_errors_]: Handle it.
* diagnostic.h (struct diagnostic_context): Add max_errors field.
* diagnostic.c (diagnostic_initialize): Initialize it.
(diagnostic_action_after_output): Exit if more than max_errors
have been output.
* doc/invoke.texi (Warning Options): Add -fmax-errors.
(-fmax-errors): Document.

gcc/fortran/
PR c/44782
* options.c (gfc_post_options): Initialize gfc_option.max_errors.
(gfc_handle_option) [OPT_fmax_errors_]: Remove.
* lang.opt (fmax-errors=): Remove.

gcc/testsuite/
PR c/44782
* c-c++-common/fmax-errors.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166644 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
rth [Fri, 12 Nov 2010 01:10:12 +0000 (01:10 +0000)]
    * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166643 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoi386: Convert from -mfused-madd to -ffp-contract.
rth [Fri, 12 Nov 2010 01:07:49 +0000 (01:07 +0000)]
i386: Convert from -mfused-madd to -ffp-contract.

* config/fused-madd.opt: New file.
* config.gcc [i386-*, x86_64-*] (extra_options): Use it.
* config/i386/i386.c (ix86_extra_costs): Handle FMA.
(TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
* config/i386/i386.opt (mfused-madd): Remove.
* config/i386/sse.md (split_fma): Remove.
(split_fms, split_fnma, split_fnms): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166642 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Fri, 12 Nov 2010 00:18:31 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166641 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/tree-ssa/inline-6.c: Fix testcase.
hubicka [Fri, 12 Nov 2010 00:08:14 +0000 (00:08 +0000)]
* gcc.dg/tree-ssa/inline-6.c: Fix testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166637 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/tree-ssa/inline-5.c: Fix testcase.
hubicka [Fri, 12 Nov 2010 00:00:36 +0000 (00:00 +0000)]
* gcc.dg/tree-ssa/inline-5.c: Fix testcase.
* gcc.dg/tree-ssa/inline-6.c: Remove bogus testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166636 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46088
jakub [Thu, 11 Nov 2010 23:51:18 +0000 (23:51 +0000)]
PR target/46088
* config/i386/i386.md (*ashl<mode>3_cconly,
*<shiftrt_insn><mode>3_cconly): Don't use ix86_binary_operator_ok,
change nonimmediate_operand predicate to register_operand.

* gcc.dg/pr46088.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166635 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Paolo Bonzini <bonzini@gnu.org>
dje [Thu, 11 Nov 2010 23:44:44 +0000 (23:44 +0000)]
2010-11-11  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.in (gengtype-lex.c): Include bconfig.h first.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166634 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Thu, 11 Nov 2010 23:34:05 +0000 (23:34 +0000)]
2010-11-10  Steven G. Kargl <kargl@gcc.gnu.org>

* symbol.c (verify_bind_c_derived_type):  Accept BIND(C) on an empty
derived type.

2010-11-10  Steven G. Kargl <kargl@gcc.gnu.org>

* gfortran.dg/empty_derived_type.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166633 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * opts.c (finish_options): Do not error on -flto-partition alone.
hubicka [Thu, 11 Nov 2010 23:29:45 +0000 (23:29 +0000)]
* opts.c (finish_options): Do not error on -flto-partition alone.
* options.c (gfc_post_options): Remove flag_whopr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166632 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 11 Nov 2010 23:07:23 +0000 (23:07 +0000)]
2010-11-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46413
        * resolve.c (resolve_transfer): Reject I/O transfer of
        polymorphic type.

        PR fortran/46205
        * resolve.c (resolve_code): Reject nonscalar FORALL masks.

2010-11-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46413
        * gfortran.dg/class_31.f90: New.

        PR fortran/46205
        * gfortran.dg/forall_14.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166631 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/bootstrap-lto: Use -flto.
hubicka [Thu, 11 Nov 2010 23:06:25 +0000 (23:06 +0000)]
* config/bootstrap-lto: Use -flto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166630 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Jakub Jelinek <jakub@redhat.com>
burnus [Thu, 11 Nov 2010 23:02:03 +0000 (23:02 +0000)]
2010-11-11  Jakub Jelinek <jakub@redhat.com>
            Tobias Burnus <burnus@net-b.de>

    PR fortran/46325
    * gfortran.dg/char_initialiser_actual.f90: Make test case valid.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166628 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/invoke.texi (-fwhopr): Merge into -flto section.
hubicka [Thu, 11 Nov 2010 22:54:53 +0000 (22:54 +0000)]
* doc/invoke.texi (-fwhopr): Merge into -flto section.
(-flto-partition): Document none.
* gcc.c (LINK_COMMAND_SPEC): Remove -fwhopr.
* lto-wrapper.c: Update comment.
(run_gcc): Update LTO option parsing.
* opts.c (finish_options): add support -flto-partition=none
(common_handle_option): Remove fwhopr.
* common.opt: Turn fwhopr into flto.
* collect2.c (main): Update option handling.
* cgraphunit.c (cgraph_decide_is_function_needed): Remove flag_whopr.
* ipa-split.c (execute_split_functions): Remove flag_whopr.
* ipa.c (function_and_variable_visibility): Remove flag_whopr.
* ipa-prop.c (ipa_compute_jump_functions): Remove flag_whopr.
* varpool.c (decide_is_variable_needed): Remove flag_whopr.

* gcc.dg/20081223-1.c: Update LTO options.
* gcc.dg/lto/20090206-1_0.c: Update LTO options.
* gcc.dg/lto/20081118_0.c: Update LTO options.
* gcc.dg/lto/ipareference_0.c: Update LTO options.
* gcc.dg/lto/20100423-2_0.c: Update LTO options.
* gcc.dg/lto/20081201-1_0.c: Update LTO options.
* gcc.dg/lto/ipacp_0.c: Update LTO options.
* gcc.dg/lto/20090116_0.c: Update LTO options.
* gcc.dg/lto/20091015-1_0.c: Update LTO options.
* gcc.dg/lto/20090126-2_0.c: Update LTO options.
* gcc.dg/lto/20081202-2_0.c: Update LTO options.
* gcc.dg/lto/20081204-1_0.c: Update LTO options.
* gcc.dg/lto/const-uniq_0.c: Update LTO options.
* gcc.dg/lto/20081224_0.c: Update LTO options.
* gcc.dg/lto/20090219_0.c: Update LTO options.
* gcc.dg/lto/ipareference2_0.c: Update LTO options.
* gcc.dg/lto/20090206-2_0.c: Update LTO options.
* gcc.dg/lto/20081115_0.c: Update LTO options.
* gcc.dg/lto/20081201-2_0.c: Update LTO options.
* gcc.dg/lto/20081120-2_0.c: Update LTO options.
* gcc.dg/lto/materialize-1_0.c: Update LTO options.
* gcc.dg/lto/20090126-1_0.c: Update LTO options.
* gcc.dg/lto/20081202-1_0.c: Update LTO options.
* gcc.dg/lto/noreturn-1_0.c: Update LTO options.
* g++.dg/20090107-1.C: Update LTO options.
* g++.dg/lto/pr45679-2_0.C: Update LTO options.
* g++.dg/lto/20081123_0.C: Update LTO options.
* g++.dg/lto/20090313_0.C: Update LTO options.
* g++.dg/lto/20081125_0.C: Update LTO options.
* g++.dg/lto/20081109-1_0.C: Update LTO options.
* g++.dg/lto/20081219_0.C: Update LTO options.
* g++.dg/lto/20100724-1_0.C: Update LTO options.
* g++.dg/lto/20081204-1_0.C: Update LTO options.
* g++.dg/lto/20090303_0.C: Update LTO options.
* g++.dg/lto/20100723-1_0.C: Update LTO options.
* g++.dg/lto/pr45679-1_0.C: Update LTO options.
* g++.dg/lto/20090128_0.C: Update LTO options.
* g++.dg/lto/20081204-2_0.C: Update LTO options.
* g++.dg/lto/20090302_0.C: Update LTO options.
* g++.dg/lto/20081119-1_0.C: Update LTO options.
* g++.dg/lto/20081118_0.C: Update LTO options.
* g++.dg/20090121-1.C: Update LTO options.
* objc.dg/lto/lto.exp: Update LTO options.
* lib/lto.exp: Update LTO options.
* lib/gcc-dg.exp: Update LTO options.
* lib/c-torture.exp: Update LTO options.
* obj-c++.dg/lto/lto.exp: Update LTO options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166625 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/40436
hubicka [Thu, 11 Nov 2010 22:08:26 +0000 (22:08 +0000)]
PR tree-optimize/40436
* gcc.dg/tree-ssa/inline-5.c: New testcase.
* gcc.dg/tree-ssa/inline-6.c: New testcase.

* ipa-inline.c (likely_eliminated_by_inlining_p): Rename to ...
(eliminated_by_inlining_prob): ... this one; return 50% probability for
SRA.
(estimate_function_body_sizes): Update use of eliminated_by_inlining_prob;
estimate static function size for 2 instructions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166624 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Janus Weil <janus@gcc.gnu.org>
janus [Thu, 11 Nov 2010 21:44:15 +0000 (21:44 +0000)]
2010-11-11  Janus Weil  <janus@gcc.gnu.org>

* resolve.c (resolve_procedure_interface): Copy 'is_bind_c' attribute.

2010-11-11  Janus Weil  <janus@gcc.gnu.org>

* gfortran.dg/proc_decl_24.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166623 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoSupport official CLooG.org versions.
spop [Thu, 11 Nov 2010 21:33:24 +0000 (21:33 +0000)]
Support official CLooG.org versions.

2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>

* configure.ac: Support official CLooG.org versions.
* configure: Regenerate.
* config/cloog.m4: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166622 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/44749
amylaar [Thu, 11 Nov 2010 19:11:44 +0000 (19:11 +0000)]
    PR target/44749
        * config/mep/mep-protos.h (mep_legitimize_reload_address): Always
        declare.  Change type of argument four to type int.
        (mep_secondary_input_reload_class): Returns enum reg_class.
        (mep_secondary_output_reload_class): Likewise.
        (mep_function_value): Change types of arguments to cont_tree.
        * config/mep/mep.c (mep_legitimize_reload_address): Change type of
        argument four to type int.
        (mep_secondary_input_reload_class): Returns enum reg_class.
        (mep_secondary_output_reload_class): Likewise.
        (mep_function_value): Change types of arguments to cont_tree.
        * config/mep/mep.h (REGNO_REG_CLASS): Cast return value of
        mep_regno_reg_class to enum reg_class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166614 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFixed my email address in 3 of my ChangeLog entries for the past couple of months
nicola [Thu, 11 Nov 2010 19:01:45 +0000 (19:01 +0000)]
Fixed my email address in 3 of my ChangeLog entries for the past couple of months

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166613 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn gcc/objc/:
nicola [Thu, 11 Nov 2010 18:58:43 +0000 (18:58 +0000)]
In gcc/objc/:
2010-11-11  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc-act.c (objc_add_property_declaration): Check that the type
        of a property and of an inherited property match.
        (objc_maybe_build_component_ref): Tidied up indentation and
        comments.
        (objc_common_type): Added new type of check (-5).  If an unknown
        class is involved in a comparison, try to look up its interface.
        (objc_add_synthesize_declaration_for_property): Check that the
        property to synthesize and the instance variable to use have the
        same type.

In gcc/testsuite/:
2010-11-11  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc.dg/property/at-property-20.m: New.
        * objc.dg/property/synthesize-8.m: New.
        * obj-c++.dg/property/at-property-20.m: New.
        * obj-c++.dg/property/synthesize-8.mm: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166612 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify
rth [Thu, 11 Nov 2010 18:42:35 +0000 (18:42 +0000)]
* tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify
that the target has the exact fma operation that we matched.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166611 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * reginfo.c (fix_register): Avoid inserting English word in
jsm28 [Thu, 11 Nov 2010 18:28:46 +0000 (18:28 +0000)]
* reginfo.c (fix_register): Avoid inserting English word in
diagnostic sentence.  Use %qs for quoting and %'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166610 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoSupport Intel processor family 6, model 0x2c.
hjl [Thu, 11 Nov 2010 17:30:39 +0000 (17:30 +0000)]
Support Intel processor family 6, model 0x2c.

2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/driver-i386.c (host_detect_local_cpu): Support
Intel processor family 6, model 0x2c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166607 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * opts.c (warning_as_error_callback,
jsm28 [Thu, 11 Nov 2010 16:54:49 +0000 (16:54 +0000)]
* opts.c (warning_as_error_callback,
register_warning_as_error_callback): Remove.
(enable_warning_as_error): Don't use warning_as_error_callback.
* opts.h (register_warning_as_error_callback): Remove.

c-family:
* c-opts.c (warning_as_error_callback): Remove.
(c_common_initialize_diagnostics): Don't call
register_warning_as_error_callback.
(c_common_handle_option): Handle -Werror=normalized= here.

testsuite:
* gcc.dg/cpp/warn-normalized-3.c: Update expected note text.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166606 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRecognize -(a * b) + c -> fma(-a,b,c).
rth [Thu, 11 Nov 2010 16:20:54 +0000 (16:20 +0000)]
Recognize -(a * b) + c -> fma(-a,b,c).

* tree-ssa-math-opts.c (convert_mult_to_fma): Handle a NEGATE_EXPR
in between the MULT and the PLUS/MINUS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166605 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/46388
jakub [Thu, 11 Nov 2010 15:48:39 +0000 (15:48 +0000)]
PR middle-end/46388
* expr.c (expand_assignment): If to_rtx is a VOIDmode MEM, use
BLKmode mode for it.
(expand_expr_real_1): Similarly for op0.

* gcc.c-torture/compile/pr46388.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166603 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago gcc/testsuite:
ro [Thu, 11 Nov 2010 14:08:47 +0000 (14:08 +0000)]
gcc/testsuite:
* lib/lto.exp (lto-get-options-main): Support optional target
selector for dg-suppress-ld-options.

gcc:
* doc/sourcebuild.texi (LTO Testing, dg-suppress-ld-options):
Document optional target selector.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166602 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/46397
davek [Thu, 11 Nov 2010 13:33:59 +0000 (13:33 +0000)]
PR bootstrap/46397
PR bootstrap/46362
* configure.ac: Add AC_TYPE_INT64_T test.
* config.h.in: Regenerate.
* configure: Likewise.
* lto-plugin.c (debug): Use char not bool.
(nop): Likewise.
(check_1): Rename from check, and use int not bool for gate argument.
(check): Macro wrapper for the above to coerce gate argument into
boolean-valued integer in case it has pointer type.
(parse_table_entry): Use 0 not false.
(claim_file_handler): Avoid use of PRIx64 by splitting 64-bit size
into two 32-bit parts and printing as hex ints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166601 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
davek [Thu, 11 Nov 2010 13:29:46 +0000 (13:29 +0000)]
* lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
assembling high and low parts of size if not using 32-bit HWINT; else
use DECL_SIZE_UNITS, not DECL_SIZE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166600 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 11 Nov 2010 13:10:49 +0000 (13:10 +0000)]
2010-11-11  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/move.h (forward): Implement N3143, resolving US 90.
* testsuite/20_util/forward/a.cc: New.
* testsuite/20_util/forward/b.cc: Likewise.
* testsuite/20_util/forward/c_neg.cc: Likewise.
* testsuite/20_util/forward/d.cc: Likewise.
* testsuite/20_util/forward/e.cc: Likewise.
* testsuite/20_util/forward/f_neg.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166599 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-11 Martin Jambor <mjambor@suse.cz>
jamborm [Thu, 11 Nov 2010 12:03:59 +0000 (12:03 +0000)]
2010-11-11  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/46383
* ipa-prop.c (compute_complex_assign_jump_func): Ignore negative
offsets.
(compute_complex_ancestor_jump_func): Likewise.
* tree.c (get_binfo_at_offset): Return NULL_TREE if offset is negative.

* testsuite/g++.dg/torture/pr46383.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166598 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUse more specific PR number in ChangeLog entry:
amylaar [Thu, 11 Nov 2010 11:04:44 +0000 (11:04 +0000)]
Use more specific PR number in ChangeLog entry:
        PR bootstrap/44770
        * haifa-sched.c (initiate_bb_reg_pressure_info): Add ATTRIBUTE_UNUSED
        to i.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166597 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc-target/i386/sse-12.c: Add -msse4a to dg-options.
uros [Thu, 11 Nov 2010 08:24:15 +0000 (08:24 +0000)]
* gcc-target/i386/sse-12.c: Add -msse4a to dg-options.
* gcc-target/i386/sse-13.c: Add -msse4a, -mfma4, -mbmi and -mtbm
to dg-options.
* gcc-target/i386/sse-14.c: Add -mfma4a and -mbmi to dg-options.
* g++.dg/other/i386-2.C: Add -msse4a and -mfma4 to dg-options.
* g++.dg/other/i386-3.C: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166596 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/46150
jakub [Thu, 11 Nov 2010 08:09:46 +0000 (08:09 +0000)]
PR debug/46150
* tree-ssa-loop-ivopts.c (htab_inv_expr_eq): Don't return
true if expr1->hash != expr2->hash.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166595 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/46420
jason [Thu, 11 Nov 2010 06:17:32 +0000 (06:17 +0000)]
PR c++/46420
* pt.c (tsubst_copy_and_build) [TARGET_EXPR]: New case.
[CONSTRUCTOR]: Use the tsubsted type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166592 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
jsm28 [Thu, 11 Nov 2010 02:14:01 +0000 (02:14 +0000)]
* g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
expected messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166587 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Thu, 11 Nov 2010 00:18:55 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166582 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/38669
hubicka [Thu, 11 Nov 2010 00:17:34 +0000 (00:17 +0000)]
PR tree-optimize/38669
* gcc.dg/tree-ssa/pr38699.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166579 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/tree-prof/inliner-1.c: Fix testcase.
hubicka [Thu, 11 Nov 2010 00:16:19 +0000 (00:16 +0000)]
* gcc.dg/tree-prof/inliner-1.c: Fix testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166577 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/46369
jason [Thu, 11 Nov 2010 00:06:34 +0000 (00:06 +0000)]
PR c++/46369
* semantics.c (cxx_eval_bit_field_ref): New.
(cxx_eval_constant_expression): Call it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166576 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/46409
jakub [Wed, 10 Nov 2010 23:33:56 +0000 (23:33 +0000)]
PR debug/46409
* gcc.dg/debug/pr46409.c: New test.

PR c++/46368
* g++.dg/cpp0x/constexpr-defarg2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166574 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.pot: Regenerate.
jsm28 [Wed, 10 Nov 2010 23:33:06 +0000 (23:33 +0000)]
* gcc.pot: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166573 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start
jsm28 [Wed, 10 Nov 2010 23:23:15 +0000 (23:23 +0000)]
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.  Start
diagnostics with lowercase letters.
* cgraphunit.c (verify_cgraph_node): Start diagnostics with
lowercase letters.
* collect2.c (maybe_run_lto_and_relink): Remove trailing '.' from
diagnostic.
* config/alpha/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
* config/arm/arm.c (arm_get_pcs_model): Start diagnostics with
lowercase letters.
* config/arm/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
Remove trailing ' ' from diagnostic.
* config/avr/avr.c (print_operand_address): Start diagnostic with
a lowercase letter and remove trailing '.'.
* config/avr/avr.opt (mpmem-wrap-around): Fix typo in help text.
* config/bfin/bfin.c (bfin_option_override): Start diagnostics
with lowercase letters.  Use %' in diagnostics.  Remove trailing
'.' from diagnostics.
(bfin_handle_longcall_attribute): Use %' in diagnostic.
* config/cris/cris.c (cris_split_movdx,
cris_expand_pic_call_address): Start diagnostics with lowercase
letters.
(cris_asm_output_label_ref): Use %' in diagnostic.
* config/cris/cris.h (ASM_SPEC): Start diagnostic with a lowercase
letter.
* config/crx/crx.h (FUNCTION_PROFILER): Start diagnostic with a
lowercase letter.
* config/darwin-c.c (version_as_macro): Start diagnostic with a
lowercase letter.
* config/darwin-driver.c (darwin_default_min_version): Use %' in
diagnostic.
* config/host-darwin.c (darwin_gt_pch_use_address): Use %' in
diagnostic.
* config/i386/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
* config/i386/host-cygwin.c (cygwin_gt_pch_get_address): Use %' in
diagnostics.
* config/i386/i386.c (ix86_option_override_internal): Write
diagnostic as a single sentence without trailing '.'.  Use %' in
diagnostics.
(ix86_function_sseregparm, classify_argument): Start diagnostics
with lowercase letters.
(ix86_expand_prologue): Use %' in diagnostic.
* config/i386/i386.h (CC1_CPU_SPEC_1): Remove trailing '.' from
diagnostic.
* config/i386/nwld.h (LINK_SPEC): Start diagnostic with a
lowercase letter.
* config/i386/winnt.c (i386_pe_determine_dllimport_p): Use %' in
diagnostic.
* config/ia64/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
* config/ia64/ia64.opt (msched-max-memory-insns-hard-limit): Avoid
'`' in help text.
* config/lm32/lm32.c (lm32_print_operand): Start diagnostic with a
lowercase letter.
* config/mep/mep.c (mep_validate_vliw): Start diagnostics with
lowercase letters.
* config/microblaze/microblaze.c (microblaze_handle_option):
Remove trailing '.' from diagnostic.
(print_operand): Start diagnostic with a lowercase letter.
* config/pa/pa-hpux10.h (LINK_SPEC): Start diagnostics with
lowercase letters.  Avoid '`' in diagnostics.
* config/pa/pa-hpux11.h (LINK_SPEC): Start diagnostics with
lowercase letters.  Avoid '`' in diagnostics.
* config/pa/pa64-hpux.h (LINK_SPEC): Start diagnostics with
lowercase letters.  Avoid '`' in diagnostics.
* config/picochip/picochip.c (picochip_option_override,
picochip_emit_save_register, picochip_function_arg,
picochip_output_label, picochip_output_internal_label,
picochip_asm_output_opcode, picochip_output_cbranch,
picochip_output_compare, picochip_output_branch,
picochip_get_vliw_alu_id): Remove trailing '.' and '\n' from
diagnostics. Start diagnostics with lowercase letters.  Use %' in
diagnostics.
* config/rs6000/rs6000.c (rs6000_option_override_internal): Use
"SPE" capitalization.  Start diagnostic with a lowercase letter.
(rs6000_handle_option): Start diagnostics with lowercase letters.
(def_builtin): Remove trailing '.' from diagnostic.
(rs6000_savres_routine_name): Start diagnostic with a lowercase
letter.
* config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Avoid '`' in
diagnostic.
* config/rx/rx.c (rx_handle_option): Start diagnostic with a
lowercase letter.
* config/s390/s390.c (s390_option_override) Start diagnostics with
lowercase letters.  Use %' in diagnostic.
* config/sh/sh.c (sh_output_mi_thunk): Start diagnostics with
lowercase letters.
* config/sh/symbian-base.c (sh_symbian_mark_dllimport): Use %' in
diagnostic.
* config/sh/symbian-c.c (sh_symbian_is_dllimported): Use %' in
diagnostic.
* config/sh/symbian-cxx.c (sh_symbian_is_dllimported): Use %' in
diagnostic.
* config/sparc/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
* config/spu/spu.c (spu_option_override): Start diagnostics with
lowercase letters.  Use %qs for quoting in diagnostics.
(spu_check_builtin_parm): Remove trailing '.' from diagnostics.
Use %wd instead of HOST_WIDE_INT_PRINT_DEC in diagnostic .
* config/v850/v850.c (construct_save_jarl): Remove trailing '\n'
from diagnostic.
* convert.c (convert_to_integer, convert_to_vector): Use %' in
diagnostics.
* dbgcnt.c (dbg_cnt_process_opt): Start diagnostic with lowercase
letter and use "cannot" spelling.
* expmed.c (extract_fixed_bit_field): Start diagnostic with
lowercase letter and format as a single sentence without '.'.
* ggc-common.c (write_pch_globals, gt_pch_save, gt_pch_restore):
Use %' in diagnostics.
* ggc-page.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
Use %' in diagnostics.
* ggc-zone.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
Use %' in diagnostics.
* graph.c (clean_graph_dump_file): Use %' in diagnostic.
* graphite-poly.c (graphite_read_scop_file): Start diagnostics
with lowercase letters and remove tailing '.' and '\n'.
* lto-cgraph.c (input_profile_summary): Start diagnostic with
lowercase letter and remove trailing '.'.
(input_cgraph): Start diagnostics with lowercase letters and
remove trailing '\n'.
* opts.c (finish_options, common_handle_option): Start diagnostics
with lowercase letters and remove trailing '.'.  Fix typo in
diagnostic.
* passes.c (position_pass): Start diagnostic with lowercase
letter.
* plugin.c (add_new_plugin, parse_plugin_arg_opt,
register_callback, try_init_one_plugin): Start diagnostics with
lowercase letters.
* reload1.c (spill_failure): Use %' in diagnostic.
(gen_reload): Start diagnostic with a lowercase letter.
* stor-layout.c (place_field): Start diagnostic with a lowercase
letter.
* toplev.c (open_auxiliary_file): Use %' in diagnostic.
* tree-cfg.c (verify_expr, verify_types_in_gimple_reference,
verify_gimple_call, verify_gimple_phi, verify_eh_throw_stmt_node):
Start diagnostics with lowercase letters, remove trailing '.' and
use %' in diagnostics.
* tree-ssa.c (verify_def): Remove trailing '.' from diagnostic.
(verify_ssa): Don't split diagnostic across two error calls.
Spell out "number" and use %' in diagnostic.
* value-prof.c (visit_hist, check_counter): Start diagnostics with
lowercase letters.

c-family:
* c-common.c (handle_mode_attribute): Use %' and word "signedness"
in diagnostic.
* c-opts.c (c_common_parse_file): Start diagnostics with lowercase
letter.
* c-pragma.c (handle_pragma_target, handle_pragma_optimize):
Remove trailing '.' from diagnostics.
* c.opt (Wwrite-strings_: Avoid '`' in help text.

cp:
* cvt.c (cp_convert_to_pointer): Use %' in diagnostic.
* decl.c (layout_var_decl, maybe_commonize_var, grokdeclarator):
Use %' in diagnostics.
* decl2.c (check_classfn): Use %' in diagnostic.
* init.c (build_java_class_ref): Use %' in diagnostic.
(build_delete): Remove trailing '.' from diagnostic.
* method.c (do_build_copy_assign, walk_field_subobs): Use %' in
diagnostics.
* name-lookup.c (pushdecl_maybe_friend): Use %' in diagnostic.
* parser.c (cp_parser_exception_specification_opt): Remove
trailing '.' from diagnostic.
(cp_parser_objc_interstitial_code): Use %qs for quoting in
diagnostic.
* pt.c (check_valid_ptrmem_cst_expr): Use %< and %> for quoting in
diagnostic.
* repo.c (reopen_repo_file_for_write): Use %' in diagnostic.

fortran:
* trans-array.c (gfc_trans_deferred_array): Use "front-end"
spelling in diagnostic.
* trans.c (gfc_allocate_array_with_status): Add missing space in
diagnostic.

java:
* expr.c (expand_java_field_op): Use %' in diagnostic.
* jcf-parse.c (java_parse_file): Use %' in diagnostics.
* jvspec.c (lang_specific_driver): Use %' in diagnostic.
* lang.c (java_post_options): Use %' in diagnostics.

lto:
* lto.c (lto_resolution_read): Start diagnostics with lowercase
letters and remove trailing '.'.
(lto_file_finalize): Start diagnostic with a lowercase letter.

objc:
* objc-act.c (objc_init): Use %' in diagnostic.
(objc_set_method_opt): Remove trailing '.' from diagnostic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166570 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/46419
uros [Wed, 10 Nov 2010 23:00:01 +0000 (23:00 +0000)]
PR middle-end/46419
* config/i386/xmmintrin.h (_mm_cvtpi16_ps): Swap __hisi and __losi.
(_mm_cvtpu16_ps): Ditto.

testsuite/ChangeLog:

PR target/46419
* gcc-target/i386/pr46419.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166569 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * common.opt (flag_excess_precision_cmdline, flag_generate_lto,
jsm28 [Wed, 10 Nov 2010 22:35:13 +0000 (22:35 +0000)]
* common.opt (flag_excess_precision_cmdline, flag_generate_lto,
warn_larger_than, larger_than_size, warn_frame_larger_than,
frame_larger_than_size, flag_gen_aux_info, flag_shlib,
default_visibility, flag_tls_default): New Variable declarations.
(aux-info, auxbase, dumpbase, dumpdir, falign-functions=,
falign-jumps=, falign-labels=, falign-loops=, o, v): Use Var.
(v): Declare as Common and document here.
* flags.h (default_visibility, flag_generate_lto,
warn_larger_than, larger_than_size, warn_frame_larger_than,
frame_larger_than_size, flag_gen_aux_info, flag_pedantic_errors,
flag_shlib, flag_excess_precision_cmdline): Remove.
(set_Wstrict_aliasing): Update prototype.
* gcc.c (verbose_flag): Remove.
(driver_handle_option): Add diagnostic_context parameter.  Don't
handle OPT_v explicitly here.  Set verbose_flag to 1 rather than
incrementing it.
* opts-common.c (handle_option): Pass dc to handler.
* opts.c (warn_larger_than, larger_than_size,
warn_frame_larger_than, frame_larger_than_size,
default_visibility): Remove.
(common_handle_option): Add diagnostic_context parameter.
(set_fast_math_flags, set_unsafe_math_optimizations_flags): Add
gcc_options parameters.
(lang_handle_option, target_handle_option, read_cmdline_options,
decode_options): Add diagnostic_context parameters.
(finish_options): Access option state through opts pointer where
possible.
(common_handle_option): Access option state through opts pointer
where possible.  Do not set local static variable verbose.  Do not
explicitly handle OPT_v, OPT_Wstrict_aliasing_,
OPT_Wstrict_overflow_, OPT_Wunused, OPT_auxbase, OPT_dumpbase,
OPT_dumpdir, OPT_falign_functions_, OPT_falign_jumps_,
OPT_falign_labels_, OPT_falign_loops_, OPT_fira_verbose_, OPT_o or
OPT_fwhopr_.  Do not explicitly set .opt file variables for
OPT_aux_info or OPT_pedantic_errors.  Use dc for diagnostic
context.
(set_Wstrict_aliasing): Add gcc_options parameter.
* opts.h (struct cl_option_handler_func): Add diagnostic_context
parameter to handler.
(decode_options): Add diagnostic_context parameter.
* toplev.c (dump_base_name, dump_dir_name, aux_base_name,
asm_file_name, flag_generate_lto, flag_gen_aux_info,
aux_info_file_name, flag_shlib, flag_tls_default,
flag_excess_precision_cmdline, flag_pedantic_errors): Remove.
(toplev_main): Pass global_dc to decode_options.
* toplev.h (dump_base_name, dump_dir_name, aux_base_name,
aux_info_file_name, asm_file_name): Remove.
* tree.h (flag_tls_default): Remove.

c-family:
* c-common.c (parse_optimize_options): Pass global_dc to
decode_options.
* c-opts.c (c_common_handle_option): Pass &global_options to
set_Wstrict_aliasing.
* c.opt (v): Don't mark Common or document here.

fortran:
* cpp.c (asm_file_name): Don't declare here.

objc:
* objc-act.c (dump_base_name): Don't declare here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166565 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/sparc/sparc.c (sparc_delegitimize_address): New function.
ebotcazou [Wed, 10 Nov 2010 22:08:02 +0000 (22:08 +0000)]
* config/sparc/sparc.c (sparc_delegitimize_address): New function.
(TARGET_DELEGITIMIZE_ADDRESS): Define to above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166563 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd support for TBM.
spop [Wed, 10 Nov 2010 22:02:34 +0000 (22:02 +0000)]
Add support for TBM.

2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>

gcc/
* config.gcc (i[34567]86-*-*): Include tbmintrin.h.
    (x86_64-*-*): Likewise.
* config/i386/cpuid.h: Define TBM bit.
* config/i386/driver-i386.c (host_detect_local_cpu): Define
and set has_tbm.
* config/i386/i386-c.c (ix86_target_macros_internal): Check
isa_flag for TBM.
* config/i386/i386.c (OPTION_MASK_ISA_TBM_SET): New.
(OPTION_MASK_ISA_TBM_UNSET): New.
(ix86_handle_option): Handle -mtbm.
(isa_opts): Add -mtbm.
(enum pta_flags): Add PTA_TBM.
(ix86_option_override_internal): Add TBM support.
(ix86_valid_target_attribute_inner_p): Handle -mtbm.
(IX86_BUILTIN_BEXTRI32): New for TBM intrinsic.
(IX86_BUILTIN_BEXTRI64): Likewise.
(bdesc_args): Add TBM intrinsics.
(ix86_expand_builtin): Add TBM specific case.
* config/i386/i386.h (TARGET_TBM): New for TBM.
* config/i386/i386.md (UNSPEC_BEXTRI): New for TBM.
(tbm_bextri_<mode>): Likewise.
(*tbm_blcfill_<mode>): Likewise.
(*tbm_blci_<mode>): Likewise.
(*tbm_blcic_<mode>): Likewise.
(*tbm_blcmsk_<mode>): Likewise.
(*tbm_blcs_<mode>): Likewise.
(*tbm_blsfill_<mode>): Likewise.
(*tbm_blsic_<mode>): Likewise.
(*tbm_t1mskc_<mode>): Likewise.
(*tbm_tzmsk_<mode>): Likewise.
* config/i386/i386.opt: Add -mtbm.
* config/i386/tbmintrin.h (__bextri_u32): New.
(__blcfill_u32): Likewise.
(__blci_u32): Likewise.
(__blcic_u32): Likewise.
(__blcmsk_u32): Likewise.
(__blcs_u32): Likewise.
(__blsfill_u32): Likewise.
(__blsic_u32): Likewise.
(__t1mskc_u32): Likewise.
(__tzmsk_u32): Likewise.
(__bextri_u64): Likewise.
(__blcfill_u64): Likewise.
(__blci_u64): Likewise.
(__blcic_u64): Likewise.
(__blcmsk_u64): Likewise.
(__blcs_u64): Likewise.
(__blsfill_u64): Likewise.
(__blsic_u64): Likewise.
(__t1mskc_u64): Likewise.
(__tzmsk_u64): Likewise.
* config/i386/x86intrin.h: Add TBM check and tbmintrin.h.
* doc/invoke.texi: Document -mtbm.
* doc/extend.texi: Document TBM built-in functions.

gcc/testsuite/
* g++.dg/other/i386-2.C: Add -mtbm.
* g++.dg/other/i386-3.C: Likewise.
* gcc.target/i386/funcspec-5.c: Add tbm and no-tbm targets.
* gcc.target/i386/funcspec-6.c: Likewise.
* gcc.target/i386/sse-12.c: Add -mtbm.
* gcc.target/i386/sse-13.c: Add -mtbm and test immediate
operand intrinsics.
* gcc.target/i386/sse-14.c: Likewise.
* gcc.target/i386/sse-22.c: Likewise.
* gcc.target/i386/sse-23.c: Likewise.
* gcc.target/i386/tbm-1.c: New file.
* gcc.target/i386/tbm-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166562 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd support for BMI.
spop [Wed, 10 Nov 2010 22:02:23 +0000 (22:02 +0000)]
Add support for BMI.

2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>

gcc/
* config.gcc (i[34567]86-*-*): Include bmiintrin.h.
(x86_64-*-*): Likewise.
* config/i386/cpuid.h: Define BMI bit.
* config/i386/driver-i386.c (host_detect_local_cpu): Define
and set has_bmi.
* config/i386/i386-c.c (ix86_target_macros_internal): Check
isa_flag for BMI.
* config/i386/i386.c (OPTION_MASK_ISA_BMI_SET): New.
(OPTION_MASK_ISA_BMI_UNSET): New.
(ix86_handle_option): Handle -mbmi.
(isa_opts): Add -mbmi.
(enum pta_flags): Add PTA_BMI.
(ix86_option_override_internal): Add BMI support.
(ix86_valid_target_attribute_inner_p): Handle -mbmi.
(IX86_BUILTIN_BEXTR32): New for BMI intrinsic.
(IX86_BUILTIN_BEXTR64): Likewise.
(IX86_BUILTIN_CTZS): Likewise.
(bdesc_args): Add BMI intrinsics.
(ix86_expand_args_builtin): Add BMI specific cases.
* config/i386/i386.h (TARGET_BMI): New for BMI.
(CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
(CLZ_DEFINED_VALUE_AT_ZERO): Likewise.
* config/i386/i386.md (UNSPEC_BEXTR): New for BMI.
(UNSPEC_TZCNT): Likewise.
(ctz<mode>2): Add tzcnt, and handle 16 bit operands.
(bmi_andn_<mode>): New for BMI.
(bmi_bextr_<mode>): Likewise.
(bmi_blsi_<mode>): Likewise.
(bmi_blsmsk_<mode>): Likewise.
(bmi_blsr_<mode>): Likewise.
* config/i386/i386.opt: Add -mbmi.
* config/i386/x86intrin.h: Add BMI check and bmiintrin.h.
* config/i386/bmiintrin.h (__lzcnt_u16): New.
(__tzcnt_u16): Likewise.
(__andn_u32): Likewise.
(__bextr_u32): Likewise.
(__blsi_u32): Likewise.
(__blsmsk_u32): Likewise.
(__blsr_u32): Likewise.
(__lzcnt_u32): Likewise.
(__tzcnt_u32): Likewise.
(__andn_u64): Likewise.
(__bextr_u64): Likewise.
(__blsi_u64): Likewise.
(__blsmsk_u64): Likewise.
(__blsr_u64): Likewise.
(__lzcnt_u64): Likewise.
(__tzcnt_u64): Likewise.
* doc/invoke.texi: Document -mbmi and -mno-bmi.
* doc/extend.texi: Document BMI built-in functions.

gcc/testsuite/
* g++.dg/other/i386-2.C: Add -mbmi.
* g++.dg/other/i386-3.C: Likewise.
* gcc.target/i386/funcspec-5.c: Add bmi and no-bmi targets.
* gcc.target/i386/funcspec-6.c: Likewise.
* gcc.target/i386/sse-12.c: Add -mbmi.
* gcc.target/i386/bmi-1.c: New file.
* gcc.target/i386/bmi-2.c: Likewise.
* gcc.target/i386/bmi-3.c: Likewise.
* gcc.target/i386/bmi-4.c: Likewise.
* gcc.target/i386/bmi-5.c: Likewise.
* gcc.target/i386/bmi-6.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166561 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 François Dumont <francois.cppdevs@free.fr>
fdumont [Wed, 10 Nov 2010 21:53:43 +0000 (21:53 +0000)]
2010-11-10  François Dumont  <francois.cppdevs@free.fr>

        * include/profile/unordered_map (unordered_map<>::_M_profile_size):
        Simplify, don't take a __new_size argument; adjust all callers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166560 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 François Dumont <francois.cppdevs@free.fr>
fdumont [Wed, 10 Nov 2010 21:47:13 +0000 (21:47 +0000)]
2010-11-10  François Dumont  <francois.cppdevs@free.fr>

       * MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166559 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/cp/
froydnj [Wed, 10 Nov 2010 21:05:50 +0000 (21:05 +0000)]
gcc/cp/
PR c++/46065
* decl.c (poplevel_named_label_1): Use TREE_CHAIN if necessary.

gcc/testsuite/
PR c++/46065
* g++.dg/pr46065.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166558 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/33172
hubicka [Wed, 10 Nov 2010 20:38:15 +0000 (20:38 +0000)]
PR tree-optimize/33172
PR tree-optimize/43411
* gcc.dg/tree-ssa/pr33172.c: New testcase.
* g++.dg/tree-ssa/pr43411.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166557 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/46228
hubicka [Wed, 10 Nov 2010 20:26:36 +0000 (20:26 +0000)]
PR tree-optimize/46228
* doc/invoke.texi (comdat-sharing-probability): Document.
* ipa-inline.c (cgraph_estimate_growth): Handle COMDATs
* params.def (PARAM_COMDAT_SHARING_PROBABILITY): New param.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166556 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/46228
hubicka [Wed, 10 Nov 2010 20:23:09 +0000 (20:23 +0000)]
PR tree-optimize/46228
* doc/invoke.texi (comdat-sharing-probability): Document.
* ipa-inline.c (cgraph_estimate_growth): Handle COMDATs
* params.def (PARAM_COMDAT_SHARING_PROBABILITY): New param.
* g++.dg/tree-ssa/pr46228.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166555 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46417
amylaar [Wed, 10 Nov 2010 20:15:24 +0000 (20:15 +0000)]
PR target/46417
* config/spu/spu.c (spu_expand_insv): Remove unused variables.
(spu_split_store): Use aform.
(spu_function_profiler): Mark parameter labelno with ATTRIBUTE_UNUSED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166554 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimize/46228
hubicka [Wed, 10 Nov 2010 20:10:46 +0000 (20:10 +0000)]
PR tree-optimize/46228
* cgraph.c (cgraph_propagate_frequency): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166553 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoCheck preferred vector mode for vector type in estimate_move_cost.
hjl [Wed, 10 Nov 2010 20:08:27 +0000 (20:08 +0000)]
Check preferred vector mode for vector type in estimate_move_cost.

gcc/

2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>

PR tree-optimization/46414
* tree-inline.c (estimate_move_cost): Check preferred vector
mode for vector type.

gcc/testsuite/

2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>

PR tree-optimization/46414
* gcc.target/i386/recip-vec-sqrtf-avx.c: Updated for loop
unrolling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166552 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 10 Nov 2010 19:08:49 +0000 (19:08 +0000)]
2010-11-10  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/44436 (partial)
PR libstdc++/46148
        * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_, _M_insert_lower,
_M_insert_equal_lower, _M_insert_unique, _M_insert_equal,
_M_insert_unique_, _M_insert_equal_): Templatize in C++0x mode,
use _GLIBCXX_FORWARD throughout.
        * include/bits/stl_map.h (map<>::insert(_Pair&&),
insert(const_iterator, _Pair&&), operator[](key_type&&): Add.
        * include/bits/stl_set.h (set<>::insert(value_type&&),
insert(const_iterator, value_type&&)): Likewise.
        * include/bits/stl_multimap.h (multimap<>::insert(_Pair&&),
insert(const_iterator, _Pair&&)): Likewise.
        * include/bits/stl_multiset.h (multiset<>::insert(value_type&&),
insert(const_iterator, value_type&&)): Likewise.
* include/debug/set.h: Adjust.
        * include/debug/multiset.h: Likewise.
        * include/debug/map.h: Likewise.
        * include/debug/multimap.h: Likewise.
        * include/profile/set.h: Likewise.
        * include/profile/multiset.h: Likewise.
        * include/profile/map.h: Likewise.
        * include/profile/multimap.h: Likewise.
        * testsuite/23_containers/multimap/modifiers/insert/1.cc: New.
        * testsuite/23_containers/multimap/modifiers/insert/2.cc: Likewise.
        * testsuite/23_containers/multimap/modifiers/insert/3.cc: Likewise.
        * testsuite/23_containers/multimap/modifiers/insert/4.cc: Likewise.
        * testsuite/23_containers/set/modifiers/insert/2.cc: Likewise.
        * testsuite/23_containers/set/modifiers/insert/3.cc: Likewise.
        * testsuite/23_containers/multiset/modifiers/insert/3.cc: Likewise.
        * testsuite/23_containers/multiset/modifiers/insert/4.cc: Likewise.
        * testsuite/23_containers/map/modifiers/insert/2.cc: Likewise.
        * testsuite/23_containers/map/modifiers/insert/3.cc: Likewise.
        * testsuite/23_containers/map/modifiers/insert/4.cc: Likewise.
        * testsuite/23_containers/map/modifiers/insert/5.cc: Likewise.
        * testsuite/23_containers/map/element_access/2.cc: Likewise.
        * testsuite/23_containers/map/element_access/46148.cc: Likewise.

        * include/bits/hashtable.h: Trivial naming changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166551 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Tobias Burnus <burnus@net-b.de>
burnus [Wed, 10 Nov 2010 18:04:04 +0000 (18:04 +0000)]
2010-11-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46411
        * intrinsic.c (gfc_intrinsic_sub_interface): Check for attr.pure
        and not for attr.elemental.
        * intrinsic.texi (move_alloc): Document as being pure.

2010-11-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46411
        * gfortran.dg/intrinsic_7.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166550 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
ro [Wed, 10 Nov 2010 18:00:42 +0000 (18:00 +0000)]
* config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166549 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*.
ro [Wed, 10 Nov 2010 17:48:42 +0000 (17:48 +0000)]
* g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*.
* g++.dg/abi/thunk4.C: Likewise.
* g++.dg/opt/combine.C: Add dg-require-visibility.
* g++.dg/other/anon5.C: Skip on alpha*-dec-osf*.
* g++.dg/warn/miss-format-1.C: XFAIL scanf attribute warning on
alpha*-dec-osf*.
* g++.dg/warn/pr31246.C: XFAIL on alpha*-dec-osf*.
* g++.dg/warn/weak1.C: Skip on alpha*-dec-osf*.
* g++.old-deja/g++.eh/badalloc1.C [!STACK_SIZE && __osf__]: Use
large arena_size.
* gcc.dg/attr-weakref-1.c: Skip on alpha*-dec-osf*.
* gcc.dg/intmax_t-1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166548 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Tobias Burnus <burnus@net-b.de>
burnus [Wed, 10 Nov 2010 17:44:58 +0000 (17:44 +0000)]
2010-11-10  Tobias Burnus <burnus@net-b.de>

        PR fortran/46244
        * resolve.c (resolve_fl_derived): Don't allow CLASS in
        sequence/BIND(C) types.

2010-11-10  Tobias Burnus <burnus@net-b.de>

        PR fortran/46244
        * gfortran.dg/class_30.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166547 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Tobias Burnus <burnus@net-b.de>
burnus [Wed, 10 Nov 2010 17:41:22 +0000 (17:41 +0000)]
2010-11-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46223
        * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
        failure on s390.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166546 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46415
amylaar [Wed, 10 Nov 2010 17:18:22 +0000 (17:18 +0000)]
    PR target/46415
        * config/mmix/mmix-protos.h (mmix_local_alignment): Update prototype.
        (mmix_dbx_register_number): Likewise.
        * config/mmix/mmix.c: Include df.h .
        (mmix_local_alignment): Change argument basic_align and return type
        to unsigned.
        (mmix_dbx_register_number): Change argument and return type to
        unsigned.
        (mmix_expand_prologue): Use add_reg_note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166545 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR45971: do not predicate condition phi nodes that are scev analyzable.
spop [Wed, 10 Nov 2010 16:06:47 +0000 (16:06 +0000)]
Fix PR45971: do not predicate condition phi nodes that are scev analyzable.

2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/45971
* tree-if-conv.c (predicate_scalar_phi): Do not generate a COND_EXPR
for phi nodes analyzable by scev.

* gcc.dg/vect/O3-pr45971.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166544 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-11-10 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 10 Nov 2010 16:05:03 +0000 (16:05 +0000)]
2010-11-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44964
* ipa-inline.c (cgraph_flatten): Check that SSA form matches.

* gcc.dg/pr44964.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166543 138bc75d-0d04-0410-961f-82ee72b054a4