OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years agoAdd ChangeLog entries.
spop [Wed, 31 Mar 2010 18:37:50 +0000 (18:37 +0000)]
Add ChangeLog entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157890 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR43464: copyprop should maintain loop close phi nodes with multiple arguments.
spop [Wed, 31 Mar 2010 18:37:41 +0000 (18:37 +0000)]
Fix PR43464: copyprop should maintain loop close phi nodes with multiple arguments.

2010-03-30  Richard Guenther  <rguenther@suse.de>
    Zdenek Dvorak  <ook@ucw.cz>
    Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43464
* tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
with multiple arguments.
(execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157889 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd a verbosity parameter to clean up the comments of pretty printers.
spop [Wed, 31 Mar 2010 18:37:35 +0000 (18:37 +0000)]
Add a verbosity parameter to clean up the comments of pretty printers.

2010-03-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-dependences.c (print_pddr): Call print_pdr with an
extra argument.
* graphite-poly.c (debug_pdr): Add an extra argument for the
verbosity level.
(print_pdr): Same.
(print_pbb_domain): Same.
(print_pbb): Same.
(print_scop_context): Same.
(print_scop): Same.
(print_cloog): Same.
(debug_pbb_domain): Same.
(debug_pbb): Same.
(print_pdrs): Same.
(debug_pdrs): Same.
(debug_scop_context): Same.
(debug_scop): Same.
(debug_cloog): Same.
(print_scop_params): Same.
(debug_scop_params): Same.
(print_iteration_domain): Same.
(print_iteration_domains): Same.
(debug_iteration_domain): Same.
(debug_iteration_domains): Same.
(print_scattering_function): Same.
(print_scattering_functions): Same.
(debug_scattering_function): Same.
(debug_scattering_functions): Same.
* graphite-poly.h (debug_pdr): Update declaration.
(print_pdr): Same.
(print_pbb_domain): Same.
(print_pbb): Same.
(print_scop_context): Same.
(print_scop): Same.
(print_cloog): Same.
(debug_pbb_domain): Same.
(debug_pbb): Same.
(print_pdrs): Same.
(debug_pdrs): Same.
(debug_scop_context): Same.
(debug_scop): Same.
(debug_cloog): Same.
(print_scop_params): Same.
(debug_scop_params): Same.
(print_iteration_domain): Same.
(print_iteration_domains): Same.
(debug_iteration_domain): Same.
(debug_iteration_domains): Same.
(print_scattering_function): Same.
(print_scattering_functions): Same.
(debug_scattering_function): Same.
(debug_scattering_functions): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157888 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPrint SCoPs under CLooG format.
spop [Wed, 31 Mar 2010 18:37:28 +0000 (18:37 +0000)]
Print SCoPs under CLooG format.

2010-03-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-poly.c (print_scattering_function_1): New.
(print_scattering_function): Call it.
(print_scop_params): Remove spaces at the end of lines.
(print_cloog): New.
(debug_cloog): New.
* graphite-poly.h (print_cloog): Declared.
(debug_cloog): Declared.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157887 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd testcases for PR43464.
spop [Wed, 31 Mar 2010 18:37:22 +0000 (18:37 +0000)]
Add testcases for PR43464.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157886 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agocanonicalize_loop_ivs should add the IV bump in loop->header.
spop [Wed, 31 Mar 2010 18:37:13 +0000 (18:37 +0000)]
canonicalize_loop_ivs should add the IV bump in loop->header.

2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
in loop->header.
* tree-flow.h (canonicalize_loop_ivs): Updated declaration.
* tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
* tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
to switch between adding the IV bump in loop->latch or in loop->header.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157885 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd pass_copy_prop after Graphite.
spop [Wed, 31 Mar 2010 18:37:06 +0000 (18:37 +0000)]
Add pass_copy_prop after Graphite.

2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

* passes.c (init_optimization_passes): Add pass_copy_prop
after Graphite.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157884 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoMake print_scop output the scoplib format.
spop [Wed, 31 Mar 2010 18:36:54 +0000 (18:36 +0000)]
Make print_scop output the scoplib format.

2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-poly.c (print_scattering_function): Pretty print following
the scoplib format.
(print_pdr): Same.
(print_pbb_domain): Same.
(dump_gbb_cases): Same.
(dump_gbb_conditions): Same.
(print_pdrs): Same.
(print_pbb): Same.
(print_scop_params): Same.
(print_scop_context): Same.
(print_scop): Same.
(print_pbb_body): New.
(lst_indent_to): New.
(print_lst): Start new lines with a #.
* graphite-poly.h (pbb_bb): New.
(pbb_index): Use pbb_bb.
* graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
disjuncts.
* tree-data-ref.c (dump_data_reference): Start new lines with a #.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157883 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd testcase for PR43351.
spop [Wed, 31 Mar 2010 18:36:45 +0000 (18:36 +0000)]
Add testcase for PR43351.

2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43351
* gcc.dg/graphite/id-pr43351.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157882 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * MAINTAINERS: Remove myself.
janis [Wed, 31 Mar 2010 17:05:37 +0000 (17:05 +0000)]
* MAINTAINERS: Remove myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157877 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc_release (build_tarfiles): Make directories mode 755, not
jsm28 [Wed, 31 Mar 2010 16:26:13 +0000 (16:26 +0000)]
* gcc_release (build_tarfiles): Make directories mode 755, not
777.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157874 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-31 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
janis [Wed, 31 Mar 2010 15:50:45 +0000 (15:50 +0000)]
2010-03-31  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

PR testsuite/35165
* obj-c++.dg/try-catch-9.mm: Don't XFAIL m32 NeXT runtime.
* obj-c++.dg/try-catch-2.mm: Ditto.
* obj-c++.dg/lookup-2.mm: Ditto.
* obj-c++.dg/encode-8.m: Ditto.
* obj-c++.dg/cxx-ivars-2.mm: Ditto.
* obj-c++.dg/cxx-ivars-3.mm: Skip for GNU, XFail for m64 NeXT.
* obj-c++.dg/const-str-10.mm: Skip for GNU, match .quad for m64 NeXT.
* obj-c++.dg/const-str-11.mm: Ditto.
* obj-c++.dg/const-str-9.mm: Ditto.
* obj-c++.dg/bitfield-3.mm: Skip for GNU runtime.
* obj-c++.dg/bitfield-2.mm: XFAIL run for m64 NeXT runtime.
* obj-c++.dg/except-1.mm: Ditto.
* obj-c++.dg/const-str-7.mm: Ditto.
* obj-c++.dg/cxx-ivars-1.mm: Ditto.
* obj-c++.dg/const-str-3.mm: Ditto.
* obj-c++.dg/const-str-7.mm: Ditto.
* obj-c++.dg/stubify-2.mm: Change dump file name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157873 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-31 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
janis [Wed, 31 Mar 2010 15:47:42 +0000 (15:47 +0000)]
2010-03-31  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

PR objc++/23613
* gcc/testsuite/objc-obj-c++-shared/next-mapping.h (CLASSPTRFIELD):
New macro.
* gcc/testsuite/obj-c++.dg/isa-field-1.mm: Use new CLASSPTRFIELD macro.
Remove dg-xfail-if.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157872 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * dwarf2out.c (size_of_die): For -gdwarf-4 use
jakub [Wed, 31 Mar 2010 15:37:03 +0000 (15:37 +0000)]
* dwarf2out.c (size_of_die): For -gdwarf-4 use
uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
and 0 instead of 1 for dw_val_class_flag.
(value_format): For -gdwarf-4 use DW_FORM_sec_offset for
dw_val_class_range_list, dw_val_class_loc_list,
dw_val_class_lineptr and dw_val_class_macptr, use
DW_FORM_flag_present for dw_val_class_flag and
DW_FORM_exprloc for dw_val_class_loc.
(output_die): For -gdwarf-4 print dw_val_class_loc
size as uleb128 instead of 1 or 2 bytes and don't print
anything for dw_val_class_flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157871 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
jakub [Wed, 31 Mar 2010 15:27:41 +0000 (15:27 +0000)]
* var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
instead of cselib_lookup following by tweaking locs->setting_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157870 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/43596
jakub [Wed, 31 Mar 2010 15:26:57 +0000 (15:26 +0000)]
PR bootstrap/43596
* cselib.c (cselib_process_insn): Clear cselib_current_insn
even before returning from label, setjmp call or volatile asm
handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157869 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-31 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 31 Mar 2010 13:20:19 +0000 (13:20 +0000)]
2010-03-31  Richard Guenther  <rguenther@suse.de>

PR middle-end/43600
* cgraphunit.c (cgraph_output_in_order): Do not allocate
temporary data on stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157867 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-31 Martin Jambor <mjambor@suse.cz>
jamborm [Wed, 31 Mar 2010 11:29:03 +0000 (11:29 +0000)]
2010-03-31  Martin Jambor  <mjambor@suse.cz>

* gcc.dg/guality/inline-params.c: Disable early inlining.  Xfail run
only with -O2, -O3 or -Os and not with -fwhopr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157863 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Wed, 31 Mar 2010 10:42:56 +0000 (10:42 +0000)]
* config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
(PUSHSECTION_ASM_OP): Remove.
(POPSECTION_ASM_OP): Remove.
(PUSHSECTION_FORMAT): Remove.
* config/sol2.h (PUSHSECTION_FORMAT): Define.
* config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
* config/sol2.c (solaris_output_init_fini): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157861 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR 43574
jiez [Wed, 31 Mar 2010 09:57:03 +0000 (09:57 +0000)]
PR 43574
* opt-functions.awk (var_type_struct): Use signed char type
for simple variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157859 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * inclhack.def (alpha_assert): Allow for more whitespace in
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Wed, 31 Mar 2010 09:26:05 +0000 (09:26 +0000)]
* inclhack.def (alpha_assert): Allow for more whitespace in
select.
* fixincl.x: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157858 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR c++/43558
dodji [Wed, 31 Mar 2010 09:21:02 +0000 (09:21 +0000)]
Fix PR c++/43558

gcc/cp/ChangeLog:
PR c++/43558
* cp-tree.h (TEMPLATE_TYPE_PARM_SIBLING_PARMS): New accessor macro.
* pt.c (end_template_parm_list): Store sibling template parms of
each TEMPLATE_TYPE_PARMs into its TEMPLATE_TYPE_PARM_SIBLING_PARMS.
(push_template_decl_real): Don't store the containing template decl
into the DECL_CONTEXT of TEMPLATE_TYPE_PARMs anymore.
* typeck.c (get_template_parms_of_dependent_type): Get sibling parms
of a TEMPLATE_TYPE_PARM from TEMPLATE_TYPE_PARM_SIBLING_PARMS.
Simplify the logic.

gcc/testsuite/ChangeLog:
PR c++/43558
* g++.dg/template/typedef31.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157857 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago gcc:
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Wed, 31 Mar 2010 09:19:20 +0000 (09:19 +0000)]
gcc:
* config/sol2.c: Include output.h.
(solaris_assemble_visibility): New function.
* config/t-sol2 (sol2.o): Add output.h dependency.
* config/sol2-protos.h (solaris_assemble_visibility): Declare.
* config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
Redefine.

gcc/testsuite:
* g++.dg/ext/visibility/pragma-override1.C: Allow for .hidden in
assembler output on *-*-solaris2*.
* g++.dg/ext/visibility/pragma-override2.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157856 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdded forgotten ChangeLog entry.
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Wed, 31 Mar 2010 09:16:24 +0000 (09:16 +0000)]
Added forgotten ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157855 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago gcc:
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Wed, 31 Mar 2010 09:03:29 +0000 (09:03 +0000)]
gcc:
PR target/39048
* config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
and soft-fp/t-softfp to tmake_file.
* config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
(LIBGCC2_TF_CEXT): Define.
(TF_SIZE): Define.

libgcc:
PR target/39048
* config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
like other remaining 32-bit x86 OSes.
* config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
assembler syntax.
* config/i386/libgcc-sol2.ver: New file.
* config/i386/t-sol2 (SHLIB_MAPFILES): Add it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157854 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/43580
jakub [Wed, 31 Mar 2010 08:41:28 +0000 (08:41 +0000)]
PR target/43580
* config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
V2SImode or XFmode on PRE_DEC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157853 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/43557
jakub [Wed, 31 Mar 2010 08:39:22 +0000 (08:39 +0000)]
PR debug/43557
* cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
BLKmode.

* gcc.dg/pr43557-1.c: New test.
* gcc.dg/pr43557-2.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157852 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix toplevel configure --enable-multilib handling.
rwild [Wed, 31 Mar 2010 05:44:30 +0000 (05:44 +0000)]
Fix toplevel configure --enable-multilib handling.

/:
PR bootstrap/43328
* configure.ac: Do not pass --enable-multilib nor
--disable-multilib in baseargs.  Accept explicitly passed
--enable_multilib.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157851 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR 43562
jiez [Wed, 31 Mar 2010 02:44:10 +0000 (02:44 +0000)]
PR 43562
* reload.h (caller_save_initialized_p): Declare.
* toplev.c (backend_init_target): Don't call
init_caller_save but set caller_save_initialized_p
to false.
* caller-save.c (caller_save_initialized_p): Define.
(init_caller_save): Check caller_save_initialized_p.
* ira.c (ira): Call init_caller_save if flag_caller_saves.

testsuite/
PR 43562
* gcc.dg/pr43562.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157849 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Wed, 31 Mar 2010 00:17:04 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157845 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/43076
jason [Tue, 30 Mar 2010 22:34:02 +0000 (22:34 +0000)]
PR c++/43076
* pt.c (push_template_decl_real): Deal better with running out of
scopes before running out of template parms.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157842 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/41185
jason [Tue, 30 Mar 2010 21:19:23 +0000 (21:19 +0000)]
PR c++/41185
PR c++/41786
* parser.c (cp_parser_direct_declarator): Don't allow VLAs in
function parameter context.  Don't print an error if parsing
tentatively.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157838 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/42977
jakub [Tue, 30 Mar 2010 21:00:47 +0000 (21:00 +0000)]
PR debug/42977
* cselib.c (n_useless_values): Document handling of debug locs.
(n_useless_debug_values, n_debug_values): New variables.
(new_elt_loc_list): Don't add to debug values, keep count.
(promote_debug_loc): New.
(cselib_reset_table): Zero new variables.
(entry_and_rtx_equal_p): Promote debug locs.
(discard_useless_locs): Increment n_useless_debug_values for
debug values.
(remove_useless_values): Adjust n_useless_values and n_debug_values
with n_useless_debug_values.
(add_mem_for_addr): Promote debug locs.
(cselib_lookup_mem): Likewise.
(cselib_lookup_addr): Renamed to...
(cselib_lookup_addr_1): ... this.  Promote debug locs.
Don't call...
(cselib_log_lookup): ... this.  Turn into...
(cselib_lookup_addr): ... new wrapper.
(cselib_lookup_from_insn): New.
(cselib_invalidate_regno): Increment n_useless_debug_values for
debug values.
(cselib_invalidate_mem): Likewise.
(cselib_process_insn): Take n_deleted and n_debug_values into
account to guard remove_useless_value call.
(cselib_finish): Zero n_useless_debug_values.
* cselib.h (cselib_lookup_from_insn): Declare.
* sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
(sched_analyze_2): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157837 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
jakub [Tue, 30 Mar 2010 20:17:39 +0000 (20:17 +0000)]
* var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
functions.
(adjust_mems): Replace narrowing SUBREG of expression containing
just PLUS, MINUS, MULT and ASHIFT of registers and constants
with operations in the narrower mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157835 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/43593
jakub [Tue, 30 Mar 2010 20:16:52 +0000 (20:16 +0000)]
PR debug/43593
* var-tracking.c (dataflow_set_clear_at_call): Invalidate
just regs_invalidated_by_call instead all call_used_reg_set
registers.

* gcc.dg/guality/pr43593.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157834 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoReplace type != type comparisons with types_compatible_p.
spop [Tue, 30 Mar 2010 19:58:35 +0000 (19:58 +0000)]
Replace type != type comparisons with types_compatible_p.

2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43430
* tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
pointer comparisons with types_compatible_p.
* tree-vect-stmts.c (vectorizable_call): Same.
(vectorizable_condition): Same.

* gcc.dg/vect/pr43430-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157833 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/43559
jason [Tue, 30 Mar 2010 19:39:48 +0000 (19:39 +0000)]
PR c++/43559
* pt.c (more_specialized_fn): Don't control cv-qualifier check
with same_type_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157831 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Johannes Singler <singler@kit.edu>
singler [Tue, 30 Mar 2010 14:50:56 +0000 (14:50 +0000)]
2010-03-30  Johannes Singler  <singler@kit.edu>

        * include/parallel/random_shuffle.h
        (__parallel_random_shuffle_drs) : Take as many threads as
        possible, i. e. favor parallelism over cache efficiency.
        Use own PRNG also for the 1 thread case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157826 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Tue, 30 Mar 2010 13:53:10 +0000 (13:53 +0000)]
2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
stack check if the mask would be zero.

2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.target/s390/stackcheck1.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157825 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Seongbae Park <seongbae.park@gmail.com>
rguenth [Tue, 30 Mar 2010 13:10:16 +0000 (13:10 +0000)]
2010-03-30  Seongbae Park <seongbae.park@gmail.com>
    Jack Howarth <howarth@bromo.med.uc.edu>

* tree-profile.c (tree_init_ic_make_global_vars): Make static
        variables TLS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157822 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
rguenth [Tue, 30 Mar 2010 13:08:52 +0000 (13:08 +0000)]
2010-03-30  Jack Howarth <howarth@bromo.med.uc.edu>

PR c/43553
* Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
* configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
is used and substitute set_use_emutls.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157821 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR other/25232
jsm28 [Tue, 30 Mar 2010 12:35:08 +0000 (12:35 +0000)]
PR other/25232
* libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
and __unordtf2.
* config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
Include ___unordxf2 and ___unordtf2.
* config/i386/libgcc-glibc.ver: Do not define inheritance from
GCC_4.4.0 here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157819 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 30 Mar 2010 10:59:17 +0000 (10:59 +0000)]
2010-03-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/unordered_map: Clean-up includes and guards.
* include/debug/unordered_set: Likewise.
* include/debug/list: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/unordered_set: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157818 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
sam [Tue, 30 Mar 2010 10:26:24 +0000 (10:26 +0000)]
2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>

    gcc/
* config/lm32/t-lm32: New file.
* config.gcc: Use the above file when targetting lm32.

    libgcc/
* config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157817 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoThe dragonegg plugin needs except.h, so add it to the list of
baldrick [Tue, 30 Mar 2010 10:03:25 +0000 (10:03 +0000)]
The dragonegg plugin needs except.h, so add it to the list of
plugin headers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157816 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 30 Mar 2010 03:25:04 +0000 (03:25 +0000)]
2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43265
* gfortran.dg/read_eof_8.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157811 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 30 Mar 2010 03:22:28 +0000 (03:22 +0000)]
2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43265
* io/transfer.c (next_record_r): Only call hit_eof for specific
conditions when an EOF is encountered.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157810 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Tue, 30 Mar 2010 00:17:33 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157809 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/43458
danglin [Mon, 29 Mar 2010 23:51:05 +0000 (23:51 +0000)]
PR target/43458
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Xfail hppa*-*-hpux*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157806 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/cpp/include6.c: Change [] to ().
jason [Mon, 29 Mar 2010 20:57:00 +0000 (20:57 +0000)]
* gcc.dg/cpp/include6.c: Change [] to ().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157805 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago More N3077 raw string changes
jason [Mon, 29 Mar 2010 20:07:29 +0000 (20:07 +0000)]
More N3077 raw string changes
* charset.c (cpp_interpret_string): Don't transform UCNs in raw
strings.
* lex.c (bufring_append): Split out from...
(lex_raw_string): ...here.  Undo trigraph and line splicing
transformations.  Do process line notes in multi-line literals.
(_cpp_process_line_notes): Ignore notes that were already handled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157804 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
jason [Mon, 29 Mar 2010 19:40:36 +0000 (19:40 +0000)]
* c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-2.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-3.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-4.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-5.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-6.c: Combine C and C++ raw string tests.
* c-c++-common/raw-string-7.c: Combine C and C++ raw string tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157803 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoImprove vectorization cost model diagnostic.
spop [Mon, 29 Mar 2010 16:38:40 +0000 (16:38 +0000)]
Improve vectorization cost model diagnostic.

2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43431
* tree-vect-loop.c (vect_estimate_min_profitable_iters):
Improve vectorization cost model diagnostic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157801 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoImprove vectorization diagnostic: loop contains function calls.
spop [Mon, 29 Mar 2010 16:38:34 +0000 (16:38 +0000)]
Improve vectorization diagnostic: loop contains function calls.

2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43436
* tree-vect-data-refs.c (vect_analyze_data_refs): When
compute_data_dependences_for_loop returns false, early exit
and output an extra diagnostic for the failed data reference
analysis.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157800 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-29 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 29 Mar 2010 15:20:07 +0000 (15:20 +0000)]
2010-03-29  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43560
* tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p
parameter.
(can_sm_ref_p): Treat stores to readonly locations as
trapping.

* gcc.dg/torture/pr43560.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157799 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Some raw string changes from N3077
jason [Mon, 29 Mar 2010 15:00:43 +0000 (15:00 +0000)]
Some raw string changes from N3077
* charset.c (cpp_interpret_string): Change inner delimiters to ().
* lex.c (lex_raw_string): Likewise.  Also disallow '\' in delimiter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157797 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR 43564
jiez [Mon, 29 Mar 2010 13:06:50 +0000 (13:06 +0000)]
PR 43564
* toplev.c (process_options): Set optimization_default_node
and optimization_current_node.
* opts.c (decode_options): Don't set optimization_default_node
and optimization_current_node.

testsuite/
PR 43564
* gcc.dg/pr43564.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157795 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-29 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 29 Mar 2010 06:17:19 +0000 (06:17 +0000)]
2010-03-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43551
        * io/unix.c (buf_write): Set physical_offset after lseek.

2010-03-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43551
        * gfortran.dg/direct_io_12.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157792 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
corsepiu [Mon, 29 Mar 2010 05:06:42 +0000 (05:06 +0000)]
2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>

* config/rtems.h: Abandon -qrtems_debug.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157791 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-28 Andrew Pinski <pinskia@gmail.com>
pinskia [Mon, 29 Mar 2010 05:00:30 +0000 (05:00 +0000)]
2010-03-28  Andrew Pinski  <pinskia@gmail.com>

        * MAINTAINERS (spu port): Remove me.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157790 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Mon, 29 Mar 2010 00:16:36 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157789 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/43505
hubicka [Sun, 28 Mar 2010 21:46:50 +0000 (21:46 +0000)]
PR tree-optimization/43505
* cgraph.c (cgraph_clone_node): When clonning a clone, replacement
map should not be copied.
* gfortran.dg/pr43505.f90: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157786 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 28 Mar 2010 16:40:50 +0000 (16:40 +0000)]
2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40722
* mkfixinc.sh: Revert the last change for mingw.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157784 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sun, 28 Mar 2010 00:16:45 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157783 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/41674
danglin [Sat, 27 Mar 2010 15:43:19 +0000 (15:43 +0000)]
PR middle-end/41674
* cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
cdtors, set DECL_PRESERVE_P.
* ipa.c (cgraph_externally_visible_p): Return true if declaration
should be preseved.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157779 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/43528
uros [Sat, 27 Mar 2010 13:40:08 +0000 (13:40 +0000)]
PR tree-optimization/43528
* stor-layout.c (place_field): Check that constant fits into
unsigned HWI when skipping calculation of MS bitfield layout.

testsuite/ChangeLog:

PR tree-optimization/43528
* gcc.target/i386/pr43528.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157776 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/43391
hubicka [Sat, 27 Mar 2010 11:56:30 +0000 (11:56 +0000)]
PR middle-end/43391
* varasm.c (make_decl_rtl): Deal with COMMON flag to make
notice_global_symbol work.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157773 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
jakub [Sat, 27 Mar 2010 10:52:27 +0000 (10:52 +0000)]
* dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
instead of dwarf2out_decl.
(struct var_loc_node): Remove section_label field.
(dwarf2out_function_decl): New function.
(dwarf2out_var_location): Don't set section_label field.
(dwarf2out_begin_function): Don't empty decl_loc_table here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157771 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree argument
meissner [Sat, 27 Mar 2010 10:27:39 +0000 (10:27 +0000)]
PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree argument

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157770 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 27 Mar 2010 00:16:41 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157769 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c/43381
jsm28 [Fri, 26 Mar 2010 23:52:09 +0000 (23:52 +0000)]
PR c/43381
* c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
nested binding iff it is a FUNCTION_DECL.
(store_parm_decls_newstyle): Pass nested=true to bind for
FUNCTION_DECLs amongst parameters.

testsuite:
* gcc.dg/parm-impl-decl-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157766 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/43509
jason [Fri, 26 Mar 2010 21:39:48 +0000 (21:39 +0000)]
PR c++/43509
* parser.c (cp_parser_qualifying_entity): Do accept enum names in
c++0x mode, but not other type-names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157765 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * var-tracking.c (vt_expand_loc_callback): Don't run
jakub [Fri, 26 Mar 2010 20:55:34 +0000 (20:55 +0000)]
* var-tracking.c (vt_expand_loc_callback): Don't run
cselib_expand_value_rtx_cb in dummy mode if
cselib_dummy_expand_value_rtx_cb returned false.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157764 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * var-tracking.c (emit_note_insn_var_location): For one part
jakub [Fri, 26 Mar 2010 20:54:43 +0000 (20:54 +0000)]
* var-tracking.c (emit_note_insn_var_location): For one part
notes with offset 0, don't add EXPR_LIST around the location.
* dwarf2out.c (loc_descriptor, dw_loc_list_1,
add_location_or_const_value_attribute): Adjust for that change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157763 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/43540
jakub [Fri, 26 Mar 2010 20:53:58 +0000 (20:53 +0000)]
PR debug/43540
* dwarf2out.c (reg_save): For DW_CFA_expression put regnum
into first operand and location into second.
(dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
dw_cfi_oprnd_loc for DW_CFA_expression.
(dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
(output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
assume first argument is regnum and second argument is location.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157762 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/42113
uros [Fri, 26 Mar 2010 18:45:56 +0000 (18:45 +0000)]
PR target/42113
* config/alpha/alpha.md (*cmp_sadd_si): Change mode
of scratch register to DImode.  Split to DImode comparison operator.
Use SImode subreg of scratch register in the multiplication.
(*cmp_sadd_sidi): Ditto.
(*cmp_ssub_si): Ditto.
(*cmp_ssub_sidi): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157759 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/43524
uros [Fri, 26 Mar 2010 18:22:37 +0000 (18:22 +0000)]
PR target/43524
* config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
Remove invalid assert and wrong comment.

testsuite/ChangeLog:

PR target/43524
* gcc.target/i386/pr43524.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157757 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.pot: Regenerate.
jsm28 [Fri, 26 Mar 2010 17:53:13 +0000 (17:53 +0000)]
* gcc.pot: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157756 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Fri, 26 Mar 2010 16:33:41 +0000 (16:33 +0000)]
* doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct
cols.
* doc/xml/manual/using.xml (C++ 1998 Library Headers): Add missing
c5 colspec.
(C++ 1998 Library Headers for C Library Facilities): Likewise.
(C++ 200x Library Headers): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157754 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/43516
jakub [Fri, 26 Mar 2010 16:18:51 +0000 (16:18 +0000)]
PR debug/43516
* flags.h (final_insns_dump_p): New extern.
* final.c (final_insns_dump_p): New variable.
(rest_of_clean_state): Set it before -fdump-final-insns=
dumping, clear afterwards.
* print-rtl.c (print_rtx): If final_insns_dump_p don't dump
MEM_ALIAS_SET on MEMs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157753 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-26 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 26 Mar 2010 13:21:34 +0000 (13:21 +0000)]
2010-03-26  Martin Jambor  <mjambor@suse.cz>

* gcc/testsuite/gcc.dg/tree-ssa/loadpre1.c: Deleted trailing
whitespace, renamed main to foo.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre14.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre15.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre16.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre17.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre19.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre3.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/loadpre5.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-1.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-4.c: Likewise.
* gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-6.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157748 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRemove svn:executable.
hjl [Fri, 26 Mar 2010 13:07:14 +0000 (13:07 +0000)]
Remove svn:executable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157747 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix for PR c++/43327
dodji [Fri, 26 Mar 2010 09:20:58 +0000 (09:20 +0000)]
Fix for PR c++/43327

gcc/cp/ChangeLog:
PR c++/43327
* pt.c (add_to_template_args): Support NULL ARGS;
(most_specialized_class): call coerce_template_parms on
template arguments passed to get_class_bindings. Use
add_to_template_args.
(unify): Handle VAR_DECLs.

gcc/testsuite/ChangeLog:
PR c++/43327
* g++.dg/other/crash-10.C: New test.
* g++.dg/other/crash-11.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157745 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix compilation.
dodji [Fri, 26 Mar 2010 08:26:04 +0000 (08:26 +0000)]
Fix compilation.

* cp-tree.h (get_template_parms_at_level): Change unsigned parm
into int.
* pt.c (get_template_parms_at_level): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157743 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.ac: Fix sparc GOTDATA_OP bug check.
davem [Fri, 26 Mar 2010 05:40:32 +0000 (05:40 +0000)]
* configure.ac: Fix sparc GOTDATA_OP bug check.
* configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157741 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 26 Mar 2010 03:26:26 +0000 (03:26 +0000)]
2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43517
* gfortran.dg/read_eof_7.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157738 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 26 Mar 2010 03:23:34 +0000 (03:23 +0000)]
2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43517
* io/read.c (read_x): Return if seen EOR condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157737 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 26 Mar 2010 02:19:10 +0000 (02:19 +0000)]
2010-03-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/unordered_map.h (operator==, operator!=): Add per N3068.
* include/bits/unordered_set.h (operator==, operator!=): Likewise.
* include/debug/unordered_map (operator==, operator!=): Likewise.
* include/debug/unordered_set: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/unordered_set: Likewise.
* testsuite/23_containers/unordered_map/operators/1.cc: New.
* testsuite/23_containers/unordered_multimap/operators/1.cc: Likewise.
* testsuite/23_containers/unordered_multimap/operators/2.cc: Likewise.
* testsuite/23_containers/unordered_set/operators/1.cc: Likewise.
* testsuite/23_containers/unordered_multiset/operators/1.cc: Likewise.

2010-03-25  John Lakos  <jlakos@bloomberg.net>
    Pablo Halpern  <phalpern@halpernwightsoftware.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/hashtable_policy.h (struct _Equality_base): Add.
* include/bits/hashtable.h (_Hashtable<>): Derive from the latter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157736 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Fri, 26 Mar 2010 00:16:47 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157735 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
amodra [Thu, 25 Mar 2010 23:01:41 +0000 (23:01 +0000)]
* config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157732 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-25 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
janis [Thu, 25 Mar 2010 22:25:05 +0000 (22:25 +0000)]
2010-03-25  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

PR objc/35165
PR testsuite/43512
* objc-obj-c++-shared: New directory.
* objc-obj-c++-shared/Object1-implementation.h: New file.
* objc-obj-c++-shared/Object1.h: New file.
* objc-obj-c++-shared/Protocol1.h: New file.
* objc-obj-c++-shared/next-abi.h: New file.
* objc-obj-c++-shared/next-mapping.h: New file.
* objc/execute/next_mapping.h: Delete.
* objc.dg/special/special.exp: For all targets run the tests with
-fgnu-runtime, for darwin targets also run the tests with
-fnext-runtime.
* objc.dg/dg.exp: Ditto.
* obj-c++.dg/dg.exp: Ditto.
* objc/execute/forward-1.m: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required.  Amend testcase to
include use of updated NeXT interface.
* objc/execute/formal_protocol-5.m: Ditto.
* objc/execute/protocol-isEqual-2.m: Ditto.
* objc/execute/protocol-isEqual-4.m: Ditto.
* objc/execute/class-11.m: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required.
* objc/execute/object_is_class.m: Ditto.
* objc/execute/enumeration-1.m: Ditto.
* objc/execute/class-13.m: Ditto.
* objc/execute/formal_protocol-2.m: Ditto.
* objc/execute/formal_protocol-4.m: Ditto.
* objc/execute/class-1.m: Ditto.
* objc/execute/bycopy-1.m: Ditto.
* objc/execute/formal_protocol-6.m: Ditto.
* objc/execute/bycopy-3.m: Ditto.
* objc/execute/class-3.m: Ditto.
* objc/execute/bf-11.m: Ditto.
* objc/execute/class-5.m: Ditto.
* objc/execute/bf-13.m: Ditto.
* objc/execute/class-7.m: Ditto.
* objc/execute/bf-15.m: Ditto.
* objc/execute/class-9.m: Ditto.
* objc/execute/bf-17.m: Ditto.
* objc/execute/bf-19.m: Ditto.
* objc/execute/IMP.m: Ditto.
* objc/execute/exceptions/catchall-1.m: Ditto.
* objc/execute/exceptions/trivial.m: Ditto.
* objc/execute/exceptions/finally-1.m: Ditto.
* objc/execute/exceptions/local-variables-1.m: Ditto.
* objc/execute/exceptions/foward-1.m: Ditto.
* objc/execute/bf-2.m: Ditto.
* objc/execute/string1.m: Ditto.
* objc/execute/bf-4.m: Ditto.
* objc/execute/informal_protocol.m: Ditto.
* objc/execute/string3.m: Ditto.
* objc/execute/bf-6.m: Ditto.
* objc/execute/bf-8.m: Ditto.
* objc/execute/class-tests-1.h: Ditto.
* objc/execute/protocol-isEqual-1.m: Ditto.
* objc/execute/protocol-isEqual-3.m: Ditto.
* objc/execute/_cmd.m: Ditto.
* objc/execute/function-message-1.m: Ditto.
* objc/execute/bf-20.m: Ditto.
* objc/execute/bf-common.h: Ditto.
* objc/execute/np-2.m: Ditto.
* objc/execute/class-10.m: Ditto.
* objc/execute/class-12.m: Ditto.
* objc/execute/enumeration-2.m: Ditto.
* objc/execute/class-14.m: Ditto.
* objc/execute/encode-1.m: Ditto.
* objc/execute/formal_protocol-1.m: Ditto.
* objc/execute/formal_protocol-3.m: Ditto.
* objc/execute/accessing_ivars.m: Ditto.
* objc/execute/bycopy-2.m: Ditto.
* objc/execute/class-2.m: Ditto.
* objc/execute/bf-10.m: Ditto.
* objc/execute/formal_protocol-7.m: Ditto.
* objc/execute/root_methods.m: Ditto.
* objc/execute/class-4.m: Ditto.
* objc/execute/bf-12.m: Ditto.
* objc/execute/class-6.m: Ditto.
* objc/execute/bf-14.m: Ditto.
* objc/execute/nested-func-1.m: Ditto.
* objc/execute/class-8.m: Ditto.
* objc/execute/private.m: Ditto.
* objc/execute/bf-16.m: Ditto.
* objc/execute/bf-18.m: Ditto.
* objc/execute/load-3.m: Ditto.
* objc/execute/compatibility_alias.m: Ditto.
* objc/execute/bf-1.m: Ditto.
* objc/execute/no_clash.m: Ditto.
* objc/execute/bf-3.m: Ditto.
* objc/execute/string2.m: Ditto.
* objc/execute/bf-5.m: Ditto.
* objc/execute/string4.m: Ditto.
* objc/execute/bf-7.m: Ditto.
* objc/execute/object_is_meta_class.m: Ditto.
* objc/execute/bf-9.m: Ditto.
* objc/execute/bf-21.m: Ditto.
* objc/execute/cascading-1.m: Ditto.
* objc/execute/trivial.m: Ditto.
* objc/execute/np-1.m: Ditto.
* objc/compile/trivial.m: Ditto.
* objc/execute/class_self-2.m: Include <stdlib.h>.
* objc/execute/forward-1.x: Do not XFAIL for 32bit powerpc-darwin.
* objc.dg/desig-init-1.m: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT
and 64bit. Use new NeXT interface as required.
* objc.dg/special/unclaimed-category-1.m: Ditto.
* objc.dg/special/unclaimed-category-1.h: Ditto.
* objc.dg/special/unclaimed-category-1a.m: Ditto.
* objc.dg/func-ptr-1.m: Ditto.
* objc.dg/stret-1.m: Ditto.
* objc.dg/encode-2.m: Ditto.
* objc.dg/category-1.m: Ditto.
* objc.dg/encode-3.m: Ditto.
* objc.dg/call-super-3.m: Ditto.
* objc.dg/method-3.m: Ditto.
* objc.dg/func-ptr-2.m: Ditto.
* objc.dg/lookup-1.m: Ditto.
* objc.dg/encode-4.m: Ditto.
* objc.dg/fix-and-continue-1.m: Ditto.
* objc.dg/proto-lossage-3.m: Ditto.
* objc.dg/method-13.m: Ditto.
* objc.dg/proto-qual-1.m: Ditto.
* objc.dg/zero-link-3.m: Ditto.
* objc.dg/bitfield-1.m: Ditto.
* objc.dg/va-meth-1.m: Ditto.
* objc.dg/super-class-3.m: Ditto.
* objc.dg/call-super-1.m: Ditto.
* objc.dg/type-size-2.m: Ditto.
* objc.dg/method-10.m: Ditto.
* objc.dg/defs.m: Ditto.
* objc.dg/const-str-3.m: Ditto.
* objc.dg/try-catch-6.m: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required. Use new NeXT
interface as required.
* objc.dg/super-class-4.m: Ditto.
* objc.dg/comp-types-8.m: Ditto.
* objc.dg/call-super-2.m: Ditto.
* objc.dg/objc-fast-4.m: Ditto.
* objc.dg/method-6.m: Ditto.
* objc.dg/const-str-3.m: Ditto.
* objc.dg/const-str-7.m: Ditto.
* objc.dg/method-15.m: Ditto.
* objc.dg/method-19.m: Ditto.
* objc.dg/sync-1.m: Ditto.
* objc.dg/layout-1.m: Ditto.
* objc.dg/bitfield-3.m: Ditto.
* objc.dg/try-catch-3.m: Ditto.
* objc.dg/try-catch-7.m: Ditto.
* objc.dg/comp-types-10.m: Ditto.
* objc.dg/selector-2.: Ditto.
* objc.dg/method-7.m: Ditto.
* objc.dg/typedef-alias-1.m: Ditto.
* objc.dg/proto-lossage-2.m: Ditto.
* objc.dg/comp-types-11.m: Ditto.
* objc.dg/sizeof-1.m: Ditto.
* objc.dg/method-17.m: Ditto.
* objc.dg/bitfield-5.m: Ditto.
* objc.dg/try-catch-1.m: Ditto.
* objc.dg/encode-5.m: Ditto.
* objc.dg/fix-and-continue-2.m: Ditto.
* objc.dg/method-9.m: Ditto.
* objc.dg/isa-field-1.m: Ditto.
* objc.dg/local-decl-2.m: Ditto.
* objc.dg/objc-gc-4.m: Ditto.
* objc.dg/type-stream-1.m: Skip for NeXT runtime.
* objc.dg/gnu-runtime-3.m: Ditto.
* objc.dg/encode-7.m: Ditto.
* objc.dg/encode-8.m: Ditto.
* objc.dg/selector-3.m: Ditto.
* objc.dg/gnu-runtime-1.m: Ditto.
* objc.dg/const-str-12.m: Ditto.
* objc.dg/gnu-runtime-2.m: Ditto.
* objc.dg/no-extra-load.m: Skip for gnu-runtime.
* objc.dg/selector-1.m: Ditto.
* objc.dg/stubify-2.m: Ditto.
* objc.dg/zero-link-1.m: Ditto.
* objc.dg/stret-2.m: Ditto.
* objc.dg/zero-link-2.m: Ditto.
* objc.dg/next-runtime-1.m: Ditto.
* objc.dg/symtab-1.m: Ditto.
* objc.dg/stubify-1.m: Ditto.
* objc.dg/bitfield-2.m: Ditto.
* objc.dg/try-catch-10.m: Apply to both runtimes.
* objc.dg/const-str-1.m: Ditto.
* objc.dg/image-info.m: Ditto.
* objc.dg/encode-9.m: Ditto.
* objc.dg/pragma-1.m: Apply test to all targets.
* objc.dg/const-str-4.m: Ditto.
* objc.dg/const-str-8.m: Ditto.
* objc.dg/super-class-2.m: Ditto.
* objc.dg/try-catch-5.m: Ditto.
* objc.dg/const-str-10.m: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required. Use new NeXT
interface as required.  Skip for gnu-runtime.  Test for .quad
at m64.
* objc.dg/const-str-11.m: Ditto.
* objc.dg/const-str-9.m: Ditto.
* objc.dg/method-4.m: Skip for 64Bit NeXT.
* objc.dg/encode-1.m: Remove redundant -lobjc.
* objc.dg/try-catch-9.m: Tidy space.
* obj-c++.dg/method-19.mm: Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT
and 64bit. Use new NeXT interface as required.
* obj-c++.dg/template-4.mm: Ditto.
* obj-c++.dg/defs.mm: Ditto.
* obj-c++.dg/basic.mm: Ditto.
* obj-c++.dg/encode-4.mm: Ditto.
* obj-c++.dg/method-17.mm: Ditto.
* obj-c++.dg/proto-lossage-3.mm: Ditto.
* obj-c++.dg/cxx-class-1.mm: Ditto.
* obj-c++.dg/method-10.mm: Ditto.
* obj-c++.dg/va-meth-1.mm: Ditto.
* obj-c++.dg/encode-5.mm: Ditto.
* obj-c++.dg/lookup-2.mm: Ditto.
* obj-c++.dg/template-3.mm: Ditto.
* obj-c++.dg/proto-qual-1.mm: Ditto.
* obj-c++.dg/qual-types-1.m: Ditto.
* obj-c++.dg/cxx-scope-1.mm: Ditto.
* obj-c++.dg/template-1.mm: Ditto.
* obj-c++.dg/encode-6.mm: Ditto.
* obj-c++.dg/bitfield-2.mm:  Use shared wrapper headers (Object1.h,
Protocol1.h) and next-mapping.h as required. Use new NeXT
interface as required.
* obj-c++.dg/except-1.mm: Ditto.
* obj-c++.dg/const-str-7.mm: Ditto.
* obj-c++.dg/ivar-list-semi.mm: Ditto.
* obj-c++.dg/cxx-scope-2.mm: Ditto.
* obj-c++.dg/selector-2.mm: Ditto.
* obj-c++.dg/isa-field-1.mm: Ditto.
* obj-c++.dg/try-catch-1.mm: Ditto.
* obj-c++.dg/local-decl-1.mm: Ditto.
* obj-c++.dg/try-catch-9.mm: Ditto.
* obj-c++.dg/no-extra-load.mm: Ditto.
* obj-c++.dg/selector-5.mm: Ditto.
* obj-c++.dg/method-12.mm: Ditto.
* obj-c++.dg/try-catch-11.mm: Ditto.
* obj-c++.dg/comp-types-11.mm: Ditto.
* obj-c++.dg/bitfield-3.mm: Ditto.
* obj-c++.dg/method-6.mm: Ditto.
* obj-c++.dg/super-class-2.mm: Ditto.
* obj-c++.dg/method-21.mm: Ditto.
* obj-c++.dg/const-str-8.mm: Ditto.
* obj-c++.dg/try-catch-7.mm: Ditto.
* obj-c++.dg/method-15.mm: Ditto.
* obj-c++.dg/layout-1.mm: Ditto.
* obj-c++.dg/cxx-ivars-1.mm: Ditto.
* obj-c++.dg/const-str-3.mm: Ditto.
* obj-c++.dg/try-catch-2.mm: Ditto.
* obj-c++.dg/objc-gc-3.mm: Ditto.
* obj-c++.dg/fix-and-continue-2.mm: Ditto.
* obj-c++.dg/bitfield-1.mm: Ditto.
* obj-c++.dg/selector-6.mm: Ditto.
* obj-c++.dg/method-13.mm: Ditto.
* obj-c++.dg/comp-types-12.mm: Ditto.
* obj-c++.dg/bitfield-4.mm: Ditto.
* obj-c++.dg/try-catch-8.mm: Ditto.
* obj-c++.dg/method-2.mm: Ditto.
* obj-c++.dg/cxx-ivars-2.mm: Ditto.
* obj-c++.dg/typedef-alias-1.mm: Ditto.
* obj-c++.dg/const-str-4.mm: Ditto.
* obj-c++.dg/proto-lossage-2.mm: Ditto.
* obj-c++.dg/try-catch-3.mm: Ditto.
* obj-c++.dg/comp-types-9.mm: Ditto.
* obj-c++.dg/gnu-runtime-2.mm: Skip if NeXT runtime.
* obj-c++.dg/gnu-runtime-3.mm: Ditto.
* obj-c++.dg/gnu-runtime-1.mm: Ditto.
* objc.dg/zero-link-2.m: Skip if gnu runtime. Use shared wrapper
headers (Object1.h, Protocol1.h) and next-mapping.h as required.
Use new NeXT interface as required.
* obj-c++.dg/const-str-10.mm: Ditto.
* obj-c++.dg/const-str-11.mm: Ditto.
* obj-c++.dg/const-str-9.mm: Ditto.
* obj-c++.dg/method-11.mm: Ditto.
* obj-c++.dg/cxx-ivars-3.mm: Skip if gnu runtime. Use shared wrapper
headers (Object1.h, Protocol1.h) and next-mapping.h as required.
Use new NeXT interface as required. XFAIL run if NeXT and 64bit.
* obj-c++.dg/encode-8.mm: Remove redundant -lobjc.
* obj-c++.dg/const-str-1.mm: Run for NeXT as well as gnu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157731 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix candidate for PR c++/43206
dodji [Thu, 25 Mar 2010 22:08:33 +0000 (22:08 +0000)]
Fix candidate for PR c++/43206

gcc/cp/ChangeLog:
PR c++/43206
* cp-tree.h (get_template_parms_at_level): Declare ...
* pt.c (get_template_parms_at_level): ... new function.
* typeck.c (get_template_parms_of_dependent_type): If a template
type parm's DECL_CONTEXT isn't yet set, get its siblings from
current_template_parms. Use get_template_parms_at_level. Remove
useless test.
(incompatible_dependent_types_p): If we get empty parms from just one
of the template type parms we are comparing then the template parms are
incompatible.

gcc/testsuite/ChangeLog:
PR c++/43206
* g++.dg/template/typedef30.C: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157730 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
ro@138bc75d-0d04-0410-961f-82ee72b054a4 [Thu, 25 Mar 2010 18:42:05 +0000 (18:42 +0000)]
* doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
TLS_SECTION_ASM_FLAG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157728 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/43511
jakub [Thu, 25 Mar 2010 12:19:32 +0000 (12:19 +0000)]
PR bootstrap/43511
* config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
Clear first_function_block_is_cold.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157723 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c/43385
jakub [Thu, 25 Mar 2010 08:16:18 +0000 (08:16 +0000)]
PR c/43385
* gimplify.c (gimple_boolify): Only recurse on __builtin_expect
argument if the argument is truth_value_p.

* gcc.c-torture/execute/pr43385.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157721 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Thu, 25 Mar 2010 00:16:46 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157720 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agofixincludes:
jsm28 [Wed, 24 Mar 2010 23:20:15 +0000 (23:20 +0000)]
fixincludes:
* inclhack.def (glibc_strncpy): New fix.
* fixincl.x: Regenerate.
* tests/base/bits/string2.h: Update.

gcc/testsuite:
* gcc.dg/strncpy-fix-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157717 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-24 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
janis [Wed, 24 Mar 2010 22:52:47 +0000 (22:52 +0000)]
2010-03-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

PR testsuite/41609
* lib/objc-torture.exp (objc-set-runtime-options): New.
* objc/execute/execute.exp: Check runtime options on each pass.
* objc/execute/exceptions/exceptions.exp: Ditto.
* objc/compile/compile.exp: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157716 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-03-24 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
janis [Wed, 24 Mar 2010 22:51:08 +0000 (22:51 +0000)]
2010-03-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>

PR testsuite/42348
* lib/target-supports.exp: Add support for ObjC/ObjC++ tools in
standard tests.
(check_effective_target_objc2): New proc.
(check_effective_target_next_runtime): New proc.
* lib/objc.exp: Determine which runtime is in force and support it.
* lib/obj-c++.exp: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157715 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUpdate copyright year
meissner [Wed, 24 Mar 2010 22:14:08 +0000 (22:14 +0000)]
Update copyright year

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157713 138bc75d-0d04-0410-961f-82ee72b054a4