OSDN Git Service
gccadmin [Mon, 17 Nov 2008 00:16:53 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141934
138bc75d-0d04-0410-961f-
82ee72b054a4
mikael [Sun, 16 Nov 2008 22:45:10 +0000 (22:45 +0000)]
2008-11-16 Mikael Morin <mikael.morin@tele2.fr>
PR fortran/35681
* dependency.c (gfc_check_argument_var_dependency): Add
elemental check flag. Issue a warning if we find a dependency
but don't generate a temporary. Add the case of an elemental
function call as actual argument to an elemental procedure.
Add the case of an operator expression as actual argument
to an elemental procedure.
(gfc_check_argument_dependency): Add elemental check flag.
Update calls to gfc_check_argument_var_dependency.
(gfc_check_fncall_dependency): Add elemental check flag.
Update call to gfc_check_argument_dependency.
* trans-stmt.c (gfc_trans_call): Make call to
gfc_conv_elemental_dependency unconditional, but with a flag
whether we should check dependencies between variables.
(gfc_conv_elemental_dependency): Add elemental check flag.
Update call to gfc_check_fncall_dependency.
* trans-expr.c (gfc_trans_arrayfunc_assign): Update call to
gfc_check_fncall_dependency.
* resolve.c (find_noncopying_intrinsics): Update call to
gfc_check_fncall_dependency.
* dependency.h (enum gfc_dep_check): New enum.
(gfc_check_fncall_dependency): Update prototype.
2008-11-16 Mikael Morin <mikael.morin@tele2.fr>
PR fortran/35681
* gfortran.dg/elemental_dependency_1.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141931
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Sun, 16 Nov 2008 22:31:58 +0000 (22:31 +0000)]
* cgraph.c (cgraph_function_body_availability): Fix test of externally
visible.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141930
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sun, 16 Nov 2008 21:00:12 +0000 (21:00 +0000)]
gcc/
2008-11-16 Joshua Kinard <kumba@gentoo.org>
* config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=r1[0246]000
to -mips4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141928
138bc75d-0d04-0410-961f-
82ee72b054a4
mikael [Sun, 16 Nov 2008 20:44:33 +0000 (20:44 +0000)]
2008-11-16 Mikael Morin <mikael.morin@tele2.fr>
PR fortran/37992
* gfortran.h (gfc_namespace): Added member old_cl_list,
backup of cl_list.
(gfc_free_charlen): Added prototype.
* symbol.c (gfc_free_charlen): New function.
(gfc_free_namespace): Use gfc_free_charlen.
* parse.c (next_statement): Backup gfc_current_ns->cl_list.
(reject_statement): Restore gfc_current_ns->cl_list.
Free cl_list's elements before dropping them.
2008-11-16 Mikael Morin <mikael.morin@tele2.fr>
PR fortran/37992
* gfotran.dg/charlen_free_1.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141927
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sun, 16 Nov 2008 20:31:13 +0000 (20:31 +0000)]
gcc/
PR target/38052
* config/mips/mips.c (mips_cfun_call_saved_reg_p)
(mips_cfun_might_clobber_call_saved_reg_p): New functions,
split out from...
(mips_save_reg_p): ...here. Always consult TARGET_CALL_SAVED_GP
rather than call_really_used_regs when handling $gp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141926
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sun, 16 Nov 2008 20:25:40 +0000 (20:25 +0000)]
gcc/
PR target/38052
* config/mips/mips.c (machine_function): Update the comment
above global_pointer.
(mips_global_pointer): Use INVALID_REGNUM rather than 0 to indicate
that a function doesn't need a global pointer.
(mips_current_loadgp_style): Update accordingly.
(mips_restore_gp): Likewise.
(mips_output_cplocal): Likewise.
(mips_expand_prologue): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141925
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sun, 16 Nov 2008 17:05:34 +0000 (17:05 +0000)]
* config/sparc/sparc.c (function_arg_vector_value): Remove 'base_mode'
parameter. Use DImode for computing the number of registers.
(function_arg): Adjust for above change.
(function_value): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141921
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sun, 16 Nov 2008 16:18:36 +0000 (16:18 +0000)]
2008-11-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/38097
* gfortran.dg/fmt_bz_bn.f: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141920
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sun, 16 Nov 2008 16:12:16 +0000 (16:12 +0000)]
2008-11-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/38097
* io/read.c (read_f): Initialize exponent. Fix comment. Set loop
conditions for BZ/BN.
* io/unit.c (get_internal_unit): Initialize flags.blank.
* io/transfer.c (data_transfer_init): Fix whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141919
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sun, 16 Nov 2008 15:16:34 +0000 (15:16 +0000)]
* gnat.dg/boolean_bitfield.adb: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141918
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Sun, 16 Nov 2008 14:19:38 +0000 (14:19 +0000)]
2008-11-16 Tobias Burnus <burnus@net-b.de>
PR fortran/38095
* trans-expr.c (gfc_map_intrinsic_function): Fix pointer access.
2008-11-16 Tobias Burnus <burnus@net-b.de>
PR fortran/38095
* gfortran.dg/char_length_13.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141917
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Sun, 16 Nov 2008 14:14:44 +0000 (14:14 +0000)]
* gcc.target/i386/pr36246.c: Add -fomit-frame-pointer to dg-options.
* gcc.target/i386/pr32661-1.c: Ditto.
* gcc.target/i386/pr34256.c: Ditto.
* gcc.target/i386/pr22076.c: Ditto. Check for "movl" instruction on
nonpic targets only.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141916
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Sun, 16 Nov 2008 12:11:53 +0000 (12:11 +0000)]
2008-11-16 Paul Thomas <pault@gcc.gnu.org>
PR fortran/38119
* trans-array.c (gfc_trans_create_temp_array): Set the
loop->from to zero and the renormalisation of loop->to for all
dimensions.
2008-11-16 Paul Thomas <pault@gcc.gnu.org>
PR fortran/38119
* gfortran.dg/array_temporaries_3.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141915
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Sun, 16 Nov 2008 12:00:44 +0000 (12:00 +0000)]
2008-11-16 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37926
* trans-expr.c (gfc_free_interface_mapping): Null sym->formal
(gfc_add_interface_mapping): Copy the pointer to the formal
arglist, rather than using copy_formal_args.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141914
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sun, 16 Nov 2008 10:05:22 +0000 (10:05 +0000)]
PR ada/38127
* gcc-interface/decl.c (make_type_from_size): Do not special-case
boolean types.
* gcc-interface/targtyps.c: Tweak comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141913
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Sun, 16 Nov 2008 04:48:25 +0000 (04:48 +0000)]
PR tree-optimization/37950
* tree-flow-inline.h (memory_partition): Return NULL when aliases were
not computed for the current function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141911
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 16 Nov 2008 00:16:38 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141907
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sat, 15 Nov 2008 19:33:07 +0000 (19:33 +0000)]
2008-11-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/37294
* gfortran.dg/namelist_57.f90: New test.
* gfortran.dg/namelist_print_1.f: Adjust test conditions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141893
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sat, 15 Nov 2008 19:25:35 +0000 (19:25 +0000)]
2008-11-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/37294
* io/write.c (namelist_write_newline): Use array loop specification to
advance to next internal array unit record. (namelist_write): Adjust to
accomodate the internal array unit behavior.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141892
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Sat, 15 Nov 2008 17:26:13 +0000 (17:26 +0000)]
2008-11-15 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37926
* trans-expr.c (gfc_add_interface_mapping): Transfer the formal
arglist and the always_explicit attribute if the dummy arg is a
procedure.
2008-11-15 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37926
* gfortran.dg/dummy_procedure_3.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141890
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sat, 15 Nov 2008 16:40:24 +0000 (16:40 +0000)]
PR target/38123
* config/i386/i386.c (ix86_gimplify_va_arg): Don't share valist between
gpr and other COMPONENT_REFs.
* gcc.c-torture/compile/pr38123.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141889
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Sat, 15 Nov 2008 15:37:57 +0000 (15:37 +0000)]
2008-11-15 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38051
* tree-ssa-alias.c (update_alias_info_1): Manually find
written variables.
* gcc.c-torture/execute/pr38051.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141887
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 15 Nov 2008 14:26:07 +0000 (14:26 +0000)]
gcc/
2008-11-15 Joshua Kinard <kumba@gentoo.org>
* doc/invoke.texi (-mfix-r10000): Document.
* config/mips/mips.opt (mfix-r10000): New option.
* config/mips/mips-protos.h (mips_output_sync_loop): Declare.
* config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Use %?.
(MIPS_COMPARE_AND_SWAP_12): Likewise.
(MIPS_SYNC_OP): Likewise.
(MIPS_SYNC_OP_12): Likewise.
(MIPS_SYNC_OLD_OP_12): Likewise.
(MIPS_SYNC_NEW_OP_12): Likewise.
(MIPS_SYNC_OLD_OP): Likewise.
(MIPS_SYNC_NAND): Likewise.
(MIPS_SYNC_OLD_NAND): Likewise.
(MIPS_SYNC_EXCHANGE): Likewise.
(MIPS_SYNC_EXCHANGE_12): Likewise.
(MIPS_SYNC_NEW_OP): Likewise, using %~ to fill branch-likely
delay slots.
(MIPS_SYNC_NEW_NAND): Likewise.
* config/mips/mips.c (mips_print_operand_punctuation): Handle '~'.
(mips_init_print_operand_punct): Treat '~' as a punctuation character.
(mips_output_sync_loop): New function.
(mips_override_options): Make -march=r10000 imply -mfix-r10000.
Make -mfix-r10000 require branch-likely instructions.
* config/mips/sync.md (sync_compare_and_swap<mode>): Use
mips_output_sync_loop.
(compare_and_swap_12): Likewise.
(sync_add<mode>): Likewise.
(sync_<optab>_12): Likewise.
(sync_old_<optab>_12): Likewise.
(sync_new_<optab>_12): Likewise.
(sync_nand_12): Likewise.
(sync_old_nand_12): Likewise.
(sync_new_nand_12): Likewise.
(sync_sub<mode>): Likewise.
(sync_old_add<mode>): Likewise.
(sync_old_sub<mode>): Likewise.
(sync_new_add<mode>): Likewise.
(sync_new_sub<mode>): Likewise.
(sync_<optab><mode>): Likewise.
(sync_old_<optab><mode>): Likewise.
(sync_new_<optab><mode>): Likewise.
(sync_nand<mode>): Likewise.
(sync_old_nand<mode>): Likewise.
(sync_new_nand<mode>): Likewise.
(sync_lock_test_and_set<mode>): Likewise.
(test_and_set_12): Likewise.
gcc/testsuite/
2008-11-15 Joshua Kinard <kumba@gentoo.org>
Richard Sandiford <rdsandiford@goolemail.com>
* gcc.target/mips/fix-r10000-1.c: New test.
* gcc.target/mips/fix-r10000-2.c: Likewise.
* gcc.target/mips/fix-r10000-3.c: Likewise.
* gcc.target/mips/fix-r10000-4.c: Likewise.
* gcc.target/mips/fix-r10000-5.c: Likewise.
* gcc.target/mips/fix-r10000-6.c: Likewise.
* gcc.target/mips/fix-r10000-7.c: Likewise.
* gcc.target/mips/fix-r10000-8.c: Likewise.
* gcc.target/mips/fix-r10000-9.c: Likewise.
* gcc.target/mips/fix-r10000-10.c: Likewise.
* gcc.target/mips/fix-r10000-11.c: Likewise.
* gcc.target/mips/fix-r10000-12.c: Likewise.
* gcc.target/mips/fix-r10000-13.c: Likewise.
* gcc.target/mips/fix-r10000-14.c: Likewise.
* gcc.target/mips/fix-r10000-15.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141886
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sat, 15 Nov 2008 14:11:58 +0000 (14:11 +0000)]
* gcc-interface/trans.c (emit_check): Put back a final save_expr
to prevent exponential expansion during gimplification.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141885
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sat, 15 Nov 2008 12:43:16 +0000 (12:43 +0000)]
* gcc.c (cc1_options): Fix comment.
ada/
* gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141884
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Sat, 15 Nov 2008 12:34:00 +0000 (12:34 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Force constants
initialized to a static constant to be statically allocated even if
they are of a padding type, provided the original type also has
constant size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141883
138bc75d-0d04-0410-961f-
82ee72b054a4
guerby [Sat, 15 Nov 2008 11:22:42 +0000 (11:22 +0000)]
2008-11-15 Laurent Guerby <laurent@guerby.net>
PR ada/37993
* gcc-interface/Makefile.in: Add multilib handling for x86_64
on darwin.
* system-darwin-x86_64.ads: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141882
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sat, 15 Nov 2008 09:53:02 +0000 (09:53 +0000)]
PR c++/37561
* c-typeck.c (build_unary_op): Don't call get_unwidened. Use
argtype instead of result_type.
* typeck.c (cp_build_unary_op): Don't call get_unwidened. Use
argtype instead of result_type.
* gcc.dg/pr37561.c: New test.
* g++.dg/other/increment1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141881
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sat, 15 Nov 2008 05:14:33 +0000 (05:14 +0000)]
2008-11-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/37988
* gfortran.dg/fmt_error_6.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141880
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Sat, 15 Nov 2008 05:03:56 +0000 (05:03 +0000)]
2008-11-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/37988
* io.c (enum format_token): For readability replace FMT_POS with FMT_T,
FMT_TL, and FMT_TR. (format_lex): Use new enumerators. (check_format):
Add check for missing positive integer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141879
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 15 Nov 2008 00:16:48 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141877
138bc75d-0d04-0410-961f-
82ee72b054a4
nemet [Fri, 14 Nov 2008 23:17:14 +0000 (23:17 +0000)]
* ira-int.h (struct ira_loop_tree_node): Improve comments for
subloop_next/next and subloops/childen fields.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141873
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Fri, 14 Nov 2008 22:23:03 +0000 (22:23 +0000)]
* config/spu/spu-elf.h (STANDARD_STARTFILE_PREFIX_2): Disable default.
(STANDARD_INCLUDE_DIR): Redefine to "/include".
(LOCAL_INCLUDE_DIR): Undefine.
* config/spu/t-spu-elf (NATIVE_SYSTEM_HEADER_DIR): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141870
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Fri, 14 Nov 2008 21:57:34 +0000 (21:57 +0000)]
PR c++/38030
* semantics.c (finish_call_expr): Remember the result of
non-dependent overload resolution.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141866
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Fri, 14 Nov 2008 20:50:59 +0000 (20:50 +0000)]
PR c++/37740
* call.c (build_aggr_conv): Increment i.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141865
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Fri, 14 Nov 2008 20:15:11 +0000 (20:15 +0000)]
PR middle-end/38004
* g++.dg/vect/pr36648.cc: Check alignment requirement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141864
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Fri, 14 Nov 2008 18:36:41 +0000 (18:36 +0000)]
2008-11-14 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38098
* gcc.dg/cpp/subframework1.c: Use -Wno-deprecated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141862
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Fri, 14 Nov 2008 18:03:05 +0000 (18:03 +0000)]
2008-10-14 Paul Thomas <pault@gcc.gnu.org>
PR fortran/38033
* trans-array.c (gfc_trans_create_temp_array): Stabilize the
'to' expression.
(gfc_conv_loop_setup): Use the end expression for the loop 'to'
if it is available.
2008-10-14 Paul Thomas <pault@gcc.gnu.org>
PR fortran/38033
* gfortran.dg/array_section_2.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141861
138bc75d-0d04-0410-961f-
82ee72b054a4
vmakarov [Fri, 14 Nov 2008 16:41:56 +0000 (16:41 +0000)]
2008-11-14 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/37397
* ira-int.h (struct ira_allocno): New member bad_spill_p.
(ALLOCNO_BAD_SPILL_P): New macro.
* ira-color.c (push_allocnos_to_stack): Check ALLOCNO_BAD_SPILL_P.
* ira-build.c (ira_create_allocno): Initialize
ALLOCNO_BAD_SPILL_P.
(create_cap_allocno, propagate_allocno_info,
remove_unnecessary_allocnos): Set up or update
ALLOCNO_BAD_SPILL_P.
(update_bad_spill_attribute): New function.
(ira_build): Call it.
* ira-costs.c (record_reg_classes): Set up ALLOCNO_BAD_SPILL_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141860
138bc75d-0d04-0410-961f-
82ee72b054a4
drow [Fri, 14 Nov 2008 14:51:38 +0000 (14:51 +0000)]
PR bootstrap/38014
PR bootstrap/37923
Revert:
2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
* Makefile.in: Regenerated.
2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
(EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
(HOST_EXPORTS): Pass CPPFLAGS.
(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
(LDFLAGS_FOR_TARGET): Initialize from configure script.
(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
* Makefile.in, configure: Regenerated.
* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
and CPPFLAGS_FOR_BUILD.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141859
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Fri, 14 Nov 2008 12:26:05 +0000 (12:26 +0000)]
PR tree-optimization/38104
* gimplify.c (gimple_regimplify_operands): Add referenced vars
before calling mark_symbols_for_renaming, not after it.
* g++.dg/tree-ssa/pr38104.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141857
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Fri, 14 Nov 2008 12:02:17 +0000 (12:02 +0000)]
* gcc.target/sh/pr37514.c: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141856
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Fri, 14 Nov 2008 11:46:55 +0000 (11:46 +0000)]
* config/sh/sh.h (OPTIMIZATION_OPTIONS): Revert last change.
(OVERRIDE_OPTIONS): Likewise.
* gcc.target/sh/pr37514.c: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141855
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Fri, 14 Nov 2008 11:14:49 +0000 (11:14 +0000)]
PR testsuite/37517
* gcc.target/i386/quad-sse.c: Tighten scan-assembler-not pattern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141854
138bc75d-0d04-0410-961f-
82ee72b054a4
ams [Fri, 14 Nov 2008 10:49:06 +0000 (10:49 +0000)]
2008-11-14 Maxim Kuvyrkov <maxim@codesourcery.com>
Andrew Stubbs <ams@codesourcery.com>
Gunnar Von Boehn <gunnar@genesi-usa.com>
gcc/
PR target/36134
* config/m68k/m68k.md (addsi3_5200): Add a new alternative preferring
the shorter LEA insn over ADD.L where possible.
gcc/testsuite/
PR target/36134
* gcc.target/m68k/pr36134.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141853
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Fri, 14 Nov 2008 09:47:23 +0000 (09:47 +0000)]
Add missing commit part:
* gcc.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
<xmmintrin.h>, define __m64 and __m128 directly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141852
138bc75d-0d04-0410-961f-
82ee72b054a4
tschwinge [Fri, 14 Nov 2008 09:24:06 +0000 (09:24 +0000)]
2008-11-14 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/Hurd
systems, which are assumend to always provide SSP-support in glibc.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141851
138bc75d-0d04-0410-961f-
82ee72b054a4
tschwinge [Fri, 14 Nov 2008 09:20:54 +0000 (09:20 +0000)]
2008-11-14 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD,
GNU/kNetBSD systems in the `*-*-linux*' case.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141850
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Fri, 14 Nov 2008 07:50:52 +0000 (07:50 +0000)]
PR middle-end/36125
* function.c (gimplify_parameters): For callee copies parameters,
move TREE_ADDRESSABLE flag from the PARM_DECL to the local copy.
* gcc.c-torture/compile/pr36125.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141848
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Fri, 14 Nov 2008 00:38:20 +0000 (00:38 +0000)]
PR c++/37932
* typeck2.c (process_init_constructor_record): Update bitfield
handling.
(check_narrowing): Update bitfield handling, print source type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141843
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 14 Nov 2008 00:17:03 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141841
138bc75d-0d04-0410-961f-
82ee72b054a4
tschwinge [Thu, 13 Nov 2008 23:28:46 +0000 (23:28 +0000)]
2008-11-13 Thomas Schwinge <tschwinge@gnu.org>
PR target/28102
* config.gcc (*-*-gnu*): Move Alpha parts into the `alpha*-*-gnu*', x86
parts into the `i[34567]86-*-linux*' and parts that are independent of
the processor architecture into the `*-*-linux*' cases.
(*-*-linux*): Consider `linux.opt' only for Linux-based configurations.
* config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Redefine.
(TARGET_OS_CPP_BUILTINS, LINK_SPEC): Don't redefine.
[TARGET_LIBC_PROVIDES_SSP] (TARGET_THREAD_SSP_OFFSET): Undefine.
* config/gnu.h (NO_IMPLICIT_EXTERN_C): Don't redefine.
(HURD_TARGET_OS_CPP_BUILTINS): Don't define, but instead...
(LINUX_TARGET_OS_CPP_BUILTINS): Redefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141838
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 13 Nov 2008 22:54:23 +0000 (22:54 +0000)]
* testsuite/ChangeLog: Add missing ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141837
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Thu, 13 Nov 2008 22:49:37 +0000 (22:49 +0000)]
gcc/testsuite/
* gcc.target/mips/loongson-muldiv-1.c: New test.
* gcc.target/mips/loongson-muldiv-2.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141836
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Thu, 13 Nov 2008 22:48:39 +0000 (22:48 +0000)]
gcc/
2008-11-13 Ruan Beihong <ruanbeihong@gmail.com>
* config/mips/loongson.md (<u>div<mode>3, <u>mod<mode>3): New patterns.
* config/mips/loongson2ef.md (ls2_imult): Handle imul3nc.
(ls2_idiv): Likewise idiv3.
(ls2_prefetch): New reservation.
* config/mips/mips.h (ISA_HAS_PREFETCH): Add TARGET_LOONGSON_2EF.
* config/mips/mips.md (type): Add imul3nc and idiv3.
(length): Handle idiv3.
(any_mod): New code_iterator.
(u): Handle MOD and UMOD.
(mul<mode>3): Generate mul<mode>3_mul3_ls2ef on Loongson targets.
(prefetch): Handle TARGET_LOONGSON_2EF.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141835
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Thu, 13 Nov 2008 21:21:49 +0000 (21:21 +0000)]
* id.po: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141831
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Thu, 13 Nov 2008 21:06:38 +0000 (21:06 +0000)]
PR libgomp/37938
* config/linux/ia64/mutex.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141830
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Thu, 13 Nov 2008 21:04:32 +0000 (21:04 +0000)]
PR c++/27017
* dwarf2out.c (prune_unused_types_walk_local_classes): New function.
(prune_unused_types_walk): Call it for non-perennial local classes.
Set die_mark to 2 if recursing on children. If die_mark is 1 on
entry, just set it to 2 and recurse on children, don't walk attributes
again.
* g++.dg/debug/dwarf2/localclass1.C: New test.
* g++.dg/debug/dwarf2/localclass2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141829
138bc75d-0d04-0410-961f-
82ee72b054a4
tbm [Thu, 13 Nov 2008 18:47:18 +0000 (18:47 +0000)]
c-common.c (warn_about_parentheses): Add missing whitespace
in warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141826
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 13 Nov 2008 18:34:05 +0000 (18:34 +0000)]
* gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mno-mmx
for i?86-*-* and x86_64-*-* targets
* g++.dg/compat/struct-layout-1_generate.c (dg-options): Add
-fno-common for *-*-darwin* *-*-mingw32* *-*-cygwin* targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141825
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Thu, 13 Nov 2008 15:19:02 +0000 (15:19 +0000)]
2008-11-13 Paul Brook <paul@codesourcery.com>
gcc/
* doc/invoke.texi: Document --fix-cortex-m3.
* config/arm/arm.c (arm_override_options): Set fix_cm3_ldrd if
Cortex-M3 cpu is selected.
(output_move_double): Avoid overlapping base register and first
destination register when fix_cm3_ldrd.
* config/arm/arm.opt: Add mfix-cortex-m3-ldrd.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141822
138bc75d-0d04-0410-961f-
82ee72b054a4
hainque [Thu, 13 Nov 2008 14:43:23 +0000 (14:43 +0000)]
ada/
* gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>:
Turn Ada Pure on subprograms back into GCC CONST when eh constructs
are explicit to the middle-end. Tidy.
testsuite/
* gnat.dg/test_raise_from_pure.adb: Adjust to match revised intent.
* gnat.dg/wrap_raise_from_pure.ad[bs]: Remove.
* gnat.dg/handle_raise_from_pure.adb: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141821
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Thu, 13 Nov 2008 14:42:39 +0000 (14:42 +0000)]
PR bootstrap/38100
* gimple.h (gimple_range_check_failed): Remove prototype.
* gimple.c (gimple_check_failed): Don't check GCC_VERSION
in guarding #if.
(gimple_range_check_failed): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141820
138bc75d-0d04-0410-961f-
82ee72b054a4
dodji [Thu, 13 Nov 2008 10:55:01 +0000 (10:55 +0000)]
Fix ChangeLog entry:
PR debug/27574
* cgraph.h: New abstract_and_needed member to struct cgraph_node.
* cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
- which clones are reachable - as "abstract and needed".
* cgraph.c (cgraph_release_function_body): If a node is
"abstract and needed", do not release its DECL_INITIAL() content
that will be needed to emit debug info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141819
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Thu, 13 Nov 2008 10:26:51 +0000 (10:26 +0000)]
PR bootstrap/38088
* mcf.c (CAP_INFINITY): Use HOST_WIDEST_INT maximum, not GCC specific
__LONG_LONG_MAX__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141818
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 13 Nov 2008 00:17:00 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141816
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Thu, 13 Nov 2008 00:06:55 +0000 (00:06 +0000)]
2008-11-13 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/38000
* include/c_global/csignal: Do not use include_next.
* include/c_global/cstdlib: Likewise.
* include/c_global/cstdio: Likewise.
* include/c_global/cstdarg: Likewise.
* include/c_global/cctype: Likewise.
* include/c_global/cerrno: Likewise.
* include/c_global/cmath: Likewise.
* include/c_global/clocale: Likewise.
* include/c_global/climits: Likewise.
* include/c_global/cassert: Likewise.
* include/c_global/csetjmp: Likewise.
* include/c_global/cwchar: Likewise.
* include/c_global/cfloat: Likewise.
* include/c_global/cstdbool: Likewise.
* include/c_global/cstring: Likewise.
* include/c_global/cstddef: Likewise.
* include/c_global/cwctype: Likewise.
* include/tr1/cstdbool: Likewise.
* include/tr1_impl/cinttypes: Do not include <inttypes.h>.
* include/c_global/cinttypes: Do it here.
* include/tr1/cinttypes: Likewise.
* include/tr1_impl/cfenv: Do not include <fenv.h>.
* include/c_global/cfenv: Do it here.
* include/tr1/cfenv: Likewise.
* include/tr1_impl/cstdint: Do not include <stdint.h>.
* include/c_global/cstdint: Do it here.
* include/tr1/cstdint: Likewise.
* include/c_compatibility/fenv.h: Include <tr1_impl/cfenv>.
* include/c_compatibility/stdint.h: Include <tr1_impl/cstdint>.
* include/c_compatibility/inttypes.h: Include <tr1_impl/cinttypes>.
* include/c_compatibility/math.h: Minor tweak, add comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141812
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Wed, 12 Nov 2008 22:27:10 +0000 (22:27 +0000)]
2008-11-12 Tobias Burnus <burnus@net-b.de>
PR fortran/38094
* gfortran.dg/private_type_4.f90: Fix dg-error pattern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141811
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 22:18:03 +0000 (22:18 +0000)]
PR c++/36478
Revert:
2007-05-07 Mike Stump <mrs@apple.com>
* doc/invoke.texi (Warning Options): Document that -Wempty-body
also checks for and while statements in C++.
Revert:
2007-05-07 Mike Stump <mrs@apple.com>
* parser.c (check_empty_body): Add.
(cp_parser_iteration_statement): Add call to check_empty_body.
* g++.old-deja/g++.mike/empty.C: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141810
138bc75d-0d04-0410-961f-
82ee72b054a4
dodji [Wed, 12 Nov 2008 21:57:44 +0000 (21:57 +0000)]
gcc/ChangeLog:
2008-11-12 Dodji Seketeli <dodji@redhat.com>
PR debug/27574
* cgraph.h: New abstract_and_needed member to struct cgraph_node.
* cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
- which clones are reachable - as "abstract and needed".
* cgraph.c (cgraph_release_function_body): If a node is "abstract and needed",
do not release its DECL_INITIAL() content because that will be needed to emit
debug info.
gcc/testsuite/ChangeLog:
2008-11-12 Dodji Seketeli <dodji@redhat.com>
PR debug/27574
* g++.dg/debug/dwarf2/local-var-in-contructor.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141807
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Wed, 12 Nov 2008 21:48:59 +0000 (21:48 +0000)]
* gcc.c-torture/execute/
20081112-1.c: New test.
* gnat.dg/concat1.adb: Likewise.
* gnat.dg/concat1_pkg.ad[sb]: New helper.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141806
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Wed, 12 Nov 2008 21:37:34 +0000 (21:37 +0000)]
PR target/27880
* configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Use this macro
to set HAVE_GETIPINFO.
* aclocal.m4: Include ../config/unwind_ipinfo.m4.
* configure: Regenerate.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141805
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Wed, 12 Nov 2008 21:35:46 +0000 (21:35 +0000)]
PR target/27880
* config/unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
link test to target based test.
* libstdc++/v3/configure.ac: Move call to GCC_CHECK_UNWIND_GETIPINFO.
* libstdc++/v3/configure: Regenerate.
* libjava/configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141804
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Wed, 12 Nov 2008 21:33:34 +0000 (21:33 +0000)]
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu>
PR bootstrap/38010
* gcc/config.gcc: Use darwin9.h on darwin10 as well.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141803
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 20:56:41 +0000 (20:56 +0000)]
Revert:
2008-10-21 Jakub Jelinek <jakub@redhat.com>
* gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from
INTEGER_CSTs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141802
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 20:55:13 +0000 (20:55 +0000)]
PR libgcj/33764
libjava/
* configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
* Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
instead of bin_PROGRAMS for binaries.
* configure: Regenerated.
* Makefile.in: Regenerated.
libjava/classpath/
* configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
* tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
instead of bin_PROGRAMS for binaries.
* configure: Regenerated.
* tools/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141801
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 12 Nov 2008 20:50:45 +0000 (20:50 +0000)]
PR c++/38007
gcc/cp/
* typeck.c (cp_build_modify_expr): Update bitfield handling.
gcc/
* c-common.c (c_common_signed_or_unsigned_type): Remove C++
special casing.
gcc/testsuite/
* g++.dg/conversion/bitfield10.C: New test.
* g++.dg/warn/pr35635.C (func1): Accept additional warning.
* g++.old-deja/g++.mike/enum1.C: Expect warn about assignment.
* g++.dg/expr/bitfield9.C: Pass -Wno-overflow.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141800
138bc75d-0d04-0410-961f-
82ee72b054a4
aesok [Wed, 12 Nov 2008 20:29:54 +0000 (20:29 +0000)]
* config/avr/avr.c (avr_mcu_t): Add atmega16hvb, atmega32hvb,
atmega4hvd, atmega8hvd, atmega64c1, atmega64m1, atmega16u4 and
atmega32u6 devices.
* config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
* config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141799
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Wed, 12 Nov 2008 18:38:08 +0000 (18:38 +0000)]
2008-11-12 Tobias Burnus <burnus@net-b.de>
PR fortran/38065
PR fortran/38094
* gfortran.dg/private_type_4.f90: Add -std=f95 option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141798
138bc75d-0d04-0410-961f-
82ee72b054a4
krebbel [Wed, 12 Nov 2008 18:04:39 +0000 (18:04 +0000)]
2008-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gcc/config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Remove
packed-stack special handling.
(FRAME_ADDR_RTX): Add definition.
2008-11-12 Andreas Krebbel <krebbel1@de.ibm.com>
* gcc.target/s390/frame-addr1.c: New testcase.
* gcc.target/s390/frame-addr2.c: New testcase.
* gcc.target/s390/return-addr1.c: New testcase.
* gcc.target/s390/return-addr2.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141796
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Wed, 12 Nov 2008 17:52:24 +0000 (17:52 +0000)]
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38008
* gcc.c-torture/execute/builtins/lib/sprintf.c: Make
sprintf call more portable for darwin10.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141795
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Wed, 12 Nov 2008 17:47:13 +0000 (17:47 +0000)]
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/37202
* gcc.dg/visibility-14.c: Skip on *-*-darwin*.
* gcc.dg/visibility-15.c: Same.
* gcc.dg/visibility-16.c: Same.
* gcc.dg/visibility-17.c: Same.
* gcc.dg/visibility-18.c: Same.
* gcc.dg/visibility-19.c: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141794
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 17:33:48 +0000 (17:33 +0000)]
PR c++/34269
* parser.c (cp_parser_simple_declaration): Don't commit
to tentative parse if parse errors were seen.
* g++.dg/cpp0x/decltype13.C: New test.
* g++.dg/cpp0x/decltype-33837.C: Adjust dg-error pattern.
* g++.dg/cpp0x/pr33839.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141793
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 17:01:51 +0000 (17:01 +0000)]
PR target/35366
PR fortran/33759
* fold-const.c (native_encode_string): New function.
(native_encode_expr): Use it for STRING_CST.
* trans-const.c (gfc_conv_constant_to_tree): Warn when
converting an integer outside of LOGICAL's range to
LOGICAL.
* trans-intrinsic.c (gfc_conv_intrinsic_function,
gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_transfer):
Use INTEGER_TYPE instead of BOOLEAN_TYPE for TRANSFER as
argument of another TRANSFER.
* gfortran.dg/hollerith.f90: Don't assume a 32-bit value
stored into logical variable will be preserved.
* gfortran.dg/transfer_simplify_4.f90: Remove undefined
cases. Run at all optimization levels. Add a couple of
new tests.
* gfortran.dg/hollerith5.f90: New test.
* gfortran.dg/hollerith_legacy.f90: Add dg-warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141790
138bc75d-0d04-0410-961f-
82ee72b054a4
dj [Wed, 12 Nov 2008 16:35:03 +0000 (16:35 +0000)]
* config/m32c/cond.md (cond_to_int peephole2): Don't eliminate the
insns if the intermediate value will be used later.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141788
138bc75d-0d04-0410-961f-
82ee72b054a4
schwab [Wed, 12 Nov 2008 16:34:14 +0000 (16:34 +0000)]
* config/m68k/m68k.c (print_operand): Mask off extra extension
bits when writing out the representation of real values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141787
138bc75d-0d04-0410-961f-
82ee72b054a4
irar [Wed, 12 Nov 2008 10:36:03 +0000 (10:36 +0000)]
PR tree-optimization/38079
* tree-vect-analyze.c (vect_analyze_data_refs): Replace dump_file
with vect_dump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141785
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Wed, 12 Nov 2008 09:59:27 +0000 (09:59 +0000)]
2008-11-12 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/37986 (cont)
* include/tr1_impl/random (struct _Adaptor): Use only remove_reference
on _Engine.
(struct _Adaptor<_Engine*, _Distribution>): Add.
* testsuite/tr1/5_numerical_facilities/random/variate_generator/
37986.cc: Extend.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141784
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 08:18:45 +0000 (08:18 +0000)]
PR c++/35334
* c-pretty-print.c (pp_c_complex_expr): New function.
(pp_c_postfix_expression) <case COMPLEX_EXPR>: Call it.
* error.c (dump_expr): Handle COMPLEX_EXPR.
* gcc.dg/pr35334.c: New test.
* g++.dg/other/error29.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141783
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 12 Nov 2008 08:16:12 +0000 (08:16 +0000)]
PR target/35366
* expr.c (expand_expr_addr_expr_1): If EXP needs bigger alignment
than INNER and INNER is a constant, forcibly align INNER as much
as needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141782
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Wed, 12 Nov 2008 06:59:33 +0000 (06:59 +0000)]
2008-11-12 Tobias Burnus <burnus@net-b.de>
PR fortran/38065
* resolve.c (resolve_fntype): Fix private derived type checking.
2008-11-12 Tobias Burnus <burnus@net-b.de>
PR fortran/38065
* gfortran.dg/private_type_11.f90: New test.
* gfortran.dg/private_type_12.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141780
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 12 Nov 2008 00:17:48 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141778
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Tue, 11 Nov 2008 23:24:05 +0000 (23:24 +0000)]
gcc/
* cse.c (fold_rtx): Remove redundant gen_rtx_CONST.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141775
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Tue, 11 Nov 2008 23:23:23 +0000 (23:23 +0000)]
gcc/
PR rtl-optimization/37363
* simplify-rtx.c (simplify_plus_minus): Don't create (const (minus ...))
expresisons.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141774
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Tue, 11 Nov 2008 18:07:39 +0000 (18:07 +0000)]
* ira-lives.c (process_bb_node_lives): Restore EH_RETURN_DATA_REGNO
handling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141772
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 11 Nov 2008 14:31:48 +0000 (14:31 +0000)]
2008-11-11 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/37986
* include/tr1_impl/random (struct _Adaptor): Use remove_pointer
and remove_reference on _Engine.
* testsuite/tr1/5_numerical_facilities/random/variate_generator/
37986.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141769
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 11 Nov 2008 13:49:53 +0000 (13:49 +0000)]
2008-11-11 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/ext/ext_pointer/1_neg.cc: Adjust dg-error line numbers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141768
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 11 Nov 2008 13:49:46 +0000 (13:49 +0000)]
2008-11-11 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/ext/ext_pointer/1_neg.cc: Adjust dg-error line numbers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141767
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 11 Nov 2008 13:18:39 +0000 (13:18 +0000)]
2008-11-11 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc: Fix.
* testsuite/23_containers/vector/ext_pointer/modifiers/element.cc:
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141766
138bc75d-0d04-0410-961f-
82ee72b054a4