OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago* module.c (mio_f2k_derived): Initialize cur.
aoliva [Wed, 3 Jun 2009 19:42:57 +0000 (19:42 +0000)]
* module.c (mio_f2k_derived): Initialize cur.

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

14 years ago2009-06-03 Steve Ellcey <sje@cup.hp.com>
sje [Wed, 3 Jun 2009 19:35:23 +0000 (19:35 +0000)]
2009-06-03  Steve Ellcey  <sje@cup.hp.com>

* config/ia64/vect.md (*movv2sf_internal): Handle big endian case.

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

14 years ago2009-06-03 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 3 Jun 2009 17:44:43 +0000 (17:44 +0000)]
2009-06-03  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/23_containers/list/cons/6.cc: Adjust test name.

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

14 years ago * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Return generated
jakub [Wed, 3 Jun 2009 17:28:00 +0000 (17:28 +0000)]
* config/rs6000/rs6000.c (rs6000_emit_stack_reset): Return generated
insn if it is changing sp.  Use gen_add3_insn instead of
conditionally gen_addsi3 and gen_adddi3.
(offset_below_red_zone_p): New static inline function.
(rs6000_emit_epilogue): Emit needed epilogue unwind info.
Use gen_add3_insn instead of conditionally gen_addsi3 and gen_adddi3.
* config/rs6000/ppc-asm.h: Include auto-host.h.
(CFI_STARTPROC, CFI_ENDPROC, CFI_DEF_CFA_REGISTER, CFI_OFFSET,
CFI_RESTORE): Define.
* config/rs6000/crtresxgpr.asm: Add unwind info.
* config/rs6000/crtresxfpr.asm: Likewise.
* config/rs6000/crtresgpr.asm: Likewise.
* config/rs6000/crtresfpr.asm: Likewise.
* config/rs6000/crtsavgpr.asm: Likewise.
* config/rs6000/crtsavfpr.asm: Likewise.

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

14 years ago * dwarf2out.c (output_cfi_directive): Pass 1 instead of
jakub [Wed, 3 Jun 2009 17:26:48 +0000 (17:26 +0000)]
* dwarf2out.c (output_cfi_directive): Pass 1 instead of
0 to second argument of DWARF2_FRAME_REG_OUT macros.

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

14 years ago * config/arm/arm.c (arm_hard_regno_mode_ok): Permit values of four
jules [Wed, 3 Jun 2009 16:01:38 +0000 (16:01 +0000)]
* config/arm/arm.c (arm_hard_regno_mode_ok): Permit values of four
words or less (including TImode) in core registers.

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

14 years ago2009-06-03 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 3 Jun 2009 15:30:52 +0000 (15:30 +0000)]
2009-06-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/40328
* fold-const.c (fold_convert): Fold the build COMPLEX_EXPR.

* gcc.dg/torture/pr40328.c: New testcase.

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

14 years ago * statistics.c (statistics_counter_event): Do not record event
abel [Wed, 3 Jun 2009 14:36:47 +0000 (14:36 +0000)]
    * statistics.c (statistics_counter_event): Do not record event
        in pass dump if its number == -1.
        (curr_statistics_hash): Add assert that we never get passes
        with static number == -1.

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

14 years ago2009-06-03 Richard Guenther <rguenther@suse.de>
abel [Wed, 3 Jun 2009 14:33:31 +0000 (14:33 +0000)]
2009-06-03  Richard Guenther  <rguenther@suse.de>
            Andrey Belevantsev  <abel@ispras.ru>

        * cfgexpand.c (discover_nonconstant_array_refs_r): Make only
        non-BLKmode arrays addressable.

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

14 years ago * config/m68k/linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...
mkuvyrkov [Wed, 3 Jun 2009 12:00:32 +0000 (12:00 +0000)]
* config/m68k/linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...
* config/m68k/m68k.h: ... here.
* testsuite/gcc.dg/falign-labels.c (dg-options): Don't restrict for
m68k and fido.

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

14 years ago2009-06-03 Martin Jambor <mjambor@suse.cz>
jamborm [Wed, 3 Jun 2009 11:56:05 +0000 (11:56 +0000)]
2009-06-03  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/40323
* ipa-prop.c (get_ssa_def_if_simple_copy): Break if not single
assignment.

* testsuite/g++.dg/torture/pr40323.C: New file.

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

14 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: When
ebotcazou [Wed, 3 Jun 2009 10:52:40 +0000 (10:52 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: When
adjusting the discriminant nodes in an extension, use the full view
of the parent subtype if it is of a private kind.

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

14 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Add the
ebotcazou [Wed, 3 Jun 2009 10:39:42 +0000 (10:39 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Add the
_Parent field, if any, to the record before adding the other fields.
<E_Record_Subtype>: Put the _Controller field before the other fields
except for the _Tag or _Parent fields.
(components_to_record): Likewise.  Retrieve the _Parent field from the
record type.

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

14 years ago2009-06-03 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 3 Jun 2009 10:37:20 +0000 (10:37 +0000)]
2009-06-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40296
* libsupc++/exception_ptr.h (exception_ptr::operator!,
exception_ptr::operator __safe_bool): Only declare when
_GLIBCXX_EH_PTR_COMPAT is undefined.
* libsupc++/eh_ptr.cc: Define _GLIBCXX_EH_PTR_COMPAT before including
exception_ptr.
* testsuite/18_support/exception_ptr/40296.cc: New.
* testsuite/18_support/nested_exception/throw_with_nested.cc: Adjust.
* testsuite/18_support/nested_exception/cons.cc: Likewise.
* testsuite/18_support/nested_exception/nested_ptr.cc: Likewise.
* testsuite/18_support/exception_ptr/current_exception.cc: Likewise.

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

14 years ago * gcc-interface/decl.c (substitution_list): Rename to build_subst_list,
ebotcazou [Wed, 3 Jun 2009 10:26:20 +0000 (10:26 +0000)]
* gcc-interface/decl.c (substitution_list): Rename to build_subst_list,
remove unused parameter and simplify.
(gnat_to_gnu_entity) <E_Record_Type>: Do not set TYPE_FIELDS.  Factor
common predicate.  Rewrite loop for clarity.  Use GNU_TYPE directly
as context for all discriminants.  Fix formatting nits.
<E_Record_Subtype>: Add cosmetic 'break'.  Test Has_Discriminants
before Discriminant_Constraint.  Adjust for above renaming.  Do not
set GNU_TYPE more than once.
(elaborate_entity): Test Has_Discriminants on the entity and use
Implementation_Base_Type.
(components_to_record): Rename component_list to gnat_component_list.
Retrieve the _Parent field from the list.  Fix nits in comments.
Clarify logic in loop.  Pass correct arguments to create_field_decl.

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

14 years ago2009-06-03 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 3 Jun 2009 09:54:09 +0000 (09:54 +0000)]
2009-06-03  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
consistently.

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

14 years ago2009-06-03 Shujing Zhao <pearly.zhao@oracle.com>
paolo [Wed, 3 Jun 2009 09:36:50 +0000 (09:36 +0000)]
2009-06-03  Shujing Zhao  <pearly.zhao@oracle.com>

* config/sh/predicates.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
JUMP_P, CALL_P, NONJUMP_INSN_P, NOTE_P, BARRIER_P and
JUMP_TABLE_DATA_P where applicable.
* config/sh/sh.c: Ditto.
* config/sh/sh.h: Ditto.
* config/sh/sh.md: Ditto.
* config/sh/symbian.c: Ditto.

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

14 years ago2009-06-03 Shujing Zhao <pearly.zhao@oracle.com>
paolo [Wed, 3 Jun 2009 09:36:23 +0000 (09:36 +0000)]
2009-06-03  Shujing Zhao  <pearly.zhao@oracle.com>

* config/sh/predicates.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
JUMP_P, CALL_P, NONJUMP_INSN_P, NOTE_P, BARRIER_P and
JUMP_TABLE_DATA_P where applicable.
* config/sh/sh.c: Ditto.
* config/sh/sh.h: Ditto.
* config/sh/sh.md: Ditto.
* config/sh/symbian.c: Ditto.

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

14 years agoFix nits
ebotcazou [Wed, 3 Jun 2009 06:51:13 +0000 (06:51 +0000)]
Fix nits

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

14 years ago * config/i386/driver-i386.c (describe_cache): Optimize
uros [Wed, 3 Jun 2009 06:33:31 +0000 (06:33 +0000)]
* config/i386/driver-i386.c (describe_cache): Optimize
concatenation of strings.  Use snprintf instead of sprintf.
(host_detect_local_cpu): Ditto.  Ignore -march and -mtune for native
target when not compiling with GCC.

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

14 years ago * Makefile.tpl (all): Avoid a trailing backslash.
rwild [Wed, 3 Jun 2009 05:41:22 +0000 (05:41 +0000)]
    * Makefile.tpl (all): Avoid a trailing backslash.
        * Makefile.in: Regenerate.

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

14 years ago * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
mmitchel [Wed, 3 Jun 2009 03:07:49 +0000 (03:07 +0000)]
* decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.

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

14 years ago * g++.dg/init/ref15.C: Require unwrapped targets.
mmitchel [Wed, 3 Jun 2009 00:50:43 +0000 (00:50 +0000)]
* g++.dg/init/ref15.C: Require unwrapped targets.

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

14 years agoDaily bump.
gccadmin [Wed, 3 Jun 2009 00:17:19 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * config.sub, config.guess: Update from upstream sources.
bje [Tue, 2 Jun 2009 23:00:35 +0000 (23:00 +0000)]
* config.sub, config.guess: Update from upstream sources.

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

14 years ago * config/sh/sh.c: Revert last change.
kkojima [Tue, 2 Jun 2009 21:17:36 +0000 (21:17 +0000)]
* config/sh/sh.c: Revert last change.
(sh_expand_epilogue): Emit a blockage insn before the frame
pointer adjustment unconditionally.

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

14 years agogcc/
rsandifo [Tue, 2 Jun 2009 19:15:26 +0000 (19:15 +0000)]
gcc/
* config/pa/pa-hpux.h (LINK_SPEC): Remove "%<fwhole-program".
* config/pa/pa-hpux10.h (LINK_SPEC): Likewise.
* config/pa/pa-hpux11.h (LINK_SPEC): Likewise.
* gcc.c (set_collect_gcc_options): Don't add -fwhole-program
to COLLECT_GCC_OPTIONS.

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

14 years agolibstdc++-v3/
rsandifo [Tue, 2 Jun 2009 19:15:03 +0000 (19:15 +0000)]
libstdc++-v3/
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.
* configure: Regenerate.

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

14 years agogcc/
rsandifo [Tue, 2 Jun 2009 19:08:28 +0000 (19:08 +0000)]
gcc/
* collect2.c (target_system_root): New variable.
(main): Handle --sysroot=.
(ignore_library): Strip the sysroot from the library path.

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

14 years agogcc/
rsandifo [Tue, 2 Jun 2009 19:06:56 +0000 (19:06 +0000)]
gcc/
* Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.
(collect2.o): Depend on collect2-aix.h.
(collect2-aix.o): New rule.
* collect2-aix.h: New file.
* collect2-aix.c: Likewise.
* collect2.c: Include collect2-aix.h.  Don't undefine
OBJECT_FORMAT_COFF if CROSS_AIX_SUPPORT is defined.
Guard native includes with #ifndef CROSS_DIRECTORY_STRUCTURE.
Use TARGET_AIX_VERSION instead of _AIX51.
* config/rs6000/aix43.h (TARGET_AIX_VERSION): Define.
* config/rs6000/aix51.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix52.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix53.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix61.h (TARGET_AIX_VERSION): Likewise.

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

14 years agogcc/
rsandifo [Tue, 2 Jun 2009 19:04:39 +0000 (19:04 +0000)]
gcc/
* collect2.c (ignore_library): Avoid premature post-increment
and null deference.

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

14 years agogcc/
rsandifo [Tue, 2 Jun 2009 19:02:49 +0000 (19:02 +0000)]
gcc/
* Makefile.in (libgcc.mvars): Add TARGET_SYSTEM_ROOT.
* config/rs6000/aix.h (LINK_SYSCALLS_SPEC): Add %R to the
!CROSS_DIRECTORY_STRUCTURE alternative and use it for
CROSS_DIRECTORY_STRUCTURE too.
(LINK_LIBG_SPEC): Likewise.
(LIB_SPEC): Add %R to sysroot paths.
* config/rs6000/aix43.h (CPP_SPEC): Add %R to sysroot paths.
(CPLUSPLUS_CPP_SPEC, LIB_SPEC): Likewise.
* config/rs6000/aix51.h: As for aix43.h.
* config/rs6000/aix52.h: Likewise.
* config/rs6000/aix53.h: Likewise.
* config/rs6000/aix61.h: Likewise.
* config/rs6000/t-aix52 (SHLIB_LINK): Add $(TARGET_SYSTEM_ROOT)
to the beginning of sysroot paths.

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

14 years ago * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
rsandifo [Tue, 2 Jun 2009 19:01:35 +0000 (19:01 +0000)]
* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
to noconfdirs.
* configure: Regenerate.

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

14 years ago* print_rtl (print_rtx): Don't print modes in EXPR_LISTs and
aoliva [Tue, 2 Jun 2009 17:51:00 +0000 (17:51 +0000)]
* print_rtl (print_rtx): Don't print modes in EXPR_LISTs and
INSN_LISTs that are out of the REG_NOTE range.

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

14 years ago* loop-unroll.c (struct iv_to_split): Add pointer to next.
aoliva [Tue, 2 Jun 2009 17:47:33 +0000 (17:47 +0000)]
* loop-unroll.c (struct iv_to_split): Add pointer to next.
(struct var_to_expand): Likewise.
(struct opt_info): Add head and tail for linked lists of the above.
(analyze_insn_to_expand_var): Initialize next.
(analyze_iv_to_split_insn): Likewise.
(analyze_insns_in_loop): Create linked lists.
(allocate_basic_variable): Simplify for use without hash table.
(insert_var_expansion_initialization): Likewise, make it type-safer.
(combine_var_copies_in_loop_exit): Likewise.
(apply_opt_in_copies): Walk lists rather than hash tables.
(release_var_copies): Simplified and inlined by hand into...
(free_opt_info): ... this function.

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

14 years ago PR c++/40308
jason [Tue, 2 Jun 2009 17:02:38 +0000 (17:02 +0000)]
PR c++/40308
PR c++/40311
* typeck.c (cp_build_modify_expr): Always pass init-lists to the
conversion code.
* call.c (implicit_conversion): Allow init-list conversion to scalar
during direct-initialization, too.  Mark the conversion bad if it
has too many levels of braces.
(convert_like_real): And give a helpful error.

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

14 years ago PR c++/40306
jason [Tue, 2 Jun 2009 17:02:27 +0000 (17:02 +0000)]
PR c++/40306
PR c++/40307
* decl.c (cp_finish_decl): Handle auto deduction from ().
* typeck.c (build_x_indirect_ref): Handle dereferencing an operand
with dependent type that is known to be a pointer.

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

14 years ago2009-06-02 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 2 Jun 2009 15:33:29 +0000 (15:33 +0000)]
2009-06-02  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
for field decls.

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

14 years ago * gcc-interface/Make-lang.in: Fix formatting.
ebotcazou [Tue, 2 Jun 2009 11:16:09 +0000 (11:16 +0000)]
* gcc-interface/Make-lang.in: Fix formatting.

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

14 years ago2009-06-03 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 2 Jun 2009 09:06:31 +0000 (09:06 +0000)]
2009-06-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40299
* include/ext/memory: Fully qualify calls with __gnu_cxx.
* testsuite/ext/rope/40299.cc: New.

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

14 years ago* Makefile.tpl ([+compare-target+]): Compare all stage
aoliva [Tue, 2 Jun 2009 08:12:04 +0000 (08:12 +0000)]
* Makefile.tpl ([+compare-target+]): Compare all stage
directories, rather than just gcc.
* Makefile.in: Rebuilt.

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

14 years ago* compare-debug: Don't fail just because of .eh_frame differences.
aoliva [Tue, 2 Jun 2009 08:11:31 +0000 (08:11 +0000)]
* compare-debug: Don't fail just because of .eh_frame differences.

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

14 years ago* cfgexpand.c (gimple_expand_cfg): Discard the source location
aoliva [Tue, 2 Jun 2009 08:10:53 +0000 (08:10 +0000)]
* cfgexpand.c (gimple_expand_cfg): Discard the source location
only for builtins that are not overridden.

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

14 years ago* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
aoliva [Tue, 2 Jun 2009 08:09:27 +0000 (08:09 +0000)]
* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
label string.

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

14 years ago* df-core.c (df_ref_debug): Honor -fdump-noaddr.
aoliva [Tue, 2 Jun 2009 08:08:57 +0000 (08:08 +0000)]
* df-core.c (df_ref_debug): Honor -fdump-noaddr.

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

14 years ago* combine.c (move_deaths): Compare LUIDs within the same BB only.
aoliva [Tue, 2 Jun 2009 08:08:13 +0000 (08:08 +0000)]
* combine.c (move_deaths): Compare LUIDs within the same BB only.

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

14 years ago* common.opt (fdump-unnumbered-links): New.
aoliva [Tue, 2 Jun 2009 08:07:13 +0000 (08:07 +0000)]
* common.opt (fdump-unnumbered-links): New.
* doc/invoke.texi (-fdump-unnumbered-links): Document it.
* print-rtl.c (flag_dump_unnumbered_links): New.
(print_rtx): Test it.

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

14 years ago * arm.c (arm_get_frame_offsets): Prefer using r3 for padding a
rearnsha [Tue, 2 Jun 2009 07:47:09 +0000 (07:47 +0000)]
* arm.c (arm_get_frame_offsets): Prefer using r3 for padding a
push/pop multiple to 8-byte alignment.

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

14 years agoFix nits
ebotcazou [Tue, 2 Jun 2009 07:21:27 +0000 (07:21 +0000)]
Fix nits

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

14 years agogcc/cp/
simartin [Tue, 2 Jun 2009 05:37:17 +0000 (05:37 +0000)]
gcc/cp/

2009-06-02  Simon Martin  <simartin@users.sourceforge.net>

PR c++/38089
* pt.c (register_specialization): Properly setup DECL_CONTEXT for
specializations in an invalid namespace.

gcc/testsuite/

2009-06-02  Simon Martin  <simartin@users.sourceforge.net>

PR c++/38089
* g++.dg/template/spec36.C: New test.

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

14 years ago * config/i386/i386.c (queued_cfa_restores): New static variable.
jakub [Mon, 1 Jun 2009 19:49:57 +0000 (19:49 +0000)]
* config/i386/i386.c (queued_cfa_restores): New static variable.
(ix86_add_cfa_restore_note, ix86_add_queued_cfa_restore_notes): New
functions.
(pro_epilogue_adjust_stack): Call ix86_add_queued_cfa_restore_notes.
(ix86_emit_restore_reg_using_pop): Add RED_OFFSET argument.
Set RTX_FRAME_RELATED_P immediately after adding a REG_CFA_* note.
Call ix86_add_cfa_restore_note instead of adding REG_CFA_OFFSET
note unconditionally.
(ix86_emit_restore_regs_using_mov): Likewise.
(ix86_emit_restore_sse_regs_using_mov): Likewise.
(ix86_emit_restore_regs_using_pop): Add RED_OFFSET argument, pass
it through to ix86_emit_restore_reg_using_pop.
(ix86_emit_leave): Add RED_OFFSET argument.  Call
ix86_add_queued_cfa_restore_notes.  Call ix86_add_cfa_restore_note
instead of adding REG_CFA_OFFSET note unconditionally.
(ix86_expand_epilogue): Compute RED_OFFSET, pass it down to
the above functions.  Call ix86_add_queued_cfa_restore_notes when
needed.

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

14 years ago * dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument, if true,
jakub [Mon, 1 Jun 2009 19:43:24 +0000 (19:43 +0000)]
* dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument, if true,
force output of the label even for dwarf2out_do_cfi_asm.
(add_fde_cfi): If -g2 and above and cfi might change CFA,
force creation of CFI label and chain DW_CFA_set_loc jumping to it
for convert_cfa_to_fb_loc_list.  Adjust other dwarf2out_cfi_label
caller.
(dwarf2out_stack_adjust, dwarf2out_frame_debug,
dwarf2out_begin_epilogue, dwarf2out_frame_debug_restore_state): Adjust
dwarf2out_cfi_label callers.
* tree.h (dwarf2out_cfi_label): Adjust prototype.
* config/arm/arm.c (thumb_pushpop, thumb1_output_function_prologue):
Adjust dwarf2out_cfi_label callers.
* config/vax/vax.c (vax_output_function_prologue): Likewise.

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

14 years ago * config/i386/i386.h (struct machine_cfa_state,
jakub [Mon, 1 Jun 2009 19:41:43 +0000 (19:41 +0000)]
* config/i386/i386.h (struct machine_cfa_state,
struct machine_function): Guard with ifndef USED_FOR_TARGET
instead of not IN_LIBGCC2 and not in IN_TARGET_LIBS.

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

14 years ago2009-06-01 Doug Kwan <dougkwan@google.com>
dougkwan [Mon, 1 Jun 2009 19:41:08 +0000 (19:41 +0000)]
2009-06-01  Doug Kwan  <dougkwan@google.com>

* configure.ac: Support gold for target arm*-*-*.
* configure: Regenerate.

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

14 years ago PR other/40024
jakub [Mon, 1 Jun 2009 18:03:26 +0000 (18:03 +0000)]
PR other/40024
* emutls.c (__emutls_get_address): Change arr->size to mean number
of allocated arr->data entries instead of # of slots + 1.

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

14 years ago PR middle-end/40316
jakub [Mon, 1 Jun 2009 17:13:04 +0000 (17:13 +0000)]
PR middle-end/40316
* recog.c (peep2_reinit_state): New function.
(peephole2_init_state): Use it at the end of a basic block and also
when seeing a RTX_FRAME_RELATED_P insn.

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

14 years ago2009-06-01 Steve Ellcey <sje@cup.hp.com>
sje [Mon, 1 Jun 2009 16:46:42 +0000 (16:46 +0000)]
2009-06-01  Steve Ellcey  <sje@cup.hp.com>

* ia64.md (floatdirf2, fix_truncrfdi, floatunsdirf,
fixuns_truncrfdi2): New.
(fix_truncxfdi2_alts, fixuns_truncxfdi2_alts,
*nmaddsf4_alts, *nmadddf4_alts, *nmadddf4_truncsf_alts,
*mulxf3_alts, *mulxf3_truncsf_alts, *mulxf3_truncdf_alts,
*maddxf4_alts, *maddxf4_alts_truncsf, *maddxf4_alts_truncdf,
*nmaddxf4_alts, *nmaddxf4_truncsf_alts, *nmaddxf4_truncdf_alts,
*recip_approx): Remove.
(divsi3 modsi3, udivsi3, umodsi3, divsi3_internal, divdi3,
moddi3, udivdi3, umoddi3, divdi3_internal_lat, divdi3_internal_thr,
divsf3, sqrtsf2, divdf3, sqrtdf2, divxf3, sqrtxf2): Modify and
move to div.md.
* div.md (fix_truncrfdi2_alts, fixuns_truncrfdi2_alt,
setf_exp_rf): New.

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

14 years ago./:
ian [Mon, 1 Jun 2009 16:35:01 +0000 (16:35 +0000)]
./:
* attribs.c (register_attribute): Use CONST_CAST.
* collect2.c (main): Use CONST_CAST2.
(scan_prog_file): Likewise.
* gcc.c (process_command, main): Likewise.
* toplev.c (toplev_main): Likewise.

* c-typeck.c (handle_warn_cast_qual): New static function,
partially broken out of build_c_cast.
(build_c_cast): Call handle_warn_cast_qual.
* doc/invoke.texi (Warning Options): Document new effect of
-Wcast-qual.
./java:
* jcf-io.c (find_class): Use CONST_CAST.
./testsuite:
* gcc.dg/cast-qual-3.c: New testcase.
* g++.dg/warn/Wcast-qual2.C: New testcase.

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

14 years agogcc/
aldyh [Mon, 1 Jun 2009 16:09:33 +0000 (16:09 +0000)]
gcc/
* diagnostic.c (diagnostic_build_prefix): Always print columns.
(diagnostic_report_current_module): Print columns.
* common.opt (flag_show_column): Enable by default.
gcc/testsuite/
* lib/gcc-dg.exp (dg-bogus): Override dg-bogus.
(process-message): Expect column numbers.
* gcc.dg/va-arg-2.c: Use line 0 to indicate no column.
* gcc.dg/pch/counter-2.c: Same.
* gcc.dg/pch/valid-2.c: Same.
* gcc.dg/pch/warn-1.c: Same.
* gcc.dg/pch/valid-1.c: Same.
* gcc.dg/cpp/include2a.c: Handle lack of columns.
* gcc.dg/cpp/syshdr.c: Same.
* gcc.dg/cpp/19940712-1.c: Same.
* gcc.dg/cpp/missing-header-1.c: Same.
* gcc.dg/cpp/unc4.c: Remove -fno-show-column.
* gcc.dg/cpp/tr-warn3.c: Same.
* gcc.dg/cpp/pr29612-2.c: Same.
* gcc.dg/cpp/tr-warn4.c: Same.
* gcc.dg/cpp/Wtrigraphs.c: Same.
* gcc.dg/cpp/poison.c: Same.
* gcc.dg/cpp/arith-3.c: Same.
* gcc.dg/cpp/sysmac2.c: Same.
* gcc.dg/cpp/cpp.exp: Same.
* gcc.dg/cpp/tr-warn5.c: Same.
* gcc.dg/cpp/include2.c: Same.
* gcc.dg/cpp/Wmissingdirs.c: Same.
* gcc.dg/cpp/Wmissingdirs.c: Same.
* gcc.dg/cpp/tr-warn6.c: Same.
* gcc.dg/cpp/Wtrigraphs-2.c: Same.
* gcc.dg/cpp/macspace1.c: Same.
* gcc.dg/cpp/escape-2.c: Same.
* gcc.dg/cpp/assert2.c: Same.
* gcc.dg/cpp/undef2.c: Same.
* gcc.dg/cpp/macspace2.c: Same.
* gcc.dg/cpp/tr-warn1.c: Same.
* gcc.dg/cpp/extratokens2.c: Same.
* gcc.dg/cpp/strify2.c: Same.
* gcc.dg/cpp/Wsignprom.c: Same.
* gcc.dg/cpp/redef2.c: Same.
* gcc.dg/cpp/trad/trad.exp: Same.
* gcc.dg/cpp/arith-1.c: Same.
* gcc.dg/cpp/extratokens.c: Same.
* gcc.dg/cpp/if-mpar.c: Same.
gcc/cp/
* error.c (print_instantiation_partial_context): Print column
numbers.
libcpp/
* include/line-map.h (LAST_SOURCE_COLUMN): New.

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

14 years ago * include/cpp-id-data.h: Add extern "C".
ian [Mon, 1 Jun 2009 15:37:03 +0000 (15:37 +0000)]
* include/cpp-id-data.h: Add extern "C".
* include/line-map.h: Likewise.
* include/mkdeps.h: Likewise.
* include/symtab.h: Likewise.
* internal.h: Likewise.

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

14 years ago ada/
hainque [Mon, 1 Jun 2009 15:27:59 +0000 (15:27 +0000)]
ada/
* gcc-interface/utils.c (convert) <CONSTRUCTOR case>: When converting
to the packable version of the type, clear TREE_STATIC/TREE_CONSTANT
on the result if at least one of the input fields couldn't be output
as a static constant any more.

testsuite/
* gnat.dg/nested_float_packed.ads: New test.

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

14 years agoAdd missing blanks after dots in entry.
hainque [Mon, 1 Jun 2009 15:25:19 +0000 (15:25 +0000)]
Add missing blanks after dots in entry.

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

14 years ago2009-06-01 Luis Machado <luisgpm@br.ibm.com>
luisgpm [Mon, 1 Jun 2009 15:20:20 +0000 (15:20 +0000)]
2009-06-01  Luis Machado  <luisgpm@br.ibm.com>

* alias.c (find_base_term): Check for NULL term before returning.

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

14 years ago Revert due to PR40320:
mkuvyrkov [Mon, 1 Jun 2009 14:45:18 +0000 (14:45 +0000)]
Revert due to PR40320:

2009-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
* calls.c (emit_library_call_value_1): Don't force_operand for move
and push insns.

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

14 years ago * tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a FIELD_DECL, is
hainque [Mon, 1 Jun 2009 14:42:56 +0000 (14:42 +0000)]
* tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a FIELD_DECL, is
to be processed as a bitfield for constructor output purposes.
* output.h (initializer_constant_valid_for_bitfield_p): Declare
new function.
* varasm.c (oc_local_state): New type, output_constructor
local state to support communication with helpers.
(oc_outer_state): New type, output_constructor outer state of
relevance in recursive calls.
(output_constructor_array_range): New output_constructor helper,
extracted code for an array range element.
(output_constructor_regular_field): New output_constructor helper,
extracted code for an element that is not a bitfield.
(output_constructor_bitfield): New output_constructor helper,
extracted code for a bitfield element.  Accept an OUTER state
argument for recursive processing.  Recurse on record or array
CONSTRUCTOR values, possibly past noop conversions.
(initializer_constant_valid_for_bitfield_p): New predicate. Whether
VALUE is a valid constant-valued expression for use in a static
bit-field initializer.
(output_constructor): Rework to use helpers. Accept and honor an
OUTER state argument for recursive calls. Return total size. Be
prepared for nested constructors initializing bitfields.
(output_constant): Feed OUTER in calls to output_constructor.

ada/
* gcc-interface/utils2.c (gnat_build_constructor): Factor
out code. Use initializer_constant_valid_for_bitfield_p and
CONSTRUCTOR_BITFIELD_P for bit-fields.

testsuite/
* gnat.dg/oconst[1-6].ad[bs]: New tests. Also support for ...
* gnat.dg/test_oconst.adb: New test.

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

14 years ago * calls.c (emit_library_call_value_1): Don't force_operand for move
mkuvyrkov [Mon, 1 Jun 2009 11:18:29 +0000 (11:18 +0000)]
* calls.c (emit_library_call_value_1): Don't force_operand for move
and push insns.

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

14 years ago * doc/invoke.texi (IA-64 Options): Fix typo.
nickc [Mon, 1 Jun 2009 09:01:10 +0000 (09:01 +0000)]
    * doc/invoke.texi (IA-64 Options): Fix typo.

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

14 years ago PR tree-optimization/39129
irar [Mon, 1 Jun 2009 08:15:01 +0000 (08:15 +0000)]
PR tree-optimization/39129
* tree-vect-loop-manip.c (conservative_cost_threshold): Change the
printed message.
(vect_do_peeling_for_loop_bound): Use
LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
(vect_loop_versioning): Likewise.
(vect_create_cond_for_alias_checks): Fix indentation.
* tree-vectorizer.h (struct _loop_vec_info): Fix indentation of the
macros.
(LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT): Define.
(LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Likewise.
* tree-vect-loop.c (vect_analyze_loop_form): Change "too many BBs" to
"control flow in loop".
(vect_estimate_min_profitable_iters): Use
LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
(vect_create_data_ref_ptr): Don't mention array dimension in printing.
* tree-vect-stmts.c (vectorizable_store): Replace the check that the
statement belongs to a group of strided accesses with the exact code
check.
(vectorizable_load): Likewise.
* tree-vect-slp.c (vect_analyze_slp_instance): Spell out "basic block".
(vect_slp_analyze_bb, vect_slp_transform_bb): Likewise.

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

14 years ago2009-06-01 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 1 Jun 2009 07:00:35 +0000 (07:00 +0000)]
2009-06-01  Tobias Burnus  <burnus@net-b.de>

       PR fortran/40309
       * trans-decl.c (gfc_sym_identifier): Use "MAIN__" for PROGRAM "main".
       (create_main_function): Set main_identifier_node.

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

14 years ago * ansidecl.h: Add extern "C" when compiling with C++. Treat C++
ian [Mon, 1 Jun 2009 05:47:20 +0000 (05:47 +0000)]
* ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
the way we treat an ISO C compiler.  Don't define inline as a
macdro when compiling with C++.
* dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
when compiling with C++.
* fibheap.h: Add extern "C" when compiling with C++.

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

14 years ago * decContext.h: Add extern "C" if compiling with C++.
ian [Mon, 1 Jun 2009 05:28:42 +0000 (05:28 +0000)]
* decContext.h: Add extern "C" if compiling with C++.
* decDPD.h: Likewise.
* decNumber.h: Likewise.
* dpd/decimal32.h: Likewise.
* dpd/decimal64.h: Likewise.
* dpd/decimal128.h: Likewise.

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

14 years ago * config/freebsd-stdint.h: New file.
gerald [Mon, 1 Jun 2009 03:03:37 +0000 (03:03 +0000)]
* config/freebsd-stdint.h: New file.
* config.gcc (*-*-freebsd): Set use_gcc_stdint=wrap.
Add freebsd-stdint.h to tm_file.

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

14 years ago * arm/thumb2.md (thumb2_zero_extendhidi2): New insn and split.
rearnsha [Mon, 1 Jun 2009 00:23:52 +0000 (00:23 +0000)]
* arm/thumb2.md (thumb2_zero_extendhidi2): New insn and split.
(thumb2_extendhidi2): Likewise.

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

14 years agoDaily bump.
gccadmin [Mon, 1 Jun 2009 00:16:39 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * regstat.c (regstat_n_sets_and_refs): Remove duplicate
ian [Sun, 31 May 2009 23:11:51 +0000 (23:11 +0000)]
* regstat.c (regstat_n_sets_and_refs): Remove duplicate
definition.

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

14 years ago * Makefile.in (except.o): Depent upon gt-except.h, not
ian [Sun, 31 May 2009 22:34:00 +0000 (22:34 +0000)]
* Makefile.in (except.o): Depent upon gt-except.h, not
gt-$(EXCEPT_H).
(ipa-cp.o): Depend upon $(FIBHEAP_H) and $(PARAMS_H).
(ipa-reference.o): Depend upon gt-ipa-reference.h.

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

14 years ago * tree-pretty-print.c (print_call_name): Take the callee, not the
jason [Sun, 31 May 2009 22:01:38 +0000 (22:01 +0000)]
* tree-pretty-print.c (print_call_name): Take the callee, not the
call itself.  Make non-static.  Use dump_function_name for
functions.
(dump_generic_node): Adjust.
* diagnostic.h: Declare print_call_name.
* gimple-pretty-print.c (dump_gimple_call): Use it.

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

14 years ago * config/sh/sh.md (ashldi3_std): New define_expand.
kkojima [Sun, 31 May 2009 21:48:01 +0000 (21:48 +0000)]
* config/sh/sh.md (ashldi3_std): New define_expand.
(ashldi3): Use it.

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

14 years ago PR target/40313
kkojima [Sun, 31 May 2009 21:45:18 +0000 (21:45 +0000)]
PR target/40313
* config/sh/sh.c: Include debug.h.
(sh_expand_epilogue): Emit a blockage insn before the frame
pointer adjustment also when dwarf2out_do_frame returns true.

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

14 years ago2009-05-31 Basile Starynkevitch <basile@starynkevitch.net>
bstarynk [Sun, 31 May 2009 14:59:41 +0000 (14:59 +0000)]
2009-05-31  Basile Starynkevitch  <basile@starynkevitch.net>

* gcc/testsuite/gcc.dg/plugin/ggcplug.c: moved comment.
(plugin_init): fixed typo, declared i, returned 0 at end.

[also moved an entry from gcc/ChangeLog to gcc/testsuite/ChangeLog]

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

14 years ago * arm/thumb2.md (thumb2_extendsidi2): Add a split sub-pattern.
rearnsha [Sun, 31 May 2009 14:09:12 +0000 (14:09 +0000)]
* arm/thumb2.md (thumb2_extendsidi2): Add a split sub-pattern.
(thumb2_extendqidi2): New pattern.

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

14 years ago * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
irar [Sun, 31 May 2009 10:43:38 +0000 (10:43 +0000)]
* tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
mark phis for renaming.
* tree-vectorizer.c (vect_memsyms_to_rename): Remove.
(vectorize_loops): Don't allocate and free vect_memsyms_to_rename.
Call mark_sym_for_renaming.
* tree-vectorizer.h (vect_memsyms_to_rename): Remove.
* tree-vect-loop.c (vect_transform_loop): Remove vect_memsyms_to_rename
initialization and a call to mark_set_for_renaming.

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

14 years ago PR middle-end/40304
jakub [Sun, 31 May 2009 09:36:17 +0000 (09:36 +0000)]
PR middle-end/40304
* config/i386/i386.c (pro_epilogue_adjust_stack): Mark insns
frame related even if !set_cfa && style < 0.

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

14 years ago PR testsuite/40244
irar [Sun, 31 May 2009 06:55:37 +0000 (06:55 +0000)]
PR testsuite/40244
* gcc.dg/vect/bb-slp-4.c: Change the number of data accesses to 2.
* gcc.dg/vect/bb-slp-10.c: Change the store misalignment to 1.

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

14 years agoDaily bump.
gccadmin [Sun, 31 May 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

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

14 years agoReformat.
hjl [Sat, 30 May 2009 13:35:32 +0000 (13:35 +0000)]
Reformat.

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

14 years ago2009-05-30 Kai Tietz <kai.tietz@onevision.com>
ktietz [Sat, 30 May 2009 09:05:56 +0000 (09:05 +0000)]
2009-05-30  Kai Tietz  <kai.tietz@onevision.com>

        * config/i386/mingw-tls.c: New file.
        * config/i386/t-gthr-win32 (LIB2FUNCS_EXTRA): Add
        mingw-tls.c file.
        * gthr-win32.h (MINGW32_SUPPORTS_MT_EH): Define
        it for targets defining _WIN32 but not __CYGWIN__.

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

14 years ago* snprintf.c: Doc fix.
dj [Sat, 30 May 2009 05:17:14 +0000 (05:17 +0000)]
* snprintf.c: Doc fix.

* vsnprintf.c: Doc fix.

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

14 years ago * Makefile.def: Add MPC support and dependencies.
ghazi [Sat, 30 May 2009 00:43:36 +0000 (00:43 +0000)]
* Makefile.def: Add MPC support and dependencies.
* configure.ac: Likewise.  Reorganize GMP/MPFR checks.

* Makefile.in, configure: Regenerate.

gcc:
* configure.ac: Add MPC support.

* config.in, configure: Regenerate.

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

14 years ago * cfgcleanup.c (try_crossjump_to_edge): Only skip past
rth [Sat, 30 May 2009 00:33:46 +0000 (00:33 +0000)]
* cfgcleanup.c (try_crossjump_to_edge): Only skip past
NOTE_INSN_BASIC_BLOCK.
* cfglayout.c (duplicate_insn_chain): Copy epilogue insn marks.
Duplicate NOTE_INSN_EPILOGUE_BEG notes.
* cfgrtl.c (can_delete_note_p): Allow NOTE_INSN_EPILOGUE_BEG
to be deleted.
* dwarf2out.c (struct cfa_loc): Change indirect field to bitfield,
add in_use field.
(add_cfi): Disable check redefining cfa away from drap.
(lookup_cfa_1): Add remember argument; handle remember/restore.
(lookup_cfa): Pass remember argument.
(cfa_remember): New.
(compute_barrier_args_size_1): Remove sibcall check.
(dwarf2out_frame_debug_def_cfa): New.
(dwarf2out_frame_debug_adjust_cfa): New.
(dwarf2out_frame_debug_cfa_offset): New.
(dwarf2out_frame_debug_cfa_register): New.
(dwarf2out_frame_debug_cfa_restore): New.
(dwarf2out_frame_debug): Handle REG_CFA_* notes.
(dwarf2out_begin_epilogue): New.
(dwarf2out_frame_debug_restore_state): New.
(dw_cfi_oprnd1_desc): Handle DW_CFA_remember_state,
DW_CFA_restore_state.
(output_cfi_directive): Likewise.
(convert_cfa_to_fb_loc_list): Likewise.
(dw_cfi_oprnd1_desc): Handle DW_CFA_restore.
* dwarf2out.h: Update.
* emit-rtl.c (try_split): Don't split RTX_FRAME_RELATED_P.
(copy_insn_1): Early out for null.
* final.c (final_scan_insn): Call dwarf2out_begin_epilogue
and dwarf2out_frame_debug_restore_state.
* function.c (prologue, epilogue, sibcall_epilogue): Remove.
(prologue_insn_hash, epilogue_insn_hash): New.
(free_after_compilation): Adjust freeing accordingly.
(record_insns): Create hash table if needed; push insns into
hash instead of array.
(maybe_copy_epilogue_insn): New.
(contains): Search hash table instead of array.
(sibcall_epilogue_contains): Remove.
(thread_prologue_and_epilogue_insns): Split eh_return insns
and mark them as epilogues.
(reposition_prologue_and_epilogue_notes): Rewrite epilogue
scanning in terms of basic blocks.
* insn-notes.def (CFA_RESTORE_STATE): New.
* jump.c (returnjump_p_1): Accept EH_RETURN.
(eh_returnjump_p_1, eh_returnjump_p): New.
* reg-notes.def (CFA_DEF_CFA, CFA_ADJUST_CFA, CFA_OFFSET,
CFA_REGISTER, CFA_RESTORE): New.
* rtl.def (EH_RETURN): New.
* rtl.h (eh_returnjump_p, maybe_copy_epilogue_insn): Declare.

* config/bfin/bfin.md (UNSPEC_VOLATILE_EH_RETURN): Remove.
(eh_return_internal): Use eh_return rtx; split w/ epilogue.

* config/i386/i386.c (gen_push): Update cfa state.
(pro_epilogue_adjust_stack): Add set_cfa argument.  When true,
add a CFA_ADJUST_CFA note.
(ix86_dwarf_handle_frame_unspec): Remove.
(ix86_expand_prologue): Update cfa state.
(ix86_emit_restore_reg_using_pop): New.
(ix86_emit_restore_regs_using_pop): New.
(ix86_emit_leave): New.
(ix86_emit_restore_regs_using_mov): Add CFA_RESTORE notes.
(ix86_expand_epilogue): Add notes for unwinding the epilogue.
* config/i386/i386.h (struct machine_cfa_state): New.
(ix86_cfa_state): New.
* config/i386/i386.md (UNSPEC_EH_RETURN): Remove.
(eh_return_internal): Merge from eh_return_<mode>,
use eh_return rtx, split w/ epilogue.

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

14 years agoDaily bump.
gccadmin [Sat, 30 May 2009 00:16:53 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago./:
ian [Fri, 29 May 2009 22:45:54 +0000 (22:45 +0000)]
./:
* builtins.c (validate_gimple_arglist): Don't use va_arg with
enum type.
* calls.c (emit_library_call_value_1): Likewise.

* c-typeck.c (c_build_va_arg): New function.
* c-tree.h (c_build_va_arg): Declare.
* c-parser.c (c_parser_postfix_expression): Call c_build_va_arg
instead of build_va_arg.
cp/:
* error.c (cp_printer): Don't use va_arg with enum type.
testsuite/:
* gcc.dg/Wcxx-compat-11.c: New testcase.

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

14 years ago * inclhack.def (solaris_int_const): New fix.
ebotcazou [Fri, 29 May 2009 22:07:30 +0000 (22:07 +0000)]
* inclhack.def (solaris_int_const): New fix.
(solaris_int_limits_1): Likewise.
(solaris_int_limits_2): Likewise.
* fixincl.x: Regenerate.
* tests/base/sys/int_const.h: New file.
* tests/base/sys/int_limits.h: Likewise.

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

14 years ago2009-05-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
burnus [Fri, 29 May 2009 21:27:54 +0000 (21:27 +0000)]
2009-05-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR fortran/40019
        * trans-types.c (gfc_build_uint_type): Make nonstatic.
        * trans.h (gfor_fndecl_clz128, gfor_fndecl_ctz128): New
        * prototypes.
        * trans-types.h (gfc_build_uint_type): Add prototype.
        * trans-decl.c (gfc_build_intrinsic_function_decls): Build
        gfor_fndecl_clz128 and gfor_fndecl_ctz128.
        * trans-intrinsic.c (gfc_conv_intrinsic_leadz,
        gfc_conv_intrinsic_trailz): Call the right builtins or library
        functions, and cast arguments to unsigned types first.
        * simplify.c (gfc_simplify_leadz): Deal with negative arguments.

2009-05-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR fortran/40019
        * intrinsics/bit_intrinsics.c: New file.
        * gfortran.map (GFORTRAN_1.2): New list.
        * Makefile.am: Add intrinsics/bit_intrinsics.c.
        * Makefile.in: Regenerate.

2009-05-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR fortran/40019
        * gfortran.dg/leadz_trailz_1.f90: New test.
        * gfortran.dg/leadz_trailz_2.f90: New test.

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

14 years agoFix PR40190; use localtime_r, gmtime_r, add fallback implementations
jb [Fri, 29 May 2009 20:56:20 +0000 (20:56 +0000)]
Fix PR40190; use localtime_r, gmtime_r, add fallback implementations

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

14 years ago2009-05-29 Kai Tietz <kai.tietz@onevision.com>
ktietz [Fri, 29 May 2009 20:20:40 +0000 (20:20 +0000)]
2009-05-29  Kai Tietz  <kai.tietz@onevision.com>

        * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.

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

14 years ago * tree-ssa-loop-ivopts.c (strip_offset_1) <MULT_EXPR>: New case.
ebotcazou [Fri, 29 May 2009 19:25:04 +0000 (19:25 +0000)]
* tree-ssa-loop-ivopts.c (strip_offset_1) <MULT_EXPR>: New case.
(force_expr_to_var_cost) <NEGATE_EXPR>: Likewise.
(ptr_difference_cost): Use affine combinations to compute it.
(difference_cost): Likewise.
(get_computation_cost_at): Compute more accurate cost for addresses
if the ratio is a multiplier allowed in addresses.
For non-addresses, consider that an additional offset or symbol is
added only once.

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

14 years ago * config/i386/i386.c (ix86_decompose_address): Avoid useless
jakub [Fri, 29 May 2009 17:00:35 +0000 (17:00 +0000)]
* config/i386/i386.c (ix86_decompose_address): Avoid useless
0 displacement.  Add 0 displacement if base is %[er]bp or %r13.

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

14 years ago * config/i386/i386.md (prefix_data16, prefix_rep): Set to 0 for
jakub [Fri, 29 May 2009 16:59:31 +0000 (16:59 +0000)]
* config/i386/i386.md (prefix_data16, prefix_rep): Set to 0 for
TYPE_SSE{MULADD,4ARG,IADD1,CVT1} by default.
(prefix_rex): For UNIT_MMX don't imply the prefix by default
if MODE_DI.
(prefix_extra): Default to 2 for TYPE_SSE{MULADD,4ARG} and
to 1 for TYPE_SSE{IADD1,CVT1}.
(prefix_vex_imm8): Removed.
(length_vex): Only pass 1 as second argument to
ix86_attr_length_vex_default if prefix_extra is 0.
(modrm): For TYPE_INCDEC only set to 0 if not TARGET_64BIT.
(length): For prefix vex computation use length_immediate
attribute instead of prefix_vex_imm8.
(cmpqi_ext_3_insn, cmpqi_ext_3_insn_rex64,
addqi_ext_1, addqi_ext_1_rex64, *testqi_ext_0, andqi_ext_0,
*andqi_ext_0_cc, *iorqi_ext_0, *xorqi_ext_0, *xorqi_cc_ext_1,
*xorqi_cc_ext_1_rex64): Override modrm attribute to 1.
(extendsidi2_rex64, extendhidi2, extendqidi2, extendhisi2,
*extendhisi2_zext, extendqihi2, extendqisi2, *extendqisi2_zext): Emit
a space in between the operands.
(*anddi_1_rex64, *andsi_1): Likewise.  Override prefix_rex to 1
if one operand is 0xff and the other one si, di, bp or sp.
(*andhi_1): Override prefix_rex to 1 if one operand is 0xff and the
other one si, di, bp or sp.
(*btsq, *btrq, *btcq, *btdi_rex64, *btsi): Add mode attribute.
(*ffssi_1, *ffsdi_1, ctzsi2, ctzdi2): Add
type and mode attributes.
(*bsr, *bsr_rex64, *bsrhi): Add type attribute.
(*cmpfp_i_mixed, *cmpfp_iu_mixed): For TYPE_SSECOMI, clear
prefix_rep attribute and set prefix_data16 attribute iff MODE_DF.
(*cmpfp_i_sse, *cmpfp_iu_sse): Clear prefix_rep attribute and set
prefix_data16 attribute iff MODE_DF.
(*movsi_1): For TYPE_SSEMOV MODE_SI set prefix_data16 attribute.
(fix_trunc<mode>di_sse): Set prefix_rex attribute.
(*adddi_4_rex64, *addsi_4): Use const128_operand instead of
constm128_operand in length_immediate computation.
(*addhi_4): Likewise.  Fix mode attribute to MODE_HI.
(anddi_1_rex64): Use movzbl/movzwl instead of movzbq/movzwq.
(*avx_ashlti3, sse2_ashlti3, *avx_lshrti3, sse2_lshrti3): Set
length_immediate attribute to 1.
(x86_fnstsw_1, x86_fnstcw_1, x86_fldcw_1): Fix length attribute.
(*movdi_1_rex64): Override prefix_rex or prefix_data16 attributes
for certain alternatives.
(*movdf_nointeger, *movdf_integer_rex64, *movdf_integer): Override
prefix_data16 attribute if MODE_V1DF.
(*avx_setcc<mode>, *sse_setcc<mode>, *sse5_setcc<mode>): Set
length_immediate to 1.
(set_got_rex64, set_rip_rex64): Remove length attribute, set
length_address to 4, set mode attribute to MODE_DI.
(set_got_offset_rex64): Likewise.  Set length_immediate to 0.
(fxam<mode>2_i387): Set length attribute to 4.
(*prefetch_sse, *prefetch_sse_rex, *prefetch_3dnow,
*prefetch_3dnow_rex): Override length_address attribute.
(sse4_2_crc32<mode>): Override prefix_data16 and prefix_rex
attributes.
* config/i386/predicates.md (ext_QIreg_nomode_operand): New predicate.
(constm128_operand): Removed.
* config/i386/i386.c (memory_address_length): For
disp && !index && !base in 64-bit mode account for SIB byte if
print_operand_address can't optimize disp32 into disp32(%rip)
and UNSPEC doesn't imply (%rip) addressing.  Add 1 to length
for fs: or gs: segment.
(ix86_attr_length_immediate_default): When checking if shortform
is possible, truncate immediate to the length of the non-shortened
immediate.
(ix86_attr_length_address_default): Ignore MEM_P operands
with X constraint.
(ix86_attr_length_vex_default): Only check for DImode on
GENERAL_REG_P operands.
* config/i386/sse.md (<sse>_comi, <sse>_ucomi): Clear
prefix_rep attribute, set prefix_data16 attribute iff MODE_DF.
(sse_cvttps2pi): Clear prefix_rep attribute.
(sse2_cvttps2dq, *sse2_cvtpd2dq, sse2_cvtps2pd): Clear prefix_data16
attribute.
(*sse2_cvttpd2dq): Don't clear prefix_rep attribute.
(*avx_ashr<mode>3, ashr<mode>3, *avx_lshr<mode>3, lshr<mode>3,
*avx_ashl<mode>3, ashl<mode>3): Set length_immediate attribute to 1
iff operand 2 is const_int_operand.
(*vec_dupv4si, avx_shufpd256_1, *avx_shufpd_<mode>,
sse2_shufpd_<mode>): Set length_immediate attribute to 1.
(sse2_pshufd_1): Likewise.  Set prefix attribute to maybe_vex
instead of vex.
(sse2_pshuflw_1, sse2_pshufhw_1): Set length_immediate to 1 and clear
prefix_data16.
(sse2_unpckhpd, sse2_unpcklpd, sse2_storehpd, *vec_concatv2df): Set
prefix_data16 attribute for movlpd and movhpd instructions.
(sse2_loadhpd, sse2_loadlpd, sse2_movsd): Likewise.  Override
length_immediate for shufpd instruction.
(sse2_movntsi, sse3_lddqu): Clear prefix_data16 attribute.
(avx_cmpp<avxmodesuffixf2c><mode>3,
avx_cmps<ssemodesuffixf2c><mode>3, *avx_maskcmp<mode>3,
<sse>_maskcmp<mode>3, <sse>_vmmaskcmp<mode>3,
avx_shufps256_1, *avx_shufps_<mode>, sse_shufps_<mode>,
*vec_dupv4sf_avx, *vec_dupv4sf): Set
length_immediate attribute to 1.
(*avx_cvtsi2ssq, *avx_cvtsi2sdq): Set length_vex attribute to 4.
(sse_cvtsi2ssq, sse2_cvtsi2sdq): Set prefix_rex attribute to 1.
(sse2_cvtpi2pd, sse_loadlps, sse2_storelpd): Override
prefix_data16 attribute for the first alternative to 1.
(*avx_loadlps): Override length_immediate for the first alternative.
(*vec_concatv2sf_avx): Override length_immediate and prefix_extra
attributes for second alternative.
(*vec_concatv2sf_sse4_1): Override length_immediate and
prefix_data16 attributes for second alternative.
(*vec_setv4sf_avx, *avx_insertps, vec_extract_lo_<mode>,
vec_extract_hi_<mode>, vec_extract_lo_v16hi,
vec_extract_hi_v16hi, vec_extract_lo_v32qi,
vec_extract_hi_v32qi): Set prefix_extra and length_immediate to 1.
(*vec_setv4sf_sse4_1, sse4_1_insertps, *sse4_1_extractps): Set
prefix_data16 and length_immediate to 1.
(*avx_mulv2siv2di3, *avx_mulv4si3, sse4_2_gtv2di3): Set prefix_extra
to 1.
(*avx_<code><mode>3, *avx_eq<mode>3, *avx_gt<mode>3): Set
prefix_extra attribute for variants that don't have 0f prefix
alone.
(*avx_pinsr<ssevecsize>): Likewise.  Set length_immediate to 1.
(*sse4_1_pinsrb, *sse2_pinsrw, *sse4_1_pinsrd, *sse4_1_pextrb,
*sse4_1_pextrb_memory, *sse2_pextrw, *sse4_1_pextrw_memory,
*sse4_1_pextrd): Set length_immediate to 1.
(*sse4_1_pinsrd): Likewise.  Set prefix_extra to 1.
(*sse4_1_pinsrq, *sse4_1_pextrq): Set prefix_rex and length_immediate
to 1.
(*vec_extractv2di_1_rex64_avx, *vec_extractv2di_1_rex64,
*vec_extractv2di_1_avx, *vec_extractv2di_1_sse2): Override
length_immediate to 1 for second alternative.
(*vec_concatv2si_avx, *vec_concatv2di_rex64_avx): Override
prefix_extra and length_immediate attributes for the first
alternative.
(vec_concatv2si_sse4_1): Override length_immediate to 1 for the
first alternative.
(*vec_concatv2di_rex64_sse4_1): Likewise.  Override prefix_rex
to 1 for the first and third alternative.
(*vec_concatv2di_rex64_sse): Override prefix_rex to 1 for the second
alternative.
(*sse2_maskmovdqu, *sse2_maskmovdqu_rex64): Override length_vex
attribute.
(*sse_sfence, sse2_mfence, sse2_lfence): Override length_address
attribute to 0.
(*avx_phaddwv8hi3, *avx_phadddv4si3, *avx_phaddswv8hi3,
*avx_phsubwv8hi3, *avx_phsubdv4si3, *avx_phsubswv8hi,
*avx_pmaddubsw128, *avx_pmulhrswv8hi3, *avx_pshufbv16qi3,
*avx_psign<mode>3): Set prefix_extra attribute to 1.
(ssse3_phaddwv4hi3, ssse3_phadddv2si3, ssse3_phaddswv4hi3,
ssse3_phsubwv4hi3, ssse3_phsubdv2si3, ssse3_phsubswv4hi3,
ssse3_pmaddubsw, *ssse3_pmulhrswv4hi, ssse3_pshufbv8qi3,
ssse3_psign<mode>3): Override prefix_rex attribute.
(*avx_palignrti): Override prefix_extra and length_immediate
to 1.
(ssse3_palignrti): Override length_immediate to 1.
(ssse3_palignrdi): Override length_immediate to 1, override
prefix_rex attribute.
(abs<mode>2): Override prefix_rep to 0, override prefix_rex
attribute.
(sse4a_extrqi): Override length_immediate to 2.
(sse4a_insertqi): Likewise.  Override prefix_data16 to 0.
(sse4a_insertq): Override prefix_data16 to 0.
(avx_blendp<avxmodesuffixf2c><avxmodesuffix>,
avx_blendvp<avxmodesuffixf2c><avxmodesuffix>,
avx_dpp<avxmodesuffixf2c><avxmodesuffix>, *avx_mpsadbw,
*avx_pblendvb, *avx_pblendw, avx_roundp<avxmodesuffixf2c>256,
avx_rounds<avxmodesuffixf2c>256): Override prefix_extra
and length_immediate to 1.
(sse4_1_blendp<ssemodesuffixf2c>, sse4_1_dpp<ssemodesuffixf2c>,
sse4_2_pcmpestr, sse4_2_pcmpestri, sse4_2_pcmpestrm,
sse4_2_pcmpestr_cconly, sse4_2_pcmpistr, sse4_2_pcmpistri,
sse4_2_pcmpistrm, sse4_2_pcmpistr_cconly): Override prefix_data16
and length_immediate to 1.
(sse4_1_blendvp<ssemodesuffixf2c>): Override prefix_data16 to 1.
(sse4_1_mpsadbw, sse4_1_pblendw): Override length_immediate to 1.
(*avx_packusdw, avx_vtestp<avxmodesuffixf2c><avxmodesuffix>,
avx_ptest256): Override prefix_extra to 1.
(sse4_1_roundp<ssemodesuffixf2c>, sse4_1_rounds<ssemodesuffixf2c>):
Override prefix_data16 and length_immediate to 1.
(sse5_pperm_zero_v16qi_v8hi, sse5_pperm_sign_v16qi_v8hi,
sse5_pperm_zero_v8hi_v4si, sse5_pperm_sign_v8hi_v4si,
sse5_pperm_zero_v4si_v2di, sse5_pperm_sign_v4si_v2di,
sse5_vrotl<mode>3, sse5_ashl<mode>3, sse5_lshl<mode>3): Override
prefix_data16 to 0 and prefix_extra to 2.
(sse5_rotl<mode>3, sse5_rotr<mode>3): Override length_immediate to 1.
(sse5_frcz<mode>2, sse5_vmfrcz<mode>2): Don't override prefix_extra
attribute.
(*sse5_vmmaskcmp<mode>3, sse5_com_tf<mode>3,
sse5_maskcmp<mode>3, sse5_maskcmp<mode>3, sse5_maskcmp_uns<mode>3):
Override prefix_data16 and prefix_rep to 0, length_immediate to 1
and prefix_extra to 2.
(sse5_maskcmp_uns2<mode>3, sse5_pcom_tf<mode>3): Override
prefix_data16 to 0, length_immediate to 1 and prefix_extra to 2.
(*avx_aesenc, *avx_aesenclast, *avx_aesdec, *avx_aesdeclast,
avx_vpermilvar<mode>3,
avx_vbroadcasts<avxmodesuffixf2c><avxmodesuffix>,
avx_vbroadcastss256, avx_vbroadcastf128_p<avxmodesuffixf2c>256,
avx_maskloadp<avxmodesuffixf2c><avxmodesuffix>,
avx_maskstorep<avxmodesuffixf2c><avxmodesuffix>):
Override prefix_extra to 1.
(aeskeygenassist, pclmulqdq): Override length_immediate to 1.
(*vpclmulqdq, avx_vpermil<mode>, avx_vperm2f128<mode>3,
vec_set_lo_<mode>, vec_set_hi_<mode>, vec_set_lo_v16hi,
vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Override
prefix_extra and length_immediate to 1.
(*avx_vzeroall, avx_vzeroupper, avx_vzeroupper_rex64): Override
modrm to 0.
(*vec_concat<mode>_avx): Override prefix_extra and length_immediate
to 1 for the first alternative.
* config/i386/mmx.md (*mov<mode>_internal_rex64): Override
prefix_rep, prefix_data16 and/or prefix_rex attributes in certain
cases.
(*mov<mode>_internal_avx, *movv2sf_internal_rex64,
*movv2sf_internal_avx, *movv2sf_internal): Override
prefix_rep attribute for certain alternatives.
(*mov<mode>_internal): Override prefix_rep or prefix_data16
attributes for certain alternatives.
(*movv2sf_internal_rex64_avx): Override prefix_rep and length_vex
attributes for certain alternatives.
(*mmx_addv2sf3, *mmx_subv2sf3, *mmx_mulv2sf3,
*mmx_<code>v2sf3_finite, *mmx_<code>v2sf3, mmx_rcpv2sf2,
mmx_rcpit1v2sf3, mmx_rcpit2v2sf3, mmx_rsqrtv2sf2, mmx_rsqit1v2sf3,
mmx_haddv2sf3, mmx_hsubv2sf3, mmx_addsubv2sf3,
*mmx_eqv2sf3, mmx_gtv2sf3, mmx_gev2sf3, mmx_pf2id, mmx_pf2iw,
mmx_pi2fw, mmx_floatv2si2, mmx_pswapdv2sf2, *mmx_pmulhrwv4hi3,
mmx_pswapdv2si2): Set prefix_extra attribute to 1.
(mmx_ashr<mode>3, mmx_lshr<mode>3, mmx_ashl<mode>3): Set
length_immediate to 1 if operand 2 is const_int_operand.
(*mmx_pinsrw, mmx_pextrw, mmx_pshufw_1, *vec_dupv4hi,
*vec_extractv2si_1): Set length_immediate
attribute to 1.
(*mmx_uavgv8qi3): Override prefix_extra attribute to 1 if
using old 3DNOW insn rather than SSE/3DNOW_A.
(mmx_emms, mmx_femms): Clear modrm attribute.

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

14 years ago2009-05-29 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 29 May 2009 16:47:31 +0000 (16:47 +0000)]
2009-05-29  Martin Jambor  <mjambor@suse.cz>

* tree-sra.c:  New implementation of SRA.

* params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): Removed.
(PARAM_SRA_MAX_STRUCTURE_COUNT): Removed.
(PARAM_SRA_FIELD_STRUCTURE_RATIO): Removed.
* params.h (SRA_MAX_STRUCTURE_SIZE): Removed.
(SRA_MAX_STRUCTURE_COUNT): Removed.
(SRA_FIELD_STRUCTURE_RATIO): Removed.
* doc/invoke.texi (sra-max-structure-size): Removed.
(sra-field-structure-ratio): Removed.

* testsuite/gfortran.dg/pr25923.f90: XFAIL warning expectation.
* testsuite/gcc.dg/tree-ssa/ssa-fre-7.c: Compile with -fno-tree-sra.
* testsuite/gcc.dg/tree-ssa/ssa-fre-8.c: Likewise.
* testsuite/gcc.dg/tree-ssa/ssa-fre-9.c: Likewise.
* testsuite/gcc.dg/memcpy-1.c: Removed param sra-max-structure-size.
* testsuite/gcc.dg/tree-ssa/sra-2.c: Likewise.
* testsuite/gcc.dg/tree-ssa/sra-3.c: Likewise.
* testsuite/gcc.dg/tree-ssa/sra-1.c: Likewise.
* testsuite/gcc.dg/tree-ssa/sra-4.c: Changed comment.
* testsuite/gcc.dg/tree-ssa/sra-5.c: New file.
* testsuite/gcc.dg/tree-ssa/sra-6.c: New file.
* testsuite/gcc.c-torture/compile/sra-1.c: New file.

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