platform/upstream/gcc.git
13 years agore PR go/48019 (Need to handle EINTR in libgo testsuite)
Ian Lance Taylor [Wed, 9 Mar 2011 06:57:04 +0000 (06:57 +0000)]
re PR go/48019 (Need to handle EINTR in libgo testsuite)

PR go/48019
Ignore EINTR in socket connect.

From-SVN: r170811

13 years agore PR go/48019 (Need to handle EINTR in libgo testsuite)
Ian Lance Taylor [Wed, 9 Mar 2011 06:31:37 +0000 (06:31 +0000)]
re PR go/48019 (Need to handle EINTR in libgo testsuite)

PR go/48019
Ignore EINTR in runtime_lock_full.

From-SVN: r170810

13 years agore PR go/48017 (Network tests should fail gracefully without network connectivity)
Ian Lance Taylor [Wed, 9 Mar 2011 05:57:10 +0000 (05:57 +0000)]
re PR go/48017 (Network tests should fail gracefully without network connectivity)

PR go/48017
Only run net tests if GCCGO_RUN_ALL_TESTS is set in environment.

From-SVN: r170809

13 years agore PR go/47910 (typo in __go_map_next_prime)
Ian Lance Taylor [Wed, 9 Mar 2011 05:32:36 +0000 (05:32 +0000)]
re PR go/47910 (typo in __go_map_next_prime)

PR go/47910
Correct search for next prime in libgo map code.

From-SVN: r170808

13 years agoFix PR 47755 fallout
Michael Meissner [Wed, 9 Mar 2011 00:21:53 +0000 (00:21 +0000)]
Fix PR 47755 fallout

From-SVN: r170802

13 years agoDaily bump.
GCC Administrator [Wed, 9 Mar 2011 00:18:47 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170801

13 years agogo-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTS is not set in the environm...
Jakub Jelinek [Tue, 8 Mar 2011 22:04:04 +0000 (23:04 +0100)]
go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTS is not set in the environment...

* go.test/go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTS
is not set in the environment, pass 64 as first argument when not
running expensive tests or pass max($[`ulimit -u`/4], 10000) on
native where ulimit -u is supported.

From-SVN: r170792

13 years agore PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/pt.c...
Dodji Seketeli [Tue, 8 Mar 2011 22:02:59 +0000 (22:02 +0000)]
re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/pt.c:5006)

PR c++/47705
* pt.c (convert_nontype_argument): Only call decay_conversion on
arrays.

From-SVN: r170791

13 years agomips.h (PREFERRED_RELOAD_CLASS): Remove macro.
Anatoly Sokolov [Tue, 8 Mar 2011 20:51:11 +0000 (23:51 +0300)]
mips.h (PREFERRED_RELOAD_CLASS): Remove macro.

* config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
* config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
* config/mips/mips.c (mips_preferred_reload_class): Make static.
Change 'rclass' argument and result type to reg_class_t.
(TARGET_PREFERRED_RELOAD_CLASS): Define.

From-SVN: r170789

13 years agoavr.h (REGISTER_MOVE_COST, [...]): Remove.
Georg-Johann Lay [Tue, 8 Mar 2011 18:31:08 +0000 (18:31 +0000)]
avr.h (REGISTER_MOVE_COST, [...]): Remove.

       * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
       * config/avr/avr.c (TARGET_REGISTER_MOVE_COST,
       TARGET_MEMORY_MOVE_COST): Define.
       (avr_register_move_cost, avr_memory_move_cost): New Functions.

From-SVN: r170788

13 years agooptimize-bswapsi-1.c: Use -march=z900 on s390.
Andreas Krebbel [Tue, 8 Mar 2011 17:44:09 +0000 (17:44 +0000)]
optimize-bswapsi-1.c: Use -march=z900 on s390.

2011-03-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.dg/optimize-bswapsi-1.c: Use -march=z900 on s390.

From-SVN: r170787

13 years agore PR c++/47488 (sorry, unimplemented: string literal in function template signature)
Jason Merrill [Tue, 8 Mar 2011 17:30:46 +0000 (12:30 -0500)]
re PR c++/47488 (sorry, unimplemented: string literal in function template signature)

PR c++/47488
* mangle.c (write_template_arg_literal) [STRING_CST]: Sorry.

From-SVN: r170783

13 years agore PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/pt.c...
Jason Merrill [Tue, 8 Mar 2011 17:30:36 +0000 (12:30 -0500)]
re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/pt.c:5006)

PR c++/47705
* pt.c (convert_nontype_argument): Don't crash on non-pointer
argument to pointer parameter.

From-SVN: r170782

13 years agore PR c++/45651 (ICE in import_export_decl, at cp/decl2.c:2344)
Jason Merrill [Tue, 8 Mar 2011 17:30:25 +0000 (12:30 -0500)]
re PR c++/45651 (ICE in import_export_decl, at cp/decl2.c:2344)

PR c++/45651
* pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
!TREE_PUBLIC decls.

From-SVN: r170781

13 years agore PR debug/47881 (-fcompare-debug failure (length) with -O -fno-dce -funroll-loops...
Jakub Jelinek [Tue, 8 Mar 2011 15:51:12 +0000 (16:51 +0100)]
re PR debug/47881 (-fcompare-debug failure (length) with -O -fno-dce -funroll-loops -fno-web)

PR debug/47881
* ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
removed anything.

* gcc.dg/pr47881.c: New test.

From-SVN: r170780

13 years agore PR c++/47957 (Type mismatch when a class derived a same name with template parameter)
Dodji Seketeli [Tue, 8 Mar 2011 15:38:30 +0000 (15:38 +0000)]
re PR c++/47957 (Type mismatch when a class derived a same name with template parameter)

PR c++/47957

gcc/cp/

* name-lookup.c (binding_to_template_parms_of_scope_p): Only
consider scopes of primary template definitions.  Adjust comments.

gcc/testsuite/

* g++.dg/lookup/template3.C: New test.

From-SVN: r170779

13 years agopr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.
Kai Tietz [Tue, 8 Mar 2011 11:05:37 +0000 (12:05 +0100)]
pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.

2011-03-08  Kai Tietz  <ktietz@redhat.com>

        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of
        'long' type.

From-SVN: r170774

13 years agore PR testsuite/47954 (gcc.dg/tree-ssa/ssa-ccp-33.c fails with link error on m68k...
Mikael Pettersson [Tue, 8 Mar 2011 10:45:46 +0000 (11:45 +0100)]
re PR testsuite/47954 (gcc.dg/tree-ssa/ssa-ccp-33.c fails with link error on m68k-linux)

2011-03-08  Mikael Pettersson  <mikpe@it.uu.se>

PR testsuite/47954
* gcc.dg/tree-ssa/ssa-ccp-33.c: Use __alignof__ not
sizeof to compute alignment.

From-SVN: r170773

13 years agore PR tree-optimization/48022 (-Wstrict-overflow warning on code that doesn't have...
Jakub Jelinek [Tue, 8 Mar 2011 10:43:10 +0000 (11:43 +0100)]
re PR tree-optimization/48022 (-Wstrict-overflow warning on code that doesn't have overflows)

PR tree-optimization/48022
* fold-const.c (fold_comparison): Don't call fold_overflow_warning
for EQ/NE_EXPR.

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

From-SVN: r170772

13 years agore PR c++/48003 (Regression in Template Constants from 4.5.2)
Jason Merrill [Tue, 8 Mar 2011 05:28:13 +0000 (00:28 -0500)]
re PR c++/48003 (Regression in Template Constants from 4.5.2)

PR c++/48003
* pt.c (convert_nontype_argument): Fix -fpermissive allowing
integer overflow.
* semantics.c (potential_constant_expression_1): Check TREE_OVERFLOW.

From-SVN: r170771

13 years agore PR c++/48015 ([C++0x] ICE: unexpected expression 'std::min' of kind overload)
Jason Merrill [Tue, 8 Mar 2011 05:28:02 +0000 (00:28 -0500)]
re PR c++/48015 ([C++0x] ICE: unexpected expression 'std::min' of kind overload)

PR c++/48015
* init.c (constant_value_1): Always require init to be TREE_CONSTANT.

From-SVN: r170770

13 years agoDaily bump.
GCC Administrator [Tue, 8 Mar 2011 00:18:35 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170767

13 years agore PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses hardcoded...
Benjamin Kosnik [Tue, 8 Mar 2011 00:04:05 +0000 (00:04 +0000)]
re PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses hardcoded path)

2011-03-07  Benjamin Kosnik  <bkoz@redhat.com>
            Matthias Klose  <doko@ubuntu.com>
    Jonathan Wakely  <redi@gcc.gnu.org>

PR libstdc++/47145
* acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define.
* configure.ac: Use it.
* doc/Makefile.am (XSL_STYLE_DIR): Set at configure time.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.

Co-Authored-By: Jonathan Wakely <redi@gcc.gnu.org>
Co-Authored-By: Matthias Klose <doko@ubuntu.com>
From-SVN: r170763

13 years agoSolaris libgo testsuite fixes.
Ian Lance Taylor [Mon, 7 Mar 2011 23:37:12 +0000 (23:37 +0000)]
Solaris libgo testsuite fixes.

From-SVN: r170762

13 years agoUse _nuname on 32-bit Solaris 2/x86.
Ian Lance Taylor [Mon, 7 Mar 2011 22:39:45 +0000 (22:39 +0000)]
Use _nuname on 32-bit Solaris 2/x86.

From-SVN: r170761

13 years agoPermit garbage collection on any compiler generated memory allocation.
Ian Lance Taylor [Mon, 7 Mar 2011 22:19:50 +0000 (22:19 +0000)]
Permit garbage collection on any compiler generated memory allocation.

From-SVN: r170760

13 years agore PR debug/47991 (Var-tracking ICE on s390x *setmem_long insn)
Jakub Jelinek [Mon, 7 Mar 2011 22:11:55 +0000 (23:11 +0100)]
re PR debug/47991 (Var-tracking ICE on s390x *setmem_long insn)

PR debug/47991
* var-tracking.c (find_use_val): Return NULL for
cui->sets && cui->store_p BLKmode MEMs.

* gcc.dg/pr47991.c: New test.

From-SVN: r170759

13 years agoAvoid race condition manipulating heap when goroutine exits.
Ian Lance Taylor [Mon, 7 Mar 2011 21:56:40 +0000 (21:56 +0000)]
Avoid race condition manipulating heap when goroutine exits.

From-SVN: r170758

13 years agogeneric-morestack.c (__splitstack_find): Adjust returned stack pointer to include...
Ian Lance Taylor [Mon, 7 Mar 2011 21:47:10 +0000 (21:47 +0000)]
generic-morestack.c (__splitstack_find): Adjust returned stack pointer to include all registers pushed by __morestack.

* generic-morestack.c (__splitstack_find): Adjust returned stack
pointer to include all registers pushed by __morestack.

From-SVN: r170757

13 years agoSupport multiple init functions in a single file.
Ian Lance Taylor [Mon, 7 Mar 2011 21:38:46 +0000 (21:38 +0000)]
Support multiple init functions in a single file.

From-SVN: r170756

13 years agoFix second import of package using _.
Ian Lance Taylor [Mon, 7 Mar 2011 21:29:46 +0000 (21:29 +0000)]
Fix second import of package using _.

From-SVN: r170755

13 years agoHandle predeclared names used as fields in struct composite literals.
Ian Lance Taylor [Mon, 7 Mar 2011 21:22:35 +0000 (21:22 +0000)]
Handle predeclared names used as fields in struct composite literals.

From-SVN: r170754

13 years agore PR c++/48008 (libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble...
Jason Merrill [Mon, 7 Mar 2011 20:10:44 +0000 (15:10 -0500)]
re PR c++/48008 (libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5)

PR c++/48008
* mangle.c (write_type): Strip cv-quals from FUNCTION_TYPE here.
(write_CV_qualifiers_for_type): Not here.

From-SVN: r170752

13 years agostormy16.h (PRINT_OPERAND, [...]): Remove.
Anatoly Sokolov [Mon, 7 Mar 2011 19:59:55 +0000 (22:59 +0300)]
stormy16.h (PRINT_OPERAND, [...]): Remove.

* config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
Remove.
* config/stormy16/stormy16-protos.h (xstormy16_print_operand,
xstormy16_print_operand_address): Remove.
* config/stormy16/stormy16.c (xstormy16_print_operand,
xstormy16_print_operand_address): Make static.
(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.

From-SVN: r170751

13 years agore PR rtl-optimization/47862 (Incorrect code for spilling a vector register)
Pat Haugen [Mon, 7 Mar 2011 19:27:09 +0000 (19:27 +0000)]
re PR rtl-optimization/47862 (Incorrect code for spilling a vector register)

        PR target/47862
        * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
        * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
        before definition.

        * testsuite/gcc.target/powerpc/pr47862.c: New.

From-SVN: r170748

13 years agore PR testsuite/45413 (gcc.target/i386/combine-mul.c fails on PIC targets)
Jack Howarth [Mon, 7 Mar 2011 18:07:31 +0000 (18:07 +0000)]
re PR testsuite/45413 (gcc.target/i386/combine-mul.c fails on PIC targets)

2011-03-07  Jack Howarth <howarth@bromo.med.uc.edu>

    PR target/45413
    * gcc.target/i386/combine-mul.c: Require nonpic.

From-SVN: r170744

13 years agore PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled)
Zdenek Dvorak [Mon, 7 Mar 2011 16:41:53 +0000 (17:41 +0100)]
re PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled)

PR bootstrap/48000
* cfgloopmanip.c (fix_bb_placements): Return immediately
if FROM is BASE_LOOP's header.

From-SVN: r170740

13 years agore PR c/47786 (tree check: expected tree that contains 'decl minimal' structure,...
Nathan Froyd [Mon, 7 Mar 2011 15:32:25 +0000 (15:32 +0000)]
re PR c/47786 (tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in c_type_hash, at c-family/c-common.c:4066)

PR c/47786
* c-common.c (c_type_hash): Call list_length instead of iterating
through DECL_CHAIN.  Rename 'i' to 'n_elements'.

From-SVN: r170739

13 years agogimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_address.
Paul Wögerer [Mon, 7 Mar 2011 15:28:50 +0000 (15:28 +0000)]
gimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_address.

gcc/
* gimplify.c (gimplify_function_tree): Fix building calls
to __builtin_return_address.

gcc/testsuite/
* gcc.dg/20001117-1.c: Abort on NULL call_sites.

Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com>
From-SVN: r170738

13 years agolinux.h (TARGET_ASM_FILE_END): Don't define.
Alan Modra [Mon, 7 Mar 2011 07:50:23 +0000 (18:20 +1030)]
linux.h (TARGET_ASM_FILE_END): Don't define.

* config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
* config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
* config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
* config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
return_mode args.
* config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
(INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
(INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
(INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
* config/rs6000/rs6000.c
(rs6000_elf_end_indicate_exec_stack): Rename to..
(rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
(rs6000_file_start): ..here.
(rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
file scope variables.
(call_ABI_of_interest): New function.
(init_cumulative_args): Set above vars when function return value
is a float, vector, or small struct.
(rs6000_function_arg_advance_1): Likewise for function args.
(rs6000_va_start): Set rs6000_passes_float if variable arg function
references float args.

From-SVN: r170734

13 years ago* MAINTAINERS: Update my e-mail address.
Joey Ye [Mon, 7 Mar 2011 03:04:34 +0000 (03:04 +0000)]
* MAINTAINERS: Update my e-mail address.

From-SVN: r170731

13 years agoRemove redundant word 'See' before @xref
Mingjie Xing [Mon, 7 Mar 2011 03:00:04 +0000 (03:00 +0000)]
Remove redundant word 'See' before @xref

From-SVN: r170730

13 years ago* README.QMTEST: Remove.
Mark Mitchell [Mon, 7 Mar 2011 02:26:27 +0000 (02:26 +0000)]
* README.QMTEST: Remove.

From-SVN: r170728

13 years agoDaily bump.
GCC Administrator [Mon, 7 Mar 2011 00:18:49 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170725

13 years agore PR fortran/47850 (ICE in gfc_conv_array_initializer)
Paul Thomas [Sun, 6 Mar 2011 20:15:38 +0000 (20:15 +0000)]
re PR fortran/47850 (ICE in gfc_conv_array_initializer)

2011-03-06  Paul Thomas  <pault@gcc.gnu.org>
    Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/47850
* expr.c (gfc_is_constant_expr): Only use gfc_constant_ac if
the expression has an iterator.  Otherwise, iterate through the
array, checking for constant expressions for each element.

2011-03-06  Paul Thomas  <pault@gcc.gnu.org>
    Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/47850
* gfortran.dg/array_constructor_37.f90 : New test.

Co-Authored-By: Jerry DeLisle <jvdelisle@gcc.gnu.org>
From-SVN: r170720

13 years agolang-specs.h: Match -save-temps* instead of -save-temps.
Joseph Myers [Sun, 6 Mar 2011 16:27:57 +0000 (16:27 +0000)]
lang-specs.h: Match -save-temps* instead of -save-temps.

cp:
* lang-specs.h: Match -save-temps* instead of -save-temps.

objc:
* lang-specs.h: Match -save-temps* instead of -save-temps.

objcp
* lang-specs.h: Match -save-temps* instead of -save-temps.

From-SVN: r170715

13 years ago* de.po: Update.
Joseph Myers [Sun, 6 Mar 2011 16:20:51 +0000 (16:20 +0000)]
* de.po: Update.

From-SVN: r170713

13 years ago* doc/invoke.texi (C++ Dialect Options): Document ABI v5.
Jason Merrill [Sun, 6 Mar 2011 00:45:16 +0000 (19:45 -0500)]
* doc/invoke.texi (C++ Dialect Options): Document ABI v5.

From-SVN: r170712

13 years agomangle.c (write_expression): Change ABI v6 to v5.
Jason Merrill [Sun, 6 Mar 2011 00:38:13 +0000 (19:38 -0500)]
mangle.c (write_expression): Change ABI v6 to v5.

* mangle.c (write_expression): Change ABI v6 to v5.
(write_type): Likewise.

From-SVN: r170711

13 years agoDaily bump.
GCC Administrator [Sun, 6 Mar 2011 00:18:37 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170710

13 years agopr47975.c: Add -fno-common option on hppa*-*-hpux*.
John David Anglin [Sun, 6 Mar 2011 00:14:01 +0000 (00:14 +0000)]
pr47975.c: Add -fno-common option on hppa*-*-hpux*.

* gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*.

From-SVN: r170706

13 years ago* gennews (files): Add files for GCC 4.6.
Joseph Myers [Sat, 5 Mar 2011 19:49:36 +0000 (19:49 +0000)]
* gennews (files): Add files for GCC 4.6.

From-SVN: r170704

13 years ago* gcc.pot: Regenerate.
Joseph Myers [Sat, 5 Mar 2011 19:46:47 +0000 (19:46 +0000)]
* gcc.pot: Regenerate.

From-SVN: r170703

13 years ago* cpplib.pot: Regenerate.
Joseph Myers [Sat, 5 Mar 2011 19:45:12 +0000 (19:45 +0000)]
* cpplib.pot: Regenerate.

From-SVN: r170702

13 years agoAdd newlib-stdint.h to moxie-eld config.
Anthony Green [Sat, 5 Mar 2011 15:19:44 +0000 (15:19 +0000)]
Add newlib-stdint.h to moxie-eld config.

From-SVN: r170700

13 years agore PR rtl-optimization/47899 (ICE in get_loop_body, at cfgloop.c:831)
Zdenek Dvorak [Sat, 5 Mar 2011 14:28:14 +0000 (15:28 +0100)]
re PR rtl-optimization/47899 (ICE in get_loop_body, at cfgloop.c:831)

PR rtl-optimization/47899
* cfgloopmanip.c (fix_bb_placements): Fix first argument
to flow_loop_nested_p when moving the loop upward.

* gcc.dg/pr47899.c: New test.

From-SVN: r170699

13 years agore PR target/47719 (ICE compiling libavcodec/adxdec.c (FFmpeg) for ARM)
Richard Earnshaw [Sat, 5 Mar 2011 14:01:07 +0000 (14:01 +0000)]
re PR target/47719 (ICE compiling libavcodec/adxdec.c (FFmpeg) for ARM)

PR target/47719
* arm.md (movhi_insn_arch4):  Accept any immediate constant.

From-SVN: r170698

13 years agoGuard against M4 versions with a buggy strstr.
Ralf Wildenhues [Sat, 5 Mar 2011 07:32:50 +0000 (07:32 +0000)]
Guard against M4 versions with a buggy strstr.

config/:
* override.m4: Error out if a buggy M4 was detected, to
avoid spurious diffs in generated files.

Co-Authored-By: Eric Blake <eblake@redhat.com>
From-SVN: r170697

13 years agoDaily bump.
GCC Administrator [Sat, 5 Mar 2011 00:18:38 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170696

13 years ago* gcc.dg/torture/pr47968.c: Ignore warnings.
Jakub Jelinek [Sat, 5 Mar 2011 00:01:32 +0000 (01:01 +0100)]
* gcc.dg/torture/pr47968.c: Ignore warnings.

From-SVN: r170691

13 years agore PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of register to...
Jakub Jelinek [Fri, 4 Mar 2011 23:07:20 +0000 (00:07 +0100)]
re PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of register to a different size with -fipa-cp on undefined code)

PR tree-optimization/47967
* ipa-cp.c (build_const_val): Return NULL instead of creating
VIEW_CONVERT_EXPR for mismatching sizes.
(ipcp_create_replace_map): Return NULL if build_const_val failed.
(ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
give up on versioning.

* gcc.c-torture/compile/pr47967.c: New test.

From-SVN: r170689

13 years agore PR target/47986 (gcc.c-torture/execute/20040709-1.c fails with non-delegitimized...
Alan Modra [Fri, 4 Mar 2011 22:59:07 +0000 (09:29 +1030)]
re PR target/47986 (gcc.c-torture/execute/20040709-1.c fails with non-delegitimized UNSPEC)

PR target/47986
* config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
full cmodel medium/large lo_sum + high addresses.

From-SVN: r170687

13 years agoMakefile.am (inst_sources): Make source instantion files conditional.
Benjamin Kosnik [Fri, 4 Mar 2011 21:51:56 +0000 (21:51 +0000)]
Makefile.am (inst_sources): Make source instantion files conditional.

2011-03-04  Benjamin Kosnik  <bkoz@chula>

* src/Makefile.am (inst_sources): Make source instantion files
conditional.
(XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional.
* src/Makefile.in: Regenerate.
* src/valarray-inst.cc: Move to..
* src/valarray.cc: ...this.
* acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define.
* configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it.
* configure: Regenerate.
* include/Makefile.am (stamp-extern-template): Add.
* include/Makefile.in: Regenerate.

* doc/xml/manual/configure.xml: Document --enable-extern-template.

* include/bits/locale_classes.tcc: Adjust comment.
* include/bits/locale_facets.tcc: Same.
* include/bits/basic_ios.tcc: Same.
* include/bits/istream.tcc: Same.
* include/bits/codecvt.h: Same.
* include/bits/ostream.tcc: Same.
* include/bits/sstream.tcc: Same.
* include/bits/c++config: Same.
* include/bits/basic_string.tcc: Same.
* include/bits/ostream_insert.h: Same.
* include/bits/locale_facets_nonio.tcc: Same.
* include/bits/streambuf.tcc: Same.
* include/bits/allocator.h: Same.
* include/bits/fstream.tcc: Same.

* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.

From-SVN: r170686

13 years agos390.c (s390_decompose_address): Reject non-literal pool references in UNSPEC_LTREL_O...
Andreas Krebbel [Fri, 4 Mar 2011 20:47:11 +0000 (20:47 +0000)]
s390.c (s390_decompose_address): Reject non-literal pool references in UNSPEC_LTREL_OFFSET.

2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_decompose_address): Reject non-literal
pool references in UNSPEC_LTREL_OFFSET.

From-SVN: r170685

13 years agoIn gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Fri, 4 Mar 2011 19:09:34 +0000 (19:09 +0000)]
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/testsuite/:
2011-03-04  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/property/property-encoding-1.m: Tidied up testcase.
* obj-c++.dg/property/property-encoding-1.mm: Likewise.

From-SVN: r170684

13 years agoPR 47802 Use builtins to check localtime_r return type
Janne Blomqvist [Fri, 4 Mar 2011 19:07:49 +0000 (21:07 +0200)]
PR 47802 Use builtins to check localtime_r return type

From-SVN: r170683

13 years agore PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole...
Jan Hubicka [Fri, 4 Mar 2011 18:49:23 +0000 (19:49 +0100)]
re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program)

PR lto/47497
* lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
(lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
* cgraph.h (cgraph_same_body_alias, cgraph_add_thunk): Add node pointers.
* cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
cgraph_add_thunk): Add node pointers.
* lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
associated to right node.
(input_node): Update use of cgraph_same_body_alias
and cgraph_add_thunk.

* optimize.c (maybe_clone_body): Update call of cgraph_same_body_alias
and cgraph_add_thunk.
* method.c (make_alias_for_thunk, use_thunk): Likewise.
* mangle.c (mangle_decl): Likewise.

From-SVN: r170682

13 years agoIntroduce flag -mprefer-avx128 for the auto-vectorizer to generate only 128-bit avx...
Changpeng Fang [Fri, 4 Mar 2011 17:56:39 +0000 (17:56 +0000)]
Introduce flag -mprefer-avx128 for the auto-vectorizer to generate only 128-bit avx insns.

* config/i386/i386.opt (mprefer-avx128): New flag.
* config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit mode
when the flag -mprefer-avx128 is on.

From-SVN: r170681

13 years agoPR 47802 Hack to work around draft POSIX localtime_r
Janne Blomqvist [Fri, 4 Mar 2011 17:52:10 +0000 (19:52 +0200)]
PR 47802 Hack to work around draft POSIX localtime_r

From-SVN: r170680

13 years agoPR 47802 Update doc for CTIME and FDATE intrinsics
Janne Blomqvist [Fri, 4 Mar 2011 17:37:11 +0000 (19:37 +0200)]
PR 47802 Update doc for CTIME and FDATE intrinsics

From-SVN: r170679

13 years agoIn gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Fri, 4 Mar 2011 15:45:30 +0000 (15:45 +0000)]
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/testsuite/:
2011-03-04  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc.dg/gnu-api-2-property.m: Added tests for property_getName()
        and property_getAttributes() if __OBJC2__.
        * obj-c++.dg/gnu-api-2-property.mm: Likewise.
        * objc.dg/property/property-encoding-1.m: New.
        * obj-c++.dg/property/property-encoding-1.mm: New.

From-SVN: r170678

13 years agore PR c++/47971 (ICE: in tsubst_copy, at cp/pt.c:11725 on valid code)
Jason Merrill [Fri, 4 Mar 2011 15:18:07 +0000 (10:18 -0500)]
re PR c++/47971 (ICE: in tsubst_copy, at cp/pt.c:11725 on valid code)

PR c++/47971
* pt.c (tsubst_copy_and_build) [PSEUDO_DTOR_EXPR]: Use tsubst for type.
(tsubst_copy) [default]: Just return t if !ENABLE_CHECKING.

From-SVN: r170677

13 years agore PR c++/46220 (Error: invalid covariant return type generated for incomplete class...
Jason Merrill [Fri, 4 Mar 2011 15:17:55 +0000 (10:17 -0500)]
re PR c++/46220 (Error: invalid covariant return type generated for incomplete class type and different qualifer)

PR c++/46220
* search.c (check_final_overrider): Allow pointer to same incomplete
class type with different cv-quals.

From-SVN: r170676

13 years agodwarf2out.c (compare_loc_operands): Fix address handling.
Richard Sandiford [Fri, 4 Mar 2011 14:19:19 +0000 (14:19 +0000)]
dwarf2out.c (compare_loc_operands): Fix address handling.

gcc/
* dwarf2out.c (compare_loc_operands): Fix address handling.

From-SVN: r170675

13 years agotree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
Alan Modra [Fri, 4 Mar 2011 10:51:56 +0000 (21:21 +1030)]
tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.

* tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.

From-SVN: r170674

13 years agore PR middle-end/47968 (ICE: in gen_lowpart_general, at rtlhooks.c:51 when converting...
Richard Guenther [Fri, 4 Mar 2011 10:31:33 +0000 (10:31 +0000)]
re PR middle-end/47968 (ICE: in gen_lowpart_general, at rtlhooks.c:51 when converting vector of double to vector of float)

2011-03-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/47968
* expmed.c (extract_bit_field_1): Prefer vector modes that
vec_extract patterns can handle.

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

From-SVN: r170673

13 years agore PR target/47975 (ICE: in expand_shift, at expmed.c:2299 when using 256b vectors...
Richard Guenther [Fri, 4 Mar 2011 10:27:10 +0000 (10:27 +0000)]
re PR target/47975 (ICE: in expand_shift, at expmed.c:2299 when using 256b vectors without -mavx)

2011-03-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/47975
* optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.

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

From-SVN: r170672

13 years agoDaily bump.
GCC Administrator [Fri, 4 Mar 2011 00:18:28 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r170669

13 years agoexplow.c (emit_stack_save): Remove 'after' parameter.
Richard Henderson [Thu, 3 Mar 2011 21:56:58 +0000 (13:56 -0800)]
explow.c (emit_stack_save): Remove 'after' parameter.

        * explow.c (emit_stack_save): Remove 'after' parameter.
        (emit_stack_restore): Likewise.
        * expr.h: Update to match.
        * builtins.c, calls.c, stmt.c: Likewise.
        * config/alpha/alpha.md, config/avr/avr.md: Likewise.
        * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
        * function.c (expand_function_end): Insert the emit_stack_save
        sequence before parm_birth_insn instead of after.

From-SVN: r170663

13 years agosse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
Uros Bizjak [Thu, 3 Mar 2011 19:56:56 +0000 (20:56 +0100)]
sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.

* config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
(ssse3_pmaddubsw128): Ditto.
(ssse3_pmaddubsw): Ditto.

From-SVN: r170661

13 years agot-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
Steve Ellcey [Thu, 3 Mar 2011 18:57:35 +0000 (18:57 +0000)]
t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH

2011-03-03  Steve Ellcey  <sje@cup.hp.com>

* config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH

From-SVN: r170659

13 years agore PR c++/47974 (ICE: tree check: expected tree_vec, have error_mark in tsubst_templa...
Paolo Carlini [Thu, 3 Mar 2011 17:07:28 +0000 (17:07 +0000)]
re PR c++/47974 (ICE: tree check: expected tree_vec, have error_mark in tsubst_template_args, at cp/pt.c:8969 on invalid code)

/cp
2011-03-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/47974
* pt.c (tsubst_template_args): Check argument t for error_mark_node.

/testsuite
2011-03-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/47974
* g++.dg/template/crash106.C: New.

From-SVN: r170658

13 years agore PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration as condit...
Jason Merrill [Thu, 3 Mar 2011 16:51:20 +0000 (11:51 -0500)]
re PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration as condition causes tsubst_copy_and_build assertion failure.)

PR c++/47950
* pt.c (tsubst_copy_and_build) [TARGET_EXPR]: Retain TREE_CONSTANT.

From-SVN: r170656

13 years agore PR c/47963 (ICE: tree check: expected tree that contains 'decl common' structure...
Jakub Jelinek [Thu, 3 Mar 2011 16:09:55 +0000 (17:09 +0100)]
re PR c/47963 (ICE: tree check: expected tree that contains 'decl common' structure, have 'integer_cst' in is_global_var, at tree-flow-inline.h:599 on invalid code with -fopenmp)

PR c/47963
* gimplify.c (omp_add_variable): Only call omp_notice_variable
on TYPE_SIZE_UNIT if it is a DECL.

* gcc.dg/gomp/pr47963.c: New test.
* g++.dg/gomp/pr47963.C: New test.

From-SVN: r170655

13 years agore PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)
Jakub Jelinek [Thu, 3 Mar 2011 16:06:33 +0000 (17:06 +0100)]
re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)

PR debug/47283
* cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
first operand is not is_gimple_mem_ref_addr, try to fold it.
If the operand still isn't is_gimple_mem_ref_addr, clear
MEM_EXPR on op0.

From-SVN: r170654

13 years agore PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)
Richard Guenther [Thu, 3 Mar 2011 12:10:40 +0000 (12:10 +0000)]
re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)

2011-03-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/47283
* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
match comment.
(refs_may_alias_p_1): For release branches return true if
we are confused by our input.

From-SVN: r170650

13 years agos390.c (s390_function_value): Rename to ...
Andreas Krebbel [Thu, 3 Mar 2011 12:08:21 +0000 (12:08 +0000)]
s390.c (s390_function_value): Rename to ...

2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_function_value): Rename to ...
(s390_function_and_libcall_value): ... this.
(s390_function_value): New function.
(s390_libcall_value): New function.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target
hooks.
* config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
target macro definitions.
* config/s390/s390-protos.h (s390_function_value): Remove prototype.

From-SVN: r170649

13 years agoDon't crash if erroneous type was not converted.
Ian Lance Taylor [Thu, 3 Mar 2011 06:50:32 +0000 (06:50 +0000)]
Don't crash if erroneous type was not converted.

From-SVN: r170646

13 years agoDon't crash on large composite literal array index.
Ian Lance Taylor [Thu, 3 Mar 2011 06:40:50 +0000 (06:40 +0000)]
Don't crash on large composite literal array index.

From-SVN: r170645

13 years agoDon't crash calling make with NaN or Infinity.
Ian Lance Taylor [Thu, 3 Mar 2011 06:18:55 +0000 (06:18 +0000)]
Don't crash calling make with NaN or Infinity.

From-SVN: r170644

13 years agoMake sure variable type is determined when var initialized to var.
Ian Lance Taylor [Thu, 3 Mar 2011 04:28:25 +0000 (04:28 +0000)]
Make sure variable type is determined when var initialized to var.

From-SVN: r170643

13 years agoDon't crash getting type descriptor of abstract types.
Ian Lance Taylor [Thu, 3 Mar 2011 04:25:47 +0000 (04:25 +0000)]
Don't crash getting type descriptor of abstract types.

From-SVN: r170642

13 years agodocs: fix typos and markup nits in Fortran manual.
Ralf Wildenhues [Thu, 3 Mar 2011 04:14:29 +0000 (04:14 +0000)]
docs: fix typos and markup nits in Fortran manual.

gcc/fortran/:
* invoke.texi (Option Summary, Fortran Dialect Options)
(Preprocessing Options, Runtime Options, Code Gen Options):
Fix vertical list spacing by using @itemx for additinoal
items, empty line before @table.  Fix typos.

From-SVN: r170641

13 years agoDon't look for methods on named pointer types.
Ian Lance Taylor [Thu, 3 Mar 2011 03:31:17 +0000 (03:31 +0000)]
Don't look for methods on named pointer types.

From-SVN: r170640

13 years agore PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration as condit...
Jason Merrill [Thu, 3 Mar 2011 02:49:28 +0000 (21:49 -0500)]
re PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration as condition causes tsubst_copy_and_build assertion failure.)

PR c++/47950
* parser.c (cp_parser_condition): Don't fold_non_dependent_expr here.

From-SVN: r170639

13 years agore PR c++/47774 ([C++0x] constexpr specifier on ctor not ignored when template instan...
Jason Merrill [Thu, 3 Mar 2011 02:49:19 +0000 (21:49 -0500)]
re PR c++/47774 ([C++0x] constexpr specifier on ctor not ignored when template instantiation causes ctor to not satify constexpr requirements)

PR c++/47774
* tree.c (build_vec_init_elt): Split out from...
(build_vec_init_expr): ...here.
(diagnose_non_constexpr_vec_init): New fn.
* semantics.c (potential_constant_expression_1): Use it.
* cp-tree.h: Declare it.

From-SVN: r170638

13 years agoDetermine call types even if first call result is not used.
Ian Lance Taylor [Thu, 3 Mar 2011 02:08:28 +0000 (02:08 +0000)]
Determine call types even if first call result is not used.

From-SVN: r170637

13 years agoDon't crash declaring a function named "_".
Ian Lance Taylor [Thu, 3 Mar 2011 01:48:28 +0000 (01:48 +0000)]
Don't crash declaring a function named "_".

From-SVN: r170636

13 years agoDon't crash on erroneous void initializer in temporary statement.
Ian Lance Taylor [Thu, 3 Mar 2011 01:39:25 +0000 (01:39 +0000)]
Don't crash on erroneous void initializer in temporary statement.

From-SVN: r170635

13 years agoFix type of discarded send expression.
Ian Lance Taylor [Thu, 3 Mar 2011 01:17:34 +0000 (01:17 +0000)]
Fix type of discarded send expression.

From-SVN: r170634