- 03 Jun, 2009 9 commits
-
-
2009-06-03 Richard Guenther <rguenther@suse.de> * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE consistently. From-SVN: r148120
Richard Guenther committed -
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. From-SVN: r148119
Shujing Zhao committed -
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. From-SVN: r148118
Shujing Zhao committed -
From-SVN: r148116
Eric Botcazou committed -
* 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. From-SVN: r148115
Uros Bizjak committed -
* Makefile.tpl (all): Avoid a trailing backslash. * Makefile.in: Regenerate. Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> From-SVN: r148113
Jerome Guitton committed -
From-SVN: r148111
Mark Mitchell committed -
From-SVN: r148110
Mark Mitchell committed -
From-SVN: r148109
GCC Administrator committed
-
- 02 Jun, 2009 26 commits
-
-
From-SVN: r148105
Ben Elliston committed -
* config/sh/sh.c: Revert last change. (sh_expand_epilogue): Emit a blockage insn before the frame pointer adjustment unconditionally. From-SVN: r148103
Kaz Kojima committed -
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. From-SVN: r148099
Richard Sandiford committed -
libstdc++-v3/ * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets. * configure: Regenerate. From-SVN: r148098
Richard Sandiford committed -
gcc/ * collect2.c (target_system_root): New variable. (main): Handle --sysroot=. (ignore_library): Strip the sysroot from the library path. From-SVN: r148097
Richard Sandiford committed -
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. From-SVN: r148096
Richard Sandiford committed -
gcc/ * collect2.c (ignore_library): Avoid premature post-increment and null deference. From-SVN: r148095
Richard Sandiford committed -
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. From-SVN: r148094
Richard Sandiford committed -
* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib to noconfdirs. * configure: Regenerate. From-SVN: r148093
Richard Sandiford committed -
print_rtl (print_rtx): Don't print modes in EXPR_LISTs and INSN_LISTs that are out of the REG_NOTE range. * print_rtl (print_rtx): Don't print modes in EXPR_LISTs and INSN_LISTs that are out of the REG_NOTE range. From-SVN: r148091
Alexandre Oliva committed -
* 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. From-SVN: r148090
Alexandre Oliva committed -
re PR c++/40308 (Brace initialization fails for member initializers in constructor for class templates) 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. From-SVN: r148089
Jason Merrill committed -
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. From-SVN: r148088
Jason Merrill committed -
2009-06-02 Richard Guenther <rguenther@suse.de> * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE for field decls. From-SVN: r148086
Richard Guenther committed -
From-SVN: r148083
Eric Botcazou committed -
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. From-SVN: r148081
Paolo Carlini committed -
* Makefile.tpl ([+compare-target+]): Compare all stage directories, rather than just gcc. * Makefile.in: Rebuilt. From-SVN: r148080
Alexandre Oliva committed -
From-SVN: r148079
Alexandre Oliva committed -
cfgexpand.c (gimple_expand_cfg): Discard the source location only for builtins that are not overridden. * cfgexpand.c (gimple_expand_cfg): Discard the source location only for builtins that are not overridden. From-SVN: r148078
Alexandre Oliva committed -
* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's label string. From-SVN: r148077
Alexandre Oliva committed -
From-SVN: r148076
Alexandre Oliva committed -
From-SVN: r148075
Alexandre Oliva committed -
* 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. From-SVN: r148074
Alexandre Oliva committed -
* arm.c (arm_get_frame_offsets): Prefer using r3 for padding a push/pop multiple to 8-byte alignment. From-SVN: r148072
Richard Earnshaw committed -
From-SVN: r148071
Eric Botcazou committed -
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. From-SVN: r148069
Simon Martin committed
-
- 01 Jun, 2009 5 commits
-
-
* 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. From-SVN: r148067
Jakub Jelinek committed -
* 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. From-SVN: r148066
Jakub Jelinek committed -
i386.h (struct machine_cfa_state, [...]): Guard with ifndef USED_FOR_TARGET instead of not IN_LIBGCC2 and not in... * 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. From-SVN: r148065
Jakub Jelinek committed -
2009-06-01 Doug Kwan <dougkwan@google.com> * configure.ac: Support gold for target arm*-*-*. * configure: Regenerate. From-SVN: r148064
Doug Kwan committed -
re PR other/40024 (trunk/gcc-4.3/gcc: * emutls.c (emutls_destroy): Don' t fall out of the array bound.) PR other/40024 * emutls.c (__emutls_get_address): Change arr->size to mean number of allocated arr->data entries instead of # of slots + 1. From-SVN: r148061
Jakub Jelinek committed
-