- 28 Apr, 2006 5 commits
-
-
gcc.c (process_command): Add program name to GCC_EXEC_PREFIX value before passing to make_relative_prefix. * gcc.c (process_command): Add program name to GCC_EXEC_PREFIX value before passing to make_relative_prefix. From-SVN: r113345
Joseph Myers committed -
gcc/ PR middle-end/27260 * builtins.c (expand_builtin_memset): Expand val in original mode. gcc/testsuite/ PR middle-end/27260 * gcc.c-torture/execute/pr27260.c: New. From-SVN: r113341
Alan Modra committed -
PR middle-end/27095 * gcc.dg/pr27095.c: New. From-SVN: r113340
Alan Modra committed -
PR c++/27292 * tree.c (rvalue): Convert bitfields to their declared types. PR c++/27292 * g++.dg/conversion/bitfield4.C: New test. From-SVN: r113339
Mark Mitchell committed -
From-SVN: r113331
GCC Administrator committed
-
- 27 Apr, 2006 12 commits
-
-
2006-04-27 Eric Christopher <echristo@apple.com> * target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif. * config/darwin-c.c (darwin_ms_struct): New. (darwin_pragma_ms_struct): Ditto. (darwin_set_default_type_attributes): Ditto. * config/darwin-protos.h (darwin_pragma_ms_struct): Declare. * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Register ms_struct pragma. * config/i386/darwin.h (REGISTER_TARGET_PRAGMAS): Declare. (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Ditto. * config/rs6000/rs6000.c (rs6000_set_default_type_attributes): Call darwin_set_default_type_attributes if TARGET_MACHO. 2006-04-27 Eric Christopher <echristo@apple.com> * gcc.dg/pragma-ms_struct.c: New. From-SVN: r113327
Eric Christopher committed -
2006-04-27 Benjamin Kosnik <bkoz@redhat.com> * docs/html/17_intro/TODO: Update. From-SVN: r113325
Benjamin Kosnik committed -
2006-04-28 Andreas Tobler <a.tobler@schweiz.ch> * configure.ac: Add an additional checks for dladdr and dlopen on dld. * configure: Rebuilt. From-SVN: r113323
Andreas Tobler committed -
2006-04-27 Andrew MacLeod <amacleod@redhat.com> PR tree-optimization/26854 * tree-vrp.c (remove_range_assertions): Use new Immuse iterator. * doc/tree-ssa.texi: Update immuse iterator documentation. * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Use new iterator. * tree-ssa-dom.c (propagate_rhs_into_lhs): Use new iterator. * tree-flow-inline.h (end_safe_imm_use_traverse, end_safe_imm_use_p, first_safe_imm_use, next_safe_imm_use): Remove. (end_imm_use_stmt_p): New. Check for end of immuse stmt traversal. (end_imm_use_stmt_traverse): New. Terminate immuse stmt traversal. (move_use_after_head): New. Helper function to sort immuses in a stmt. (link_use_stmts_after): New. Link all immuses in a stmt consescutively. (first_imm_use_stmt): New. Get first stmt in an immuse list. (next_imm_use_stmt): New. Get next stmt in an immuse list. (first_imm_use_on_stmt): New. Get first immuse on a stmt. (end_imm_use_on_stmt_p): New. Check for end of immuses on a stmt. (next_imm_use_on_stmt): New. Move to next immuse on a stmt. * tree-ssa-forwprop.c (forward_propagate_addr_expr): Use new iterator. * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use new iterator. (perfect_nestify): Use new iterator. * tree-vect-transform.c (vect_create_epilog_for_reduction): Use new iterator. * tree-flow.h (struct immediate_use_iterator_d): Add comments. (next_imm_name): New field in struct immediate_use_iterator_d. (FOR_EACH_IMM_USE_SAFE, BREAK_FROM_SAFE_IMM_USE): Remove. (FOR_EACH_IMM_USE_STMT, BREAK_FROM_IMM_USE_STMT, FOR_EACH_IMM_USE_ON_STMT): New immediate use iterator macros. * tree-cfg.c (replace_uses_by): Use new iterator. * tree-ssa-threadedge.c (lhs_of_dominating_assert): Use new iterator. * tree-ssa-operands.c (correct_use_link): Remove. (finalize_ssa_use_ops): No longer call correct_use_link. From-SVN: r113321
Andrew MacLeod committed -
PR c++/27102 * typeck2.c (cxx_incomplete_type_diagnostic): Handle TYPENAME_TYPE. PR c++/27102 * g++.dg/template/crash47.C: New test. From-SVN: r113320
Mark Mitchell committed -
* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New. * config/t-darwin (crt3.o): Use it. * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Remove 'pmode', use Pmode instead of SImode for SYMBOL_REF. * config/rs6000/rs6000.md (call_indirect_nonlocal_sysv, call_nonlocal_sysv, call_value_indirect_nonlocal_sysv, call_value_nonlocal_sysv): Suffix with the "P" macro for 32/64 support. From-SVN: r113319
Stuart Hastings committed -
* expmed.c (store_fixed_bit_field): If we're not optimizing for size, force the intermediate into a new pseudo rather instead of performing both a bitwise AND and a bitwise IOR in memory. From-SVN: r113318
Roger Sayle committed -
2006-04-27 Richard Guenther <rguenther@suse.de> PR rtl-optimization/26685 * params.def (PARAM_MAX_CSE_INSNS): Correct typo that named this one "max-flow-memory-locations". From-SVN: r113300
Richard Guenther committed -
re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (and a - CST) is always postive) 2006-04-27 Richard Guenther <rguenther@suse.de> PR tree-optimization/25148 * tree-vrp.c (compare_values): Remove code dealing with comparisons against type min/max value. Honour overflow and negative constants in code dealing with comparisons of plus and minus expressions. (value_inside_range): Use fold_binary with LE_EXPR and GE_EXPR rather than compare_values. From-SVN: r113298
Richard Guenther committed -
2006-04-27 Dirk Mueller <dmueller@suse.de> * config/i386/xmmintrin.h (_mm_shuffle_pi16): make available for SSE. * testsuite/gcc.target/i386/sse-7.c: build with -msse. From-SVN: r113297
Dirk Mueller committed -
2006-04-26 H.J. Lu <hongjiu.lu@intel.com> PR testsuite/27274: * gcc.target/i386/sse-9.c: Include "../../gcc.dg/i386-cpuid.h". (main): Exit if processor doesn't support SSE. From-SVN: r113296
H.J. Lu committed -
From-SVN: r113290
GCC Administrator committed
-
- 26 Apr, 2006 13 commits
-
-
2006-04-26 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/26875 * include/ext/array_allocator.h (array_allocator): _M_used, new data member. * testsuite/ext/array_allocator/26875.cc: New. From-SVN: r113283
Benjamin Kosnik committed -
2006-04-26 Shantonu Sen <ssen@opendarwin.org> PR libstdc++/26513 * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present. From-SVN: r113281
Shantonu Sen committed -
PR middle-end/27282 * gcc.c-torture/compile/pr27282.c: New test From-SVN: r113278
David Edelsohn committed -
2006-04-26 Kenneth Zadeck <zadeck@naturalbridge.com> * basic-block.h (safe_insert_insn_on_edge): Removed. * cfgrtl.c (mark_killed_regs, safe_insert_insn_on_edge): Removed. From-SVN: r113276
Kenneth Zadeck committed -
2006-04-26 David Edelsohn <edelsohn@gnu.org> Paolo Bonzini <bonzini@gnu.org> PR middle-end/27282 * combine.c (simplify_and_const_int_1): Use gen_int_mode. (simplify_and_const_int): Same. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r113275
David Edelsohn committed -
From-SVN: r113274
Aldy Hernandez committed -
PR c/26171 * cgraph.c (cgraph_varpool_finalize_decl): Don't call cgraph_varpool_assemble_pending_decls if -fopenmp, unless cgraph_global_info_ready. * testsuite/libgomp.c/pr26171.c: New test. From-SVN: r113271
Jakub Jelinek committed -
PR middle-end/26913 * tree-cfg.c (find_outermost_region_in_block): Handle RESX_EXPR. * g++.dg/gomp/pr26913.C: New test. From-SVN: r113270
Jakub Jelinek committed -
PR c/25996 * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for if either decl or init is error_mark_node. * gcc.dg/gomp/pr25996.c: New test. * g++.dg/gomp/pr25996.C: New test. From-SVN: r113269
Jakub Jelinek committed -
PR middle-end/25989 * tree-flow.h (struct omp_region): Add sched_kind. * omp-low.c (expand_parallel_call): Use region->inner->sched_kind instead of extracting omp for data. (expand_omp_for): Save extracted sched_kind. From-SVN: r113268
Jakub Jelinek committed -
* dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there are no branches. From-SVN: r113267
Geoffrey Keating committed -
expmed.c (store_bit_field): Also check whether the bitsize is valid for the machine's "insv" instruction... * expmed.c (store_bit_field): Also check whether the bitsize is valid for the machine's "insv" instruction before moving the target into a pseudo for use with the insv. * config/i386/predicates.md (const8_operand): New predicate. * config/i386/i386.md (extv, extzv, insv): Use the new const8_operand predicate where appropriate. From-SVN: r113265
Roger Sayle committed -
From-SVN: r113263
GCC Administrator committed
-
- 25 Apr, 2006 10 commits
-
-
* doc/install.texi (Specific): Clarify that this is not a list of supported hosts or targets. From-SVN: r113259
DJ Delorie committed -
gcc/ PR rtl-optimization/26725 * cfgrtl.c (rtl_redirect_edge_and_branch_force): Set the source block's BB_DIRTY flag. gcc/testsuite/ * gcc.c-torture/compile/pr26725.c: New test. From-SVN: r113257
Richard Sandiford committed -
PR libgomp/25865 * configure.ac: Use GCC_CHECK_TLS. * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove. * Makefile.in, aclocal.m4, configure: Regenerate. From-SVN: r113256
Richard Henderson committed -
* dwarf2asm.c (dw2_asm_output_data): Don't generate RTL just to print an integer. From-SVN: r113254
Geoffrey Keating committed -
2006-04-25 Richard Guenther <rguenther@suse.de> * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather than n + -1. From-SVN: r113252
Richard Guenther committed -
* gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h later. Include platform.h. Set GC_DEBUG before including gc.h, if needed. From-SVN: r113251
Tom Tromey committed -
* varasm.c (align_variable): New function. (get_block_for_decl): Apply align_variable to DECL before calculating section information. (assemble_variable): Split out alignment computation. From-SVN: r113250
David Edelsohn committed -
2006-04-25 Andreas Krebbel <krebbel1@de.ibm.com> * expmed.c (store_bit_field): Handle paradoxical subregs on big endian machines. 2006-04-25 Andreas Krebbel <krebbel1@de.ibm.com> * gcc.dg/20060425-1.c: New testcase. From-SVN: r113248
Andreas Krebbel committed -
* doc/rtl.texi (ss_ashift): Improve wording. From-SVN: r113247
Bernd Schmidt committed -
2006-04-25 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc: Don't include link.h or dladdr.h. * boehm.cc: Don't include link.h. (_Jv_RegisterLibForGc): Cast away const when calling dladdr(). From-SVN: r113246
Andrew Haley committed
-