- 02 Mar, 2007 15 commits
-
-
* Makefile.in: Add install-pdf target as copied from automake v1.10 rules. * configure.ac: Add install-pdf to target list. * configure: Regenerate. From-SVN: r122466
Brooks Moses committed -
* Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. From-SVN: r122465
Brooks Moses committed -
* Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. From-SVN: r122464
Brooks Moses committed -
* Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. From-SVN: r122463
Brooks Moses committed -
* Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. From-SVN: r122461
Brooks Moses committed -
From-SVN: r122460
GCC Administrator committed -
From-SVN: r122457
Brooks Moses committed -
From-SVN: r122456
Brooks Moses committed -
From-SVN: r122455
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate * include/Makefile.in: Regenerate * testsuite/Makefile.in: Regenerate * gcj/Makefile.in: Regenerate From-SVN: r122454
Brooks Moses committed -
From-SVN: r122453
Brooks Moses committed -
* Makefile.in: Add install-html and install-pdf dummy targets. From-SVN: r122452
Brooks Moses committed -
* Makefile.am: Add install-pdf target as copied from automake v1.10 rules. * Makefile.in: Regenerate From-SVN: r122451
Brooks Moses committed -
From-SVN: r122450
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122449
Brooks Moses committed
-
- 01 Mar, 2007 21 commits
-
-
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122448
Brooks Moses committed -
From-SVN: r122447
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122446
Brooks Moses committed -
From-SVN: r122445
Brooks Moses committed -
From-SVN: r122444
Brooks Moses committed -
From-SVN: r122443
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122442
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122441
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122440
Brooks Moses committed -
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122439
Brooks Moses committed -
* Makefile.in: Add install-pdf target as copied from automake v1.10 rules. * testsuite/Makefile.in: Add dummy install-pdf target. From-SVN: r122438
Brooks Moses committed -
2007-03-01 Paul Brook <paul@codesourcery.com> * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing modes to LDRD for DImode. (output_move_double): Fixup out of range ldrd/strd. (vfp_secondary_reload_class): Rename... (coproc_secondary_reload_class): ... to this. Add wb argument. * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use coproc_secondary_reload_class for CLASS_IWMMXT. (SECONDARY_INPUT_RELOAD_CLASS): Ditto. * arm-protos.h (coproc_secondary_reload_class): Update prototype. From-SVN: r122437
Paul Brook committed -
tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the unroll factor by the estimated number of iterations. * tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the unroll factor by the estimated number of iterations. (loop_prefetch_arrays): Do not prefetch in loops that iterate less than prefetch latency. * gcc.dg/tree-ssa/prefetch-4.c: New test. From-SVN: r122435
Zdenek Dvorak committed -
cp/: PR c++/23689 * decl.c (check_tag_decl): Added new warning for typedef ignored when it precedes an otherwise valid non-typedef declaration. testsuite/: PR c++/23689 * warn/ignored_typedef.C: New. * init/ctor8.C: Added dg-warning to consume ignored typedef warning. * template/typedef2.C: Ditto. Moved dg-error onto its own line and added an explicit line number. From-SVN: r122434
Simon Baldwin committed -
* expr.c (emit_move_complex_push): Export. (emit_move_complex_parts): Split out from ... (emit_move_complex): ... here. * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare. * config/i386/i386.md (movcdi): New. From-SVN: r122432
Richard Henderson committed -
PR other/16513 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR). Install headers in multilib independent location. Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr> From-SVN: r122430
Peter Breitenlohner committed -
i386.c (ix86_modes_tieable_p): Fix typo, use also size of mode1 to check for tieable modes in MMX case. * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also size of mode1 to check for tieable modes in MMX case. From-SVN: r122429
Uros Bizjak committed -
gcc/ * Makefile.in (rtlanal.o): Depend on tree.h. * rtl.h (offset_within_section_p, split_const): Declare. * rtlanal.c: Include tree.h. (offset_within_block_p): New function, taken from mips_offset_within_object_p. (split_const): New function, taken from mips_split_const. * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p): Declare. * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define. (CONSTANT_ADDRESS_P): Only accept legitimate constants. (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p. * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define. (m68k_illegitimate_symbolic_constant_p): New function. * config/m68k/m68k.md (movsi): Remove misleading predicates. If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a symbolic constant that might be outside the symbol's section, move the symbol first and then add the offset. * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Override. * config/mips/mips.c (mips_split_const): Delete. (mips_offset_within_object_p): Delete. (mips_symbolic_constant_p): Use offset_within_section_p and split_const instead of mips_offset_within_object_p and mips_split_const. (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address) (mips_legitimize_const_move, print_operand_reloc) (mips_dangerous_for_la25_p): Use split_const instead of mips_split_const. From-SVN: r122428
Richard Sandiford committed -
2007-03-01 Paolo Carlini <pcarlini@suse.de> PR libstdc++/31005 * include/bits/localefwd.h: Include <cctype>. From-SVN: r122424
Paolo Carlini committed -
2007-03-01 Tobias Burnus <burnus@net-b.de> PR fortran/30865 * trans-intrinsic.c (gfc_conv_intrinsic_size): Compare pointers. From-SVN: r122423
Tobias Burnus committed -
From-SVN: r122419
GCC Administrator committed
-
- 28 Feb, 2007 4 commits
-
-
From-SVN: r122416
Eric Christopher committed -
revert: Makefile.def (dependencies): Add dependency for install-target-libssp and install-target-libgomp on install-gcc. 2007-02-28 Eric Christopher <echristo@apple.com> Revert: 2006-12-07 Mike Stump <mrs@apple.com> * Makefile.def (dependencies): Add dependency for install-target-libssp and install-target-libgomp on install-gcc. * Makefile.in: Regenerate. 2007-02-28 Eric Christopher <echristo@apple.com> * Makefile.in (install-include-dir): Don't rm -rf include. From-SVN: r122415
Eric Christopher committed -
2007-02-28 Richard Guenther <rguenther@suse.de> PR middle-end/30364 * fold-const.c (fold_binary): Do not associate expressions with more than one variable for integer types that do not wrap. * gcc.dg/torture/pr30364-1.c: New testcase. * gcc.dg/torture/pr30364-2.c: Likewise. * gcc.dg/torture/pr30364-3.c: Likewise. From-SVN: r122414
Richard Guenther committed -
* gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and powerpc*, use -funsafe-math-optimizations. * gcc.dg/torture/builtin-logb-1.c: Likewise. * gcc.dg/torture/builtin-modf-1.c: Likewise. From-SVN: r122413
Kaveh R. Ghazi committed
-