- 29 Nov, 2008 5 commits
-
-
libcpp: * lex.c (cpp_token_len): Use 6 as default length. gcc/testsuite: * g++.dg/cpp/stringop-1.C: New test. From-SVN: r142275
Joseph Myers committed -
PR ada/30827 * g-comver.adb (Ver_Len_Max): Fix inconsistency. From-SVN: r142274
Eric Botcazou committed -
2008-11-28 Andrew Pinski <andrew_pinski@playstation.sony.com> PR testsuite/38311 * ssp-2.c: Link with -Wl,-multiply_defined,suppress on darwin. From-SVN: r142273
Andrew Pinski committed -
From-SVN: r142272
Chen Liqin committed -
From-SVN: r142268
GCC Administrator committed
-
- 28 Nov, 2008 7 commits
-
-
PR c++/38233 * init.c (perform_member_init): Fix value-initialization. (build_value_init_1): Add assert to catch cases that will break in the gimplifier. (build_default_init): Remove. * cp-tree.h: Remove its prototype. * pt.c (tsubst_expr) [DECL_EXPR]: Use build_value_init for value-initialization. From-SVN: r142265
Jason Merrill committed -
PR c++/32519 * g++.dg/template/pr32519.C: New test. From-SVN: r142264
Jason Merrill committed -
PR c++/38278 * parser.c (cp_parser_class_name): Only call maybe_note_name_used_in_class if we actually found a class name. From-SVN: r142263
Jason Merrill committed -
2008-11-28 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/37843 * gcc.target/i386/pr37843-1.c: Make it nonpic targets only. * gcc.target/i386/pr37843-2.c: Likewise. From-SVN: r142259
H.J. Lu committed -
re PR tree-optimization/37955 (internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447) 2008-11-28 Richard Guenther <rguenther@suse.de> PR tree-optimization/37955 PR tree-optimization/37742 * tree-vect-transform.c (vectorizable_store): Remove assert for compatible aliases. (vectorizable_load): Likewise. * gcc.c-torture/compile/pr37955.c: New testcase. * gcc.c-torture/compile/pr37742-3.c: Likewise. From-SVN: r142257
Richard Guenther committed -
re PR testsuite/38261 (gcc.dg/torture/ipa-pta-1.c & gcc.dg/tree-ssa/alias-2.c fail with -fpic/-fPIC) PR testsuite/38261 * gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets. * gcc.dg/torture/ipa-pta-1.c: Likewise. From-SVN: r142256
Jakub Jelinek committed -
From-SVN: r142254
GCC Administrator committed
-
- 27 Nov, 2008 9 commits
-
-
From-SVN: r142251
Geoffrey Keating committed -
From-SVN: r142247
Eric Botcazou committed -
2008-11-27 Toon Moene <toon@moene.org> * MAINTAINERS: Change e-mail address. From-SVN: r142246
Toon Moene committed -
2008-11-27 Tristan Gingold <gingold@adacore.com> * configure.ac: Build gdb for i?86-*-darwin* * configure: Regenerated. From-SVN: r142245
Tristan Gingold committed -
tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for the static chain parameter. 2008-11-27 Richard Guenther <rguenther@suse.de> * tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for the static chain parameter. From-SVN: r142242
Richard Guenther committed -
From-SVN: r142241
Bernd Schmidt committed -
* config/bfin/bfin.opt (micplb): New option. * config/bfin/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Set it. * config/bfin/bfin-protos.h (WA_INDIRECT_CALLS, ENABLE_WA_INDIRECT_CALLS): New macros. * config/bfin/bfin.c (bfin_cpus): Add WA_INDIRECT_CALLS to all 54x CPUs. (indirect_call_p): New function. (workaround_speculation): Handle anomaly 05-00-0426 when ENABLE_WA_INDIRECT_CALLS is true. * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_INDIRECT_CALLS if ENABLE_WA_INDIRECT_CALLS. * doc/invoke.texi (Blackfin Options): Document -micplb. From-SVN: r142240
Bernd Schmidt committed -
* config/m32c/mov.md ("extendhipsi2"): New. * config/m32c/bitops.md (bset_qi): Add memsym_operand predicate. * config/m32c/bitops.md (andhi3_24, iorhi3_24): Don't prefer HL class. * config/m32c/mov.md (zero_extendqihi2): Likewise. From-SVN: r142237
DJ Delorie committed -
From-SVN: r142235
GCC Administrator committed
-
- 26 Nov, 2008 12 commits
-
-
PR testsuite/28870 * lib/objc.exp (objc_target_compile): Fix typo from previous change. * lib/gnat.exp (gnat_target_compile): Fix typo from previous change. From-SVN: r142230
Janis Johnson committed -
* config/mips/mips.md (clear_hazard): Rename to clear_hazard_<mode>. Use mode-specific addition. (clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si or gen_clear_hazard_di depending on the size of Pmode. From-SVN: r142229
Adam Nemet committed -
* configure.ac: Test m32c-elf-gas for .loc. * configure: Likewise. From-SVN: r142228
DJ Delorie committed -
gcc/ PR testsuite/28870 * doc/sourcebuild.texi (Test Directives): Add dg-timeout and dg-timeout-factor. gcc/testsuite/ PR testsuite/28870 * lib/timeout.exp: New. * lib/timeout-dg.exp: New. * lib/gcc-dg.exp: Include new timeout library files. (dg-test): Unset timeout variables. * lib/gcc.exp (gcc_target_compile): Set timeout value from new proc. * lib/g++.exp (g++_target_compile): Ditto. * lib/gfortran.exp (gfortran_target_compile): Ditto. * lib/objc.exp (objc_target_compile): Ditto. * lib/obj-c++.exp (obj-c++_target_compile): Ditto. * lib/obj-c++.exp (obj-c++_target_compile): Ditto. * lib/gnat.exp (gnat_target_compile): Ditto. libstdc++-v3/ PR testsuite/28870 * testsuite/lib/libstdc++.exp: Include new timeout library files. (libstdc++_init): Define tool_timeout. (dg-test): Override DejaGnu proc. (v3_target_compile): Set timeout value from new proc. (v3_target_compile_as_c): Ditto. libmudflap/ PR testsuite/28870 * testsuite/lib/mfdg.exp (dg-test): Use new timeout support. (dg-timeout): Remove. (standard-wait): Remove. * testsuite/lib/libmudflap.exp: Include new timeout library files. (libmudflap_target_compile): Set timeout value from new proc. libgomp/ PR testsuite/28870 * testsuite/lib/libgomp.exp: Include new timeout library files. (libgomp_target_compile): Set timeout value from new proc. From-SVN: r142225
Janis Johnson committed -
* config/i386/sync.md (memory_barrier_nosse): Disable also for TARGET_64BIT. Remove special asm template for TARGET_64BIT case. (memory_barrier): Do not generate memory_barrier_nosse instruction for TARGET_64BIT. * config/i386/sse.md (*sse2_mfence): Also enable for TARGET_64BIT. From-SVN: r142224
Uros Bizjak committed -
2008-11-26 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/37843 * gcc.target/i386/pr37843-1.c: Make it Linux only. * gcc.target/i386/pr37843-2.c: Likewise. From-SVN: r142222
H.J. Lu committed -
* config/soft-fp/floatuntisf.c (__floatuntisf): Correct function name from __floatundisf. * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to DFtype. From-SVN: r142218
Fredrik Unger committed -
2008-11-26 Kai Tietz <kai.tietz@onevision.com> PR/38227 * calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function, when there is no FUNCTION_DECL available. OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available. (compute_argument_block_size): Add fntype argument. OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available. (emit_library_call_value_1): Likewise. OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available. * config/i386/i386.c (ix86_reg_parm_stack_space): Handle function types. * doc/tm.texi (REG_PARM_STACK_SPACE): Adjust documentation. From-SVN: r142215
Kai Tietz committed -
2008-11-26 Kai Tietz <kai.tietz@onevision.com> * gcc.dg/callabi/func-indirect.c: New. From-SVN: r142214
Kai Tietz committed -
2008-11-25 Daniel Berlin <dberlin@dberlin.org> Richard Guenther <rguenther@suse.de> PR tree-optimization/37869 * tree-ssa-structalias.c (struct constraint_graph): Remove pt_used and number_incoming members. (build_pred_graph): Do not allocate them. (condense_visit): Do not use them. (label_visit): Likewise. (free_var_substitution_info): Do not free them. Co-Authored-By: Richard Guenther <rguenther@suse.de> From-SVN: r142213
Daniel Berlin committed -
PR c++/28743 * decl2.c (check_classfn): Error rather than abort on parameter list mismatch. From-SVN: r142212
Jason Merrill committed -
From-SVN: r142210
GCC Administrator committed
-
- 25 Nov, 2008 7 commits
-
-
2008-11-25 Vladimir Makarov <vmakarov@redhat.com> * doc/invoke.texi (ira-max-loops-num): Change semantics. * ira-int.h (struct ira_loop_tree_node): New member to_remove_p. * ira-color.c (allocno_spill_priority): New function. (remove_allocno_from_bucket_and_push, push_allocno_to_spill): Print more info about the spilled allocno. (push_allocnos_to_stack): Use allocno_spill_priority. Add more checks on bad spill. * ira-build.c (loop_node_to_be_removed_p): Remove. (loop_compare_func, mark_loops_for_removal): New functions. (remove_uneccesary_loop_nodes_from_loop_t): Use member to_remove_p. (remove_unnecessary_allocnos): Call mark_loops_for_removal. * ira.c (ira): Don't change flag_ira_algorithm. * params.def (ira-max-loops-num): Change the value. From-SVN: r142207
Vladimir Makarov committed -
* config/m68k/m68k.md (extendsidi2, extendsidi2_mem): Merge, clean up. Disable unsupported alternative for ColdFire, add new alternative that ColdFire can handle. * gcc.c-torture/compile/20080929-1.c: New. From-SVN: r142205
Maxim Kuvyrkov committed -
regrename.c (merge_overlapping_regs): Add registers artificially defined at the top of the basic block to the set of... * regrename.c (merge_overlapping_regs): Add registers artificially defined at the top of the basic block to the set of live ones just before the first insn. From-SVN: r142203
Eric Botcazou committed -
From-SVN: r142196
Janis Johnson committed -
gcc/ 2008-11-25 H.J. Lu <hongjiu.lu@intel.com> Joey Ye <joey.ye@intel.com> PR middle-end/37843 * config/i386/i386.c (ix86_function_ok_for_sibcall): Return false if we need to align the outgoing stack. (ix86_update_stack_boundary): Check parm_stack_boundary. gcc/testsuite/ 2008-11-25 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/37843 * gcc.target/i386/align-main-3.c: New. * gcc.target/i386/pr37843-1.c: Likewise. * gcc.target/i386/pr37843-2.c: Likewise. * gcc.target/i386/pr37843-3.c: Likewise. Co-Authored-By: Joey Ye <joey.ye@intel.com> From-SVN: r142193
H.J. Lu committed -
2008-11-25 H.J. Lu <hongjiu.lu@intel.com> * module.c (gfc_dump_module): Report error on unlink only if errno != ENOENT. From-SVN: r142192
H.J. Lu committed -
2008-11-25 Mikael Morin <mikael.morin@tele2.fr> PR fortran/36463 * expr.c (replace_symbol): Don't replace the symtree if the expresion is an intrinsic function. Don't create non-existent symtrees. Use symbol's name instead of symtree's, different in case of module procedure dummy arguments. 2008-11-25 Mikael Morin <mikael.morin@tele2.fr> PR fortran/36463 * gfortran.dg/proc_decl_20.f90: New test. From-SVN: r142191
Mikael Morin committed
-