platform/upstream/gcc.git
14 years agoSome raw string changes from N3077
Jason Merrill [Mon, 29 Mar 2010 15:00:43 +0000 (11:00 -0400)]
Some raw string changes from N3077

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.

From-SVN: r157797

14 years agore PR other/43564 (ICE on code with optimize attribute and inlining)
Jie Zhang [Mon, 29 Mar 2010 13:06:50 +0000 (13:06 +0000)]
re PR other/43564 (ICE on code with optimize attribute and inlining)

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.

From-SVN: r157795

14 years agore PR libfortran/43551 (Buffered direct I/O reads wrong record)
Tobias Burnus [Mon, 29 Mar 2010 06:17:19 +0000 (08:17 +0200)]
re PR libfortran/43551 (Buffered direct I/O reads wrong record)

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.

From-SVN: r157792

14 years agortems.h: Abandon -qrtems_debug.
Ralf Corsepius [Mon, 29 Mar 2010 05:06:42 +0000 (07:06 +0200)]
rtems.h: Abandon -qrtems_debug.

2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>

* config/rtems.h: Abandon -qrtems_debug.

From-SVN: r157791

14 years agoMAINTAINERS (spu port): Remove me.
Andrew Pinski [Mon, 29 Mar 2010 05:00:30 +0000 (22:00 -0700)]
MAINTAINERS (spu port): Remove me.

2010-03-28  Andrew Pinski  <pinskia@gmail.com>

        * MAINTAINERS (spu port): Remove me.

From-SVN: r157790

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

From-SVN: r157789

14 years agore PR tree-optimization/43505 (type mismatch between an SSA_NAME and its symbol with...
Jan Hubicka [Sun, 28 Mar 2010 21:46:50 +0000 (23:46 +0200)]
re PR tree-optimization/43505 (type mismatch between an SSA_NAME and its symbol with -O3)

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.

From-SVN: r157786

14 years agore PR target/40722 (ia32intrin.h defines of _rotl, _rotr conflict with target stdlib...
H.J. Lu [Sun, 28 Mar 2010 16:40:50 +0000 (16:40 +0000)]
re PR target/40722 (ia32intrin.h defines of _rotl, _rotr conflict with target stdlib.h  decls)

2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r157784

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

From-SVN: r157783

14 years agore PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_65535_0_main)
John David Anglin [Sat, 27 Mar 2010 15:43:19 +0000 (15:43 +0000)]
re PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_65535_0_main)

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.

From-SVN: r157779

14 years agore PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198 with -mms-bitfiel...
Uros Bizjak [Sat, 27 Mar 2010 13:40:08 +0000 (14:40 +0100)]
re PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198 with -mms-bitfields at x86_64-linux)

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.

From-SVN: r157776

14 years agore PR middle-end/43391 (make_decl_rtl failure for C++ on AIX and HPUX)
Jan Hubicka [Sat, 27 Mar 2010 11:56:30 +0000 (12:56 +0100)]
re PR middle-end/43391 (make_decl_rtl failure for C++ on AIX and HPUX)

PR middle-end/43391
* varasm.c (make_decl_rtl): Deal with COMMON flag to make
notice_global_symbol work.

From-SVN: r157773

14 years agodwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl instead of dwarf2out_decl.
Jakub Jelinek [Sat, 27 Mar 2010 10:52:27 +0000 (11:52 +0100)]
dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl instead of dwarf2out_decl.

* 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.

From-SVN: r157771

14 years agoPR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree argument
Michael 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

From-SVN: r157770

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

From-SVN: r157769

14 years agore PR c/43381 (infinite loop in gcc.dg/parm-impl-decl-1.c with -g)
Joseph Myers [Fri, 26 Mar 2010 23:52:09 +0000 (23:52 +0000)]
re PR c/43381 (infinite loop in gcc.dg/parm-impl-decl-1.c with -g)

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.

From-SVN: r157766

14 years agore PR c++/43509 ([C++0x] ICE in constructor_name_p, at cp/name-lookup.c:1809)
Jason Merrill [Fri, 26 Mar 2010 21:39:48 +0000 (17:39 -0400)]
re PR c++/43509 ([C++0x] ICE in constructor_name_p, at cp/name-lookup.c:1809)

PR c++/43509
* parser.c (cp_parser_qualifying_entity): Do accept enum names in
c++0x mode, but not other type-names.

From-SVN: r157765

14 years agovar-tracking.c (vt_expand_loc_callback): Don't run cselib_expand_value_rtx_cb in...
Jakub Jelinek [Fri, 26 Mar 2010 20:55:34 +0000 (21:55 +0100)]
var-tracking.c (vt_expand_loc_callback): Don't run cselib_expand_value_rtx_cb in dummy mode if...

* 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.

From-SVN: r157764

14 years agovar-tracking.c (emit_note_insn_var_location): For one part notes with offset 0, don...
Jakub Jelinek [Fri, 26 Mar 2010 20:54:43 +0000 (21:54 +0100)]
var-tracking.c (emit_note_insn_var_location): For one part notes with offset 0, don't add EXPR_LIST around the location.

* 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.

From-SVN: r157763

14 years agore PR debug/43540 (ICE: vector VEC(dw_cfi_ref,heap) grow domain error, in output_cfis...
Jakub Jelinek [Fri, 26 Mar 2010 20:53:58 +0000 (21:53 +0100)]
re PR debug/43540 (ICE: vector VEC(dw_cfi_ref,heap) grow domain error, in output_cfis at dwarf2out.c:3346 or OOM-killed)

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.

From-SVN: r157762

14 years agore PR target/42113 (Internal Compiler error with -O3, breaking commit known)
Uros Bizjak [Fri, 26 Mar 2010 18:45:56 +0000 (19:45 +0100)]
re PR target/42113 (Internal Compiler error with -O3, breaking commit known)

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.

From-SVN: r157759

14 years agore PR target/43524 (ICE: in ix86_expand_prologue, at config/i386/i386.c:8636 with...
Uros Bizjak [Fri, 26 Mar 2010 18:22:37 +0000 (19:22 +0100)]
re PR target/43524 (ICE: in ix86_expand_prologue, at config/i386/i386.c:8636 with -mstack-arg-probe on x86_64-linux)

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.

From-SVN: r157757

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

From-SVN: r157756

14 years agoprofile_mode.xml (Profile Diagnostics): Correct cols.
Rainer Orth [Fri, 26 Mar 2010 16:33:41 +0000 (16:33 +0000)]
profile_mode.xml (Profile Diagnostics): Correct cols.

* 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.

From-SVN: r157754

14 years agore PR debug/43516 ("-fcompare-debug failure" at -O2)
Jakub Jelinek [Fri, 26 Mar 2010 16:18:51 +0000 (17:18 +0100)]
re PR debug/43516 ("-fcompare-debug failure" at -O2)

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.

From-SVN: r157753

14 years agoloadpre1.c: Deleted trailing whitespace, renamed main to foo.
Martin Jambor [Fri, 26 Mar 2010 13:21:34 +0000 (14:21 +0100)]
loadpre1.c: Deleted trailing whitespace, renamed main to foo.

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.

From-SVN: r157748

14 years agoRemove svn:executable.
H.J. Lu [Fri, 26 Mar 2010 13:07:14 +0000 (06:07 -0700)]
Remove svn:executable.

From-SVN: r157747

14 years agoFix nit
Eric Botcazou [Fri, 26 Mar 2010 09:51:32 +0000 (09:51 +0000)]
Fix nit

From-SVN: r157746

14 years agore PR c++/43327 (ICE in unifiy.c)
Dodji Seketeli [Fri, 26 Mar 2010 09:20:58 +0000 (09:20 +0000)]
re PR c++/43327 (ICE in unifiy.c)

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.

From-SVN: r157745

14 years agoFix compilation.
Dodji Seketeli [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.

From-SVN: r157743

14 years agoconfigure.ac: Fix sparc GOTDATA_OP bug check.
David S. Miller [Fri, 26 Mar 2010 05:40:32 +0000 (05:40 +0000)]
configure.ac: Fix sparc GOTDATA_OP bug check.

* configure.ac: Fix sparc GOTDATA_OP bug check.
* configure: Rebuild.

From-SVN: r157741

14 years agore PR fortran/43517 (spurious end-of-file condition when namelist read follows format...
Jerry DeLisle [Fri, 26 Mar 2010 03:26:26 +0000 (03:26 +0000)]
re PR fortran/43517 (spurious end-of-file condition when namelist read follows formatted read)

2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

From-SVN: r157738

14 years agore PR fortran/43517 (spurious end-of-file condition when namelist read follows format...
Jerry DeLisle [Fri, 26 Mar 2010 03:23:34 +0000 (03:23 +0000)]
re PR fortran/43517 (spurious end-of-file condition when namelist read follows formatted read)

2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

From-SVN: r157737

14 years ago[multiple changes]
Paolo Carlini [Fri, 26 Mar 2010 02:19:10 +0000 (02:19 +0000)]
[multiple changes]

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.

From-SVN: r157736

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

From-SVN: r157735

14 years agors6000.md (cmptf_internal2): Correct comparison.
Alan Modra [Thu, 25 Mar 2010 23:01:41 +0000 (09:31 +1030)]
rs6000.md (cmptf_internal2): Correct comparison.

* config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.

From-SVN: r157732

14 years agore PR objc/35165 (Massive failures of objc on i686-apple-darwin9)
Iain Sandoe [Thu, 25 Mar 2010 22:25:05 +0000 (22:25 +0000)]
re PR objc/35165 (Massive failures of objc on i686-apple-darwin9)

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.

From-SVN: r157731

14 years agoFix candidate for PR c++/43206
Dodji Seketeli [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.

From-SVN: r157730

14 years agotm.texi (Sections): Document TLS_COMMON_ASM_OP, TLS_SECTION_ASM_FLAG.
Rainer Orth [Thu, 25 Mar 2010 18:42:05 +0000 (18:42 +0000)]
tm.texi (Sections): Document TLS_COMMON_ASM_OP, TLS_SECTION_ASM_FLAG.

* doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
TLS_SECTION_ASM_FLAG.

From-SVN: r157728

14 years agore PR bootstrap/43511 (Configure error at stage 1 in i386/libgomp)
Jakub Jelinek [Thu, 25 Mar 2010 12:19:32 +0000 (13:19 +0100)]
re PR bootstrap/43511 (Configure error at stage 1 in i386/libgomp)

PR bootstrap/43511
* config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
Clear first_function_block_is_cold.

From-SVN: r157723

14 years agore PR c/43385 (glibc regex testsuite failures)
Jakub Jelinek [Thu, 25 Mar 2010 08:16:18 +0000 (09:16 +0100)]
re PR c/43385 (glibc regex testsuite failures)

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.

From-SVN: r157721

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

From-SVN: r157720

14 years agoinclhack.def (glibc_strncpy): New fix.
Joseph Myers [Wed, 24 Mar 2010 23:20:15 +0000 (23:20 +0000)]
inclhack.def (glibc_strncpy): New fix.

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.

From-SVN: r157717

14 years agore PR testsuite/41609 (Torture tests do not check "trivial.{m,mm}" for each run case.)
Iain Sandoe [Wed, 24 Mar 2010 22:52:47 +0000 (22:52 +0000)]
re PR testsuite/41609 (Torture tests do not check "trivial.{m,mm}" for each run case.)

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.

From-SVN: r157716

14 years agore PR testsuite/42348 (Syntax of dg-skip-if in two obj-c++ tests)
Iain Sandoe [Wed, 24 Mar 2010 22:51:08 +0000 (22:51 +0000)]
re PR testsuite/42348 (Syntax of dg-skip-if in two obj-c++ tests)

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.

From-SVN: r157715

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

From-SVN: r157713

14 years agoFix 43484, swap registers if one is R0 for multiword moves
Michael Meissner [Wed, 24 Mar 2010 20:59:24 +0000 (20:59 +0000)]
Fix 43484, swap registers if one is R0 for multiword moves

From-SVN: r157709

14 years agore PR debug/43293 (Invalid unwind info for i?86 -fpic)
Jakub Jelinek [Wed, 24 Mar 2010 20:44:48 +0000 (21:44 +0100)]
re PR debug/43293 (Invalid unwind info for i?86 -fpic)

PR debug/43293
* target.h (struct gcc_target): Add code_end hook.
* target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
if not yet defined.
(TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
* toplev.c (compile_file): Call targetm.asm_out.code_end
hook before unwind info/debug info output.
* config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
* config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
(TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
* config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
(TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
* config/i386/i386.c (ix86_file_end): Renamed to...
(ix86_code_end): ... this.  Make static.  Don't call
file_end_indicate_exec_stack.  Emit unwind info using
final_start_function/final_end_function.
(darwin_x86_file_end): Remove.
(TARGET_ASM_CODE_END): Define.
* config/i386/i386.h (TARGET_ASM_FILE_END,
NEED_INDICATE_EXEC_STACK): Don't define.
* config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
(TARGET_ASM_FILE_END): Define to darwin_file_end.
* config/i386/i386-protos.h (ix86_file_end): Remove prototype.
* doc/tm.texi (TARGET_ASM_CODE_END): Document.

From-SVN: r157707

14 years agore PR target/43498 (No unwind info for thunks even with -fasynchronous-unwind-tables)
Jakub Jelinek [Wed, 24 Mar 2010 20:31:09 +0000 (21:31 +0100)]
re PR target/43498 (No unwind info for thunks even with -fasynchronous-unwind-tables)

PR target/43498
* config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
at the beginning and final_end_function at the end.
* config/s390/s390.c (s390_output_mi_thunk): Likewise.

From-SVN: r157706

14 years agore PR target/38118 (gcc emits non-TLS data as TLS on Solaris 11/SPARC)
Rainer Orth [Wed, 24 Mar 2010 18:49:49 +0000 (18:49 +0000)]
re PR target/38118 (gcc emits non-TLS data as TLS on Solaris 11/SPARC)

* configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
and Sun as TLS syntax.
(TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
* configure: Regenerate.
* config.in: Regenerate.
* varasm.c (TLS_SECTION_ASM_FLAG): Define default.
(default_elf_asm_named_section): Use it.
* config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
(i386_output_dwarf_dtprel): Likewise.
(output_addr_const_extra): Likewise.
(output_pic_addr_const): Lowercase @GOTTPOFF.
(output_addr_const_extra): Likewise.
(output_pic_addr_const): Lowercase @GOTNTPOFF.
(output_addr_const_extra): Likewise.
(output_pic_addr_const): Lowercase @INDNTPOFF.
(output_addr_const_extra): Likewise.
(output_pic_addr_const): Lowercase @NTPOFF.
(output_addr_const_extra): Likewise.
(output_pic_addr_const): Lowercase @TPOFF.
(output_addr_const_extra): Likewise.
* config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase
@TLSGD.
(*tls_global_dynamic_64): Likewise.
(*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
(*tls_local_dynamic_base_64): Lowercase @TLSLD.

* defaults.h (TLS_COMMON_ASM_OP): Provide default.
(ASM_OUTPUT_TLS_COMMON): Use it.
* config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.

PR target/38118
* config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to
tm_file.
* config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
* config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
* config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
* config/i386/sol2.h (TARGET_SUN_TLS): Redefine.

From-SVN: r157705

14 years agoi386.c (override_options): Don't accept -mtls-dialect=sun any longer.
Rainer Orth [Wed, 24 Mar 2010 18:31:07 +0000 (18:31 +0000)]
i386.c (override_options): Don't accept -mtls-dialect=sun any longer.

* config/i386/i386.c (override_options): Don't accept
-mtls-dialect=sun any longer.
* config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
* config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
(*tls_local_dynamic_base_32_sun): Likewise.
* config/i386/sol2.h (TARGET_SUN_TLS): Redefine.

From-SVN: r157704

14 years agore PR debug/43508 (ICE when compiling SSE code with -ggdb)
Jakub Jelinek [Wed, 24 Mar 2010 16:51:02 +0000 (17:51 +0100)]
re PR debug/43508 (ICE when compiling SSE code with -ggdb)

PR debug/43508
* dwarf2out.c (mem_loc_descriptor): Don't ICE on
VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.

From-SVN: r157703

14 years agore PR debug/43479 (Missing DW_TAG_lexical_block+DW_TAG_variable)
Jakub Jelinek [Wed, 24 Mar 2010 16:50:11 +0000 (17:50 +0100)]
re PR debug/43479 (Missing DW_TAG_lexical_block+DW_TAG_variable)

PR debug/43479
* ira.c (adjust_cleared_regs): New function.
(update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.

From-SVN: r157702

14 years agore PR c++/43502 ([C++0x] uninitialised read in grokfndecl() with lambda functions...
Jason Merrill [Wed, 24 Mar 2010 16:49:06 +0000 (12:49 -0400)]
re PR c++/43502 ([C++0x] uninitialised read in grokfndecl() with lambda functions cause -fcompare-debug failures)

PR c++/43502
* parser.c (make_declarator): Initialize id_loc.
(cp_parser_lambda_declarator_opt): And set it.

From-SVN: r157701

14 years agoipa-1.c: Delete trailing spaces, put the call to f into a loop.
Martin Jambor [Wed, 24 Mar 2010 16:26:52 +0000 (17:26 +0100)]
ipa-1.c: Delete trailing spaces, put the call to f into a loop.

2010-03-24  Martin Jambor  <mjambor@suse.cz>

* gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into
a loop.
* gcc.dg/ipa/ipa-2.c: Likewise.
* gcc.dg/ipa/ipa-3.c: Likewise.
* gcc.dg/ipa/ipa-4.c: Likewise.
* gcc.dg/ipa/ipa-5.c: Likewise.
* gcc.dg/ipa/ipa-7.c: Likewise.
* gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into
a loop.
* gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to
i_can_not_be_propagated_fully2 into a loop.
* gcc.dg/ipa/ipa-8.c: New test.
* g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop.

From-SVN: r157698

14 years agore PR java/43504 (many libjava testsuite regressions on x86_64-apple-darwin10)
Mike Stump [Wed, 24 Mar 2010 16:07:51 +0000 (16:07 +0000)]
re PR java/43504 (many libjava testsuite regressions on x86_64-apple-darwin10)

PR java/43504
Revert fix for PR target/33120.

From-SVN: r157697

14 years agore PR debug/19192 (Current development gcc generates inaccurate line info for example...
Jakub Jelinek [Wed, 24 Mar 2010 13:41:30 +0000 (14:41 +0100)]
re PR debug/19192 (Current development gcc generates inaccurate line info for example code)

PR debug/19192
PR debug/43479
* cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
from gimple_block.
* expr.c (expand_expr_real): Restore previous
curr_insn_source_location and curr_insn_block after
expand_expr_real_1 call.
(expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
instead of expand_expr_real_1.

* gcc.dg/guality/pr43479.c: New test.
* gcc.dg/debug/dwarf2/inline2.c (third): Make a a global var
and add volatile keyword.

From-SVN: r157693

14 years ago* g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Enhance portability.
Mike Stump [Wed, 24 Mar 2010 03:04:16 +0000 (03:04 +0000)]
* g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Enhance portability.

From-SVN: r157690

14 years ago* g++.dg/ext/altivec-17.C: Adjust error message.
Jason Merrill [Wed, 24 Mar 2010 02:49:55 +0000 (22:49 -0400)]
* g++.dg/ext/altivec-17.C: Adjust error message.

From-SVN: r157689

14 years agoDaily bump.
GCC Administrator [Wed, 24 Mar 2010 00:16:57 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157688

14 years agoMake lambda conversion op and op() non-static.
Jason Merrill [Tue, 23 Mar 2010 22:29:53 +0000 (18:29 -0400)]
Make lambda conversion op and op() non-static.

* semantics.c (maybe_add_lambda_conv_op): Make non-static.
Also add the thunk function returned by the conversion op.
Mark the conversion deleted if the op() is variadic.
* decl2.c (mark_used): Give helpful message about deleted conversion.
* parser.c (cp_parser_lambda_declarator_opt): Don't make op() static.
* semantics.c (finish_this_expr): Adjust.
* mangle.c (write_closure_type_name): Adjust.
* decl.c (grok_op_properties): Don't allow it.
* call.c (build_user_type_conversion_1): No static conversion ops.
(build_op_call): Or op().

* decl2.c (change_return_type): Fix 'this' quals.

From-SVN: r157681

14 years agore PR target/33120 (Data not put in BSS section on Mac OS)
Mike Stump [Tue, 23 Mar 2010 20:02:57 +0000 (20:02 +0000)]
re PR target/33120 (Data not put in BSS section on Mac OS)

PR target/33120
* config/darwin.h (ASM_OUTPUT_ALIGNED_BSS): Add.
* config/darwin.c (darwin_output_aligned_bss): Add.
* config/darwin-protos.h: Add darwin_output_aligned_bss.

testsuite:
* g++.dg/ext/instantiate2.C: Update for .zerofill as it doesn't
follow the usual conventions for symbol definitions.
* gcc.target/i386/darwin-zerofill.c: Add.

From-SVN: r157677

14 years agore PR rtl-optimization/43413 (Powerpc generates worse code for -mvsx on gromacs even...
Vladimir Makarov [Tue, 23 Mar 2010 19:18:42 +0000 (19:18 +0000)]
re PR rtl-optimization/43413 (Powerpc generates worse code for -mvsx on gromacs even though there are no VSX instructions used)

2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/43413
* ira-color.c (setup_allocno_available_regs_num): Count prohibited
hard regs too.

From-SVN: r157676

14 years agoconfigure.ac (tic6x-*-*): New case.
Joseph Myers [Tue, 23 Mar 2010 16:04:30 +0000 (16:04 +0000)]
configure.ac (tic6x-*-*): New case.

* configure.ac (tic6x-*-*): New case.
* configure: Regenerate.

From-SVN: r157675

14 years ago* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
Joseph Myers [Tue, 23 Mar 2010 15:58:01 +0000 (15:58 +0000)]
* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.

From-SVN: r157674

14 years agotestsuite_tr1.h (NType, [...]): Add.
Paolo Carlini [Tue, 23 Mar 2010 15:20:29 +0000 (15:20 +0000)]
testsuite_tr1.h (NType, [...]): Add.

2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/util/testsuite_tr1.h (NType, TType, SLType, PODType): Add.
* testsuite/20_util/is_trivial/value.cc: Adjust.
* testsuite/20_util/is_standard_layout/value.cc: Likewise.
* testsuite/20_util/is_pod/value.cc: Likewise.

From-SVN: r157673

14 years agovalue.cc: New.
Paolo Carlini [Tue, 23 Mar 2010 15:03:50 +0000 (15:03 +0000)]
value.cc: New.

2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/20_util/is_trivial/value.cc: New.
* testsuite/20_util/is_standard_layout/value.cc: Likewise.
* testsuite/20_util/is_pod/value.cc: Extend.

From-SVN: r157671

14 years agomh-mingw: Revert accidentally checking r156315.
Kai Tietz [Tue, 23 Mar 2010 14:48:08 +0000 (14:48 +0000)]
mh-mingw: Revert accidentally checking r156315.

2010-03-23  Kai Tietz  <kai.tietz@onevision.com>

        * mh-mingw: Revert accidentally checking r156315.

From-SVN: r157669

14 years agostl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare...
Paolo Carlini [Tue, 23 Mar 2010 14:32:35 +0000 (14:32 +0000)]
stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare)): Move...

2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_algobase.h (lower_bound(_ForwardIterator,
_ForwardIterator, const _Tp&, _Compare)): Move...
* include/bits/stl_algo.h: ... here.

From-SVN: r157668

14 years agoconfig.sub: Update to version 2010-03-22.
Joseph Myers [Tue, 23 Mar 2010 14:26:40 +0000 (14:26 +0000)]
config.sub: Update to version 2010-03-22.

* config.sub: Update to version 2010-03-22.
* config.guess: Update to version 2009-12-30.

From-SVN: r157667

14 years agoFix stdlib.h for mingw.
H.J. Lu [Tue, 23 Mar 2010 13:24:37 +0000 (13:24 +0000)]
Fix stdlib.h for mingw.

2010-03-23  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40722
* mkfixinc.sh: Fix stdlib.h for mingw.

From-SVN: r157665

14 years agoFix long lines
Eric Botcazou [Tue, 23 Mar 2010 12:13:00 +0000 (12:13 +0000)]
Fix long lines

From-SVN: r157664

14 years agoFixed incorrect formatting of previous ChangeLog entry. Obvious.
Dave Korn [Tue, 23 Mar 2010 05:39:39 +0000 (05:39 +0000)]
Fixed incorrect formatting of previous ChangeLog entry.  Obvious.

From-SVN: r157663

14 years agore PR libobjc/30445 (Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in)
Dave Korn [Tue, 23 Mar 2010 05:05:35 +0000 (05:05 +0000)]
re PR libobjc/30445 (Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in)

PR libobjc/30445
* configure.ac (extra_ldflags_libobjc): Define appropriately for
Cygwin and MinGW hosts.
* Makefile.am (libobjc_s.a): Remove dead pre-libtool target.
(libobjc.dll): Likewise.
* configure: Regenerate.

From-SVN: r157662

14 years agoFix indentation.
Mike Stump [Tue, 23 Mar 2010 01:38:14 +0000 (01:38 +0000)]
Fix indentation.

From-SVN: r157661

14 years agore PR target/43348 (ICE in final_scan_insn, at final.c:2604)
James E. Wilson [Tue, 23 Mar 2010 01:22:28 +0000 (01:22 +0000)]
re PR target/43348 (ICE in final_scan_insn, at final.c:2604)

PR target/43348
* ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
call_value_gp,sibcall_gp): Use 's' constraint not 'i'.

From-SVN: r157660

14 years agoDaily bump.
GCC Administrator [Tue, 23 Mar 2010 00:16:49 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157658

14 years agoAdd -mfma to ix86_target_string.
H.J. Lu [Mon, 22 Mar 2010 23:17:09 +0000 (23:17 +0000)]
Add -mfma to ix86_target_string.

2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_target_string): Fix a typo in
comments.  Add -mfma.

From-SVN: r157655

14 years agore PR target/23071 (Darwin alignment ignores "attribute packed" for first 'double...
Mike Stump [Mon, 22 Mar 2010 23:13:10 +0000 (23:13 +0000)]
re PR target/23071 (Darwin alignment ignores "attribute packed" for first 'double' element of a struct)

PR target/23071
* config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
Don't overly align based upon packed packed fields.

From-SVN: r157654

14 years agore PR c++/43333 (__is_pod seems broken)
Jason Merrill [Mon, 22 Mar 2010 20:38:57 +0000 (16:38 -0400)]
re PR c++/43333 (__is_pod seems broken)

PR c++/43333
* tree.c (pod_type_p): Use old meaning in C++98 mode.

From-SVN: r157652

14 years agore PR c++/43281 ([c++0x] ICE with invalid auto)
Jason Merrill [Mon, 22 Mar 2010 20:38:46 +0000 (16:38 -0400)]
re PR c++/43281 ([c++0x] ICE with invalid auto)

PR c++/43281
* pt.c (contains_auto_r): New fn.
(do_auto_deduction): Use it.
(tsubst): Don't look at TREE_TYPE of a TEMPLATE_TYPE_PARM.

From-SVN: r157651

14 years agoc-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and move...
Jason Merrill [Mon, 22 Mar 2010 20:38:35 +0000 (16:38 -0400)]
c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and move before the element type.

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
Use () rather than [], and move before the element type.
* cp-demangle.c (d_print_mod): Use () rather than [] for vectors.

From-SVN: r157650

14 years agoconfigfiles.texi (Configuration Files): Removed fixinc/Makefile*, intl/Makefile.*.
Rainer Orth [Mon, 22 Mar 2010 20:33:33 +0000 (20:33 +0000)]
configfiles.texi (Configuration Files): Removed fixinc/Makefile*, intl/Makefile.*.

* doc/configfiles.texi (Configuration Files): Removed
fixinc/Makefile*, intl/Makefile.*.
* doc/makefile.texi: Fixed markup.
Abstract from version control system used.
(Makefile): Removed obsolete gcc/java/parse.y example.
* doc/sourcebuild.texi: Likewise.
(Top Level): Added config, gnattools, libdecnumber, libgcc,
libgomp, libssp.
Removed fastjar.
(Miscellaneous Docs): Clarify location.
Added COPYING3, COPYING3.LIB.
(Front End Directory): Moved Make-lang.in entry to new
subsubsection.

From-SVN: r157649

14 years agore PR target/38085 (gcc -m64 -pg generates invalid assembler code on Solaris 10/x86)
Rainer Orth [Mon, 22 Mar 2010 20:12:34 +0000 (20:12 +0000)]
re PR target/38085 (gcc -m64 -pg generates invalid assembler code on Solaris 10/x86)

gcc:
PR target/38085
* config/i386/i386.c (x86_function_profiler)
[!NO_PROFILE_COUNTERS]: Fix typo.
* config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
instead of callq.

libgcc:
PR target/38085
* config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
MULTILIB_CFLAGS.
($(T)gcrt1.o): Likewise.
($(T)crt1.o): Likewise.
($(T)crti.o): Likewise.
($(T)crtn.o): Likewise.

From-SVN: r157648

14 years agosourcebuild.texi (Test Directives): Split into six subsections...
Janis Johnson [Mon, 22 Mar 2010 18:05:36 +0000 (18:05 +0000)]
sourcebuild.texi (Test Directives): Split into six subsections...

2010-03-22  Janis Johnson  <janis187@us.ibm.com>
    Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

* doc/sourcebuild.texi (Test Directives): Split into six
subsections, with most of the current text in new subsections
Directives, Selectors, and Final Actions.
(Directives): Split list of test directives into multiple
subsubsections.
(Selectors): Describe use and syntax of selectors.
(Effective-Target Keywords): Describe all existing keywords.
(Add Options): Describe features for dg-add-options.
(Require Support): Describe variants of dg-require-support.
(Final Actions): Describe commands to use in dg-final.

Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
From-SVN: r157646

14 years agoFix *.log tests output containing "===".
Jan Kratochvil [Mon, 22 Mar 2010 17:36:49 +0000 (17:36 +0000)]
Fix *.log tests output containing "===".

contrib/
Fix *.log tests output containing "===".
* dg-extract-results.sh (/\===/): Rename to ...
(/^\t\t=== .* ===$/): ... this pattern.

From-SVN: r157645

14 years agonumeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P:: to...
Johannes Singler [Mon, 22 Mar 2010 17:06:50 +0000 (17:06 +0000)]
numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity between...

2010-03-22  Johannes Singler  <singler@kit.edu>

        * include/parallel/numeric (inner_product, partial_sum):
        Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity
        between __gnu_parallel:: and std::
        * include/parallel/algobase.h (equal): Likewise.
        * include/parallel/algo.h (find_first_of, search_n, merge, nth_element,
        partial_sort, max_element, min_element): Likewise.
        * include/parallel/partial_sum.h (__parallel_partial_sum_linear):
        Qualify accumulate call with __gnu_parallel::.

From-SVN: r157643

14 years agore PR middle-end/43475 (ICE in form_sum, at reload.c:5348)
Michael Matz [Mon, 22 Mar 2010 16:28:51 +0000 (16:28 +0000)]
re PR middle-end/43475 (ICE in form_sum, at reload.c:5348)

PR middle-end/43475
* recog.c (validate_replace_rtx_group): Replace also in
REG_EQUAL and REG_EQUIV notes.

testsuite/
* gfortran.dg/pr43475.f90: New testcase.

From-SVN: r157640

14 years agore PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)
Jakub Jelinek [Mon, 22 Mar 2010 15:16:52 +0000 (16:16 +0100)]
re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)

PR libgomp/42942
* env.c (parse_unsigned_long): Add ALLOW_ZERO argument.
(initialize_env): Adjust callers.
(omp_set_max_active_levels): Set gomp_max_active_levels_var even
when the argument is 0.

* testsuite/libgomp.c/pr42942.c: New test.

From-SVN: r157635

14 years agobase.h (_PseudoSequence): Do not forward declare.
Paolo Carlini [Mon, 22 Mar 2010 13:55:11 +0000 (13:55 +0000)]
base.h (_PseudoSequence): Do not forward declare.

2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com>

* include/parallel/base.h (_PseudoSequence): Do not forward declare.
(_VoidFunctor): Remove, unused.
(__median_of_three_iterators): Take __comp by value.
(_PseudoSequenceIterator<>::operator++(int)): Do not const qualify
the return type.
(_PseudoSequenceIterator<>::operator!=): Fix return type to bool.

From-SVN: r157628

14 years agore PR middle-end/43390 (ICE: integral result type precision does not match field...
Richard Guenther [Mon, 22 Mar 2010 12:39:04 +0000 (12:39 +0000)]
re PR middle-end/43390 (ICE: integral result type precision does  not match field size of BIT_FIELD_REF)

2010-03-22  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43390
* tree-vect-stmts.c (get_vectype_for_scalar_type): Make
sure vector extracts are type correct.

* gfortran.fortran-torture/execute/pr43390.f90: New testcase.

From-SVN: r157624

14 years agore PR middle-end/40106 (Weird interaction between optimize_insn_for_speed_p and ...
Richard Guenther [Mon, 22 Mar 2010 12:38:02 +0000 (12:38 +0000)]
re PR middle-end/40106 (Weird interaction between optimize_insn_for_speed_p and -funsafe-math-optimizations)

2010-03-22  Richard Guenther  <rguenther@suse.de>

PR middle-end/40106
* builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
x * sqrt (x) even when optimizing for size if the target
has native support for sqrt.

From-SVN: r157623

14 years agobase.h (_Less): Use std::less.
Paolo Carlini [Mon, 22 Mar 2010 12:18:46 +0000 (12:18 +0000)]
base.h (_Less): Use std::less.

2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com>

* include/parallel/base.h (_Less): Use std::less.
(_Plus): Likewise use std::plus.
(_Multiplies): Likewise use std::multiplies.
* include/parallel/numeric: Adjust.

From-SVN: r157622

14 years agovarasm.c (make_decl_rtl_for_debug): Also clear flag_mudflap for the duration of make_...
Jakub Jelinek [Mon, 22 Mar 2010 10:30:27 +0000 (11:30 +0100)]
varasm.c (make_decl_rtl_for_debug): Also clear flag_mudflap for the duration of make_decl_rtl call.

* varasm.c (make_decl_rtl_for_debug): Also clear
flag_mudflap for the duration of make_decl_rtl call.

From-SVN: r157621

14 years agore PR debug/43443 (We should yank ASM_OPERANDS locs from var-tracking preserved cseli...
Jakub Jelinek [Mon, 22 Mar 2010 10:26:33 +0000 (11:26 +0100)]
re PR debug/43443 (We should yank ASM_OPERANDS locs from var-tracking preserved cselib VALUEs)

PR debug/43443
* var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
locs from preserved VALUEs.

From-SVN: r157620

14 years agore PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)
Jerry DeLisle [Mon, 22 Mar 2010 02:39:02 +0000 (02:39 +0000)]
re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)

2010-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/43409
* io/io.h: Fix type of size in st_parameter_inquire structure.

From-SVN: r157618

14 years agore PR middle-end/42718 (FAIL: gcc.c-torture/compile/pr42559.c at -O1 and above)
John David Anglin [Mon, 22 Mar 2010 01:00:30 +0000 (01:00 +0000)]
re PR middle-end/42718 (FAIL: gcc.c-torture/compile/pr42559.c at -O1 and above)

PR middle-end/42718
* pa.md (movmemsi): Set align to one if zero.
(movmemdi): Likewise.

From-SVN: r157614

14 years agoDaily bump.
GCC Administrator [Mon, 22 Mar 2010 00:16:51 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157613

14 years agore PR target/42321 (NEON/VFP registers from inline assembly clobber list are saved...
Richard Earnshaw [Sun, 21 Mar 2010 20:27:00 +0000 (20:27 +0000)]
re PR target/42321 (NEON/VFP registers from inline assembly clobber list are saved/restored incorrectly)

PR target/42321
* arm.c (arm_output_epilogue): Correctly match VFP pop instructions
with their corresponding prologue pushes.

From-SVN: r157609

14 years agore PR target/42811 (java.lang.ExceptionInInitializerError in ecj1)
Dave Korn [Sun, 21 Mar 2010 19:41:37 +0000 (19:41 +0000)]
re PR target/42811 (java.lang.ExceptionInInitializerError in ecj1)

PR target/42811
* libjava/configure.ac (DLLTOOL): Call AC_CHECK_TOOL.
(libgcj_sublib_core_extra_deps): New host-dependent configure var.
(LIBGCJ_SUBLIB_CORE_EXTRA_DEPS): AC_SUBST it.
* libjava/configure.host (libgcj_sublib_core_extra_deps): Define
appropriately on Cygwin and MinGW.
(libgcj_sublib_core_extra_deps): Add libgcj-noncore-dummy import
stub library on Cygwin and MinGW.
* libjava/Makefile.am (LIBJAVA_CORE_EXTRA): Import AC_SUBST'd
LIBGCJ_SUBLIB_CORE_EXTRA_DEPS if building sublibs, else define empty.
(libgcj_la_DEPENDENCIES): Use it.
(DLL_VERSION): New makefile macro.
(libgcj-noncore-dummy.dll.a): New build rule for dummy import stub
library.
(libgcj_noncore_la_LIBADD): Trim superfluous convenience libs.
(AM_MAKEFLAGS): Add DLLTOOL recursive propagation.
* libjava/libgcj-noncore-dummy.def: New file.
* libjava/Makefile.in: Regenerate.
* libjava/include/Makefile.in: Likewise.
* libjava/testsuite/Makefile.in: Likewise.
* libjava/configure: Likewise.
* libjava/gcj/Makefile.in: Likewise.

From-SVN: r157606