OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years agogcc/
rsandifo [Sat, 13 Nov 2010 17:32:46 +0000 (17:32 +0000)]
gcc/
2010-11-03  Uros Bizjak  <ubizjak@gmail.com>

* config/mips/mips.md (call_internal): Pass curr_insn to
mips_split_call.
(call_internal_direct): Ditto.
(call_value_internal): Ditto.
(call_value_internal_direct): Ditto.
(call_value_multiple_internal): Ditto.
* config/mips/mips.c (mips_split_call): Do not copy
CALL_INSN_FUNCTION_USAGE here.

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

13 years agogcc/
rsandifo [Sat, 13 Nov 2010 17:30:52 +0000 (17:30 +0000)]
gcc/
2010-09-21  Mingming Sun  <mingm.sun@gmail.com>

* doc/invoke.texi (MIPS Options): Add loongson3a processor.
* config/mips/mips.md (define_attr "cpu"): Add loongson_3a.
(define_insn "prefetch"): Add TARGET_LOONGSON_3A.
* config/mips/mips.h (TARGET_LOONGSON_3A): Define.
(TUNE_LOONGSON_3A): Define.
(TARGET_LOONGSON_VECTORS): Add TARGET_LOONGSON_3A.
(MIPS_ISA_LEVEL_SPEC): Add loongson3a.
* config/mips/mips.c (mips_cpu_info_table): Add loongson3a.
(mips_issue_rate): Add PROCESSOR_LOONGSON_3A.
(mips_rtx_cost_data): Add Loongson-3A.

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

13 years agogcc/testsuite:
iains [Sat, 13 Nov 2010 17:15:17 +0000 (17:15 +0000)]
gcc/testsuite:

* objc.dg/fsf-nsstring-format-1.m: Adjust format messages.
* obj-c++.dg/fsf-nsstring-format-1.mm: Likewise.

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

13 years ago * MAINTAINERS: Update my email address.
ghazi [Sat, 13 Nov 2010 16:34:31 +0000 (16:34 +0000)]
* MAINTAINERS: Update my email address.

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

13 years ago2010-11-13 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sat, 13 Nov 2010 16:19:33 +0000 (16:19 +0000)]
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

PR c/46462
* gcc.dg/gomp/pr34607.c: Adjust errors for unknown typenames.
* gcc.dg/pr35746.c: Likewise.
* gcc.dg/cpp/direct2.c: Likewise.
* gcc.dg/cpp/direct2s.c: Likewise.
* gcc.dg/noncompile/920923-1.c: Likewise.
* gcc.dg/dfp/constants-c99.c: Add -Wno-overflow.

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

13 years ago2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
nicola [Sat, 13 Nov 2010 15:58:02 +0000 (15:58 +0000)]
2010-11-13  Nicola Pero  <nicola.pero@meta-innovation.com>

        * obj-c++.dg/attributes/method-format-1.mm: Adjust.

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

13 years agoIn gcc/objc/:
nicola [Sat, 13 Nov 2010 15:53:32 +0000 (15:53 +0000)]
In gcc/objc/:
2010-11-13  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc-act.c (objc_get_protocol_qualified_type): detect cases
        where we are asked to attach a protocol to something which is not
        an Objective-C object type, and produce an error.

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

        * objc/compile/20060406-1.m: Fixed testcase not to try to qualify
        a pointer to an arbitrary C struct with an Objective-C protocol.
        Test various valid uses of typedef with Objective-C objects and
        protocols instead.
        * objc.dg/invalid-type-1.m: New.
        * obj-c++.dg/invalid-type-1.m: New.

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

13 years agoFix a couple of formatting issues
ebotcazou [Sat, 13 Nov 2010 15:15:02 +0000 (15:15 +0000)]
Fix a couple of formatting issues

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

13 years ago2010-11-13 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sat, 13 Nov 2010 15:00:06 +0000 (15:00 +0000)]
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

* objc.dg/attributes/method-format-1.m: New test.

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

13 years agogcc:
iains [Sat, 13 Nov 2010 13:02:24 +0000 (13:02 +0000)]
gcc:

* config/darwin.h (LINK_COMMAND_SPEC_A): Update for changes to lto
switches.

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

13 years agogcc/testsuite:
iains [Sat, 13 Nov 2010 12:56:39 +0000 (12:56 +0000)]
gcc/testsuite:

* gcc.dg/darwin-segaddr.c: New test for multiple argument c/l switch.

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

13 years agodon't emit debug sections until they are required
iains [Sat, 13 Nov 2010 12:50:37 +0000 (12:50 +0000)]
don't emit debug sections until they are required

gcc:

* dwarf2out.c (macinfo_entry): New struct.
(output_comp_unit): Emit the section start label here and flag that we
will emit an info section.
(dwarf2out_start_source_file): Save data in a macinfo entry rather than
emitting directly.
(dwarf2out_end_source_file): Likewise.
(dwarf2out_define): Likewise.
(dwarf2out_undef): Likewise.
(output_macinfo): New.
(dwarf2out_init): Do not emit debug section switches here, allocate a
vec for macinfo, when required.
(dwarf2out_finish): First switch to debug_abbrev_section here.
debug_line_section,  debug_macinfo_section, Likewise.
Check that the pubtypes table has at least one unpruned entry before
trying to emit it.

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

13 years ago * gcc.pot: Regenerate.
jsm28 [Sat, 13 Nov 2010 12:13:53 +0000 (12:13 +0000)]
* gcc.pot: Regenerate.

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

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

        PR fortran/45742
        * gfortran.dg/volatile12.f90: Use the right three in
        * cleanup-tree-dump.

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

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

        PR fortran/45742
        * trans-common.c (build_field): Add TREE_SIDE_EFFECTS for
        * volatile.
        * trans-decl.c (gfc_finish_var_decl): Ditto.
        (create_function_arglist): Handle volatile dummy arguments.

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

        PR fortran/45742
        * gfortran.dg/volatile12.f90: New.

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

13 years ago2010-10-30 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sat, 13 Nov 2010 10:01:33 +0000 (10:01 +0000)]
2010-10-30  Paolo Bonzini  <bonzini@gnu.org>

PR c/20385
* c-parser.c (c_parser_next_token_starts_declaration): Rename to...
(c_parser_next_tokens_start_declaration): ... this.  Handle 2nd
token lookahead.
(c_parser_compound_statement_nostart, c_parser_label,
c_parser_for_statement, c_parser_omp_for_loop): Adjust calls.
(c_parser_declaration_or_fndef): Detect the case now matched by
c_parser_next_tokens_start_declaration, give error and correct it.

testsuite:
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

PR c/20385
* gcc.dg/decl-9.c: New.

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

13 years ago2010-11-13 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sat, 13 Nov 2010 09:52:00 +0000 (09:52 +0000)]
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

* c-tree.h (enum c_typespec_kind): Add ctsk_none.
(struct c_declspecs): Replace tagdef_seen_p and type_seen_p
with typespec_kind.
* c-decl.c (build_null_declspecs): Initialize typespec_kind.
(shadow_tag_warned, check_compound_literal_type): Adjust
uses of tag_defined_p.
(declspecs_add_type): Set typespec_kind.
* c-parser.c (c_parser_declaration_or_fndef,
c_parser_declspecs, c_parser_struct_declaration,
c_parser_parameter_declaration, c_parser_type_name,
c_parser_objc_diagnose_bad_element_prefix): Adjust uses
of type_seen_p.
* c-typeck.c (c_cast_expr): Use typespec_kind instead of
tag_defined_p, pass ctsk_firstref through.

testsuite:
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

* gcc.dg/Wcxx-compat-8.c: Add testcases involving incomplete types.

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

13 years agogcc:
bonzini [Sat, 13 Nov 2010 09:42:58 +0000 (09:42 +0000)]
gcc:
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

* c-format.c (enum format_specifier_kind, kind_descriptions): New.
(struct format_wanted_type): Replace field "name" with "kind", add
"format_start" and "format_length".
(check_format_info_main): Fill in new fields.  Fill in
FORMAT_WANTED_TYPES even for missing arguments.  Move checks
after the final NUL outside the while loop.  Do not include
width and precision modifiers in the format_start/format_length
of the main format.
(check_format_types): Remove FORMAT_START and FORMAT_LENGTH
arguments.  Compute WANTED_TYPE first so that format_type_warning
can be called for missing arguments.  Adjust calls to
format_type_warning.
(format_type_warning): Fetch as much information as possible
from format_wanted_type.  Adjust printing now that every
warning has a "descr", as well as for missing argument warnings
and to include % sign for format specifiers.

testsuite:
2010-11-13  Paolo Bonzini  <bonzini@gnu.org>

* gcc.dg/format/few-1.c: New test.
* gcc.dg/format/asm_fprintf-1.c: Adjust.
* gcc.dg/format/c90-scanf-1.c: Adjust.
* gcc.dg/format/cmn-err-1.c: Adjust.
* gcc.dg/format/dfp-printf-1.c: Adjust.
* gcc.dg/format/dfp-scanf-1.c: Adjust.
* gcc.dg/format/gcc_diag-1.c: Adjust.
* gcc.dg/format/ms_unnamed-1.c: Adjust.
* gcc.dg/format/strfmon-1.c: Adjust.
* gcc.dg/format/unnamed-1.c: Adjust.
* gcc.dg/format/xopen-2.c: Adjust.
* g++.dg/ext/builtin4.C: Adjust.
* g++.dg/ext/builtin5.C: Adjust.

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

13 years ago PR rtl-optimization/46204
amonakov [Sat, 13 Nov 2010 09:28:52 +0000 (09:28 +0000)]
PR rtl-optimization/46204
* sel-sched-ir.c (maybe_tidy_empty_bb): Remove second argument.
Update all callers.  Do not recompute topological order.  Adjust
fallthrough edges following a degenerate conditional jump.

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

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