OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years agoSupport multiple init functions in a single file.
ian [Mon, 7 Mar 2011 21:38:46 +0000 (21:38 +0000)]
Support multiple init functions in a single file.

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

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

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

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

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

13 years ago PR c++/48008
jason [Mon, 7 Mar 2011 20:10:44 +0000 (20:10 +0000)]
PR c++/48008
* mangle.c (write_type): Strip cv-quals from FUNCTION_TYPE here.
(write_CV_qualifiers_for_type): Not here.

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

13 years ago * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
aesok [Mon, 7 Mar 2011 19:59:55 +0000 (19:59 +0000)]
* 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.

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

13 years ago PR target/47862
pthaugen [Mon, 7 Mar 2011 19:27:09 +0000 (19:27 +0000)]
    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.

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

13 years ago2011-03-07 Jack Howarth <howarth@bromo.med.uc.edu>
mrs [Mon, 7 Mar 2011 18:07:31 +0000 (18:07 +0000)]
2011-03-07  Jack Howarth <howarth@bromo.med.uc.edu>

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

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

13 years ago PR bootstrap/48000
jakub [Mon, 7 Mar 2011 16:41:53 +0000 (16:41 +0000)]
PR bootstrap/48000
* cfgloopmanip.c (fix_bb_placements): Return immediately
if FROM is BASE_LOOP's header.

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

13 years ago PR c/47786
froydnj [Mon, 7 Mar 2011 15:32:25 +0000 (15:32 +0000)]
PR c/47786
* c-common.c (c_type_hash): Call list_length instead of iterating
through DECL_CHAIN.  Rename 'i' to 'n_elements'.

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

13 years agogcc/
froydnj [Mon, 7 Mar 2011 15:28:50 +0000 (15:28 +0000)]
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.

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

13 years ago * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
amodra [Mon, 7 Mar 2011 07:50:23 +0000 (07:50 +0000)]
* 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.

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

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

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

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

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

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

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

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

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

13 years ago2011-03-06 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 6 Mar 2011 20:15:38 +0000 (20:15 +0000)]
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.

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

13 years agocp:
jsm28 [Sun, 6 Mar 2011 16:27:57 +0000 (16:27 +0000)]
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.

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

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

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

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

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

13 years ago * mangle.c (write_expression): Change ABI v6 to v5.
jason [Sun, 6 Mar 2011 00:38:13 +0000 (00:38 +0000)]
* mangle.c (write_expression): Change ABI v6 to v5.
(write_type): Likewise.

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

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

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

13 years ago * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*.
danglin [Sun, 6 Mar 2011 00:14:01 +0000 (00:14 +0000)]
* gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*.

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

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

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

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

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

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

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

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

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

13 years ago PR rtl-optimization/47899
jakub [Sat, 5 Mar 2011 14:28:14 +0000 (14:28 +0000)]
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.

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

13 years ago PR target/47719
rearnsha [Sat, 5 Mar 2011 14:01:07 +0000 (14:01 +0000)]
PR target/47719
* arm.md (movhi_insn_arch4):  Accept any immediate constant.

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

13 years agoGuard against M4 versions with a buggy strstr.
rwild [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.

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

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

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

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

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

13 years ago PR tree-optimization/47967
jakub [Fri, 4 Mar 2011 23:07:20 +0000 (23:07 +0000)]
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.

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

13 years ago PR target/47986
amodra [Fri, 4 Mar 2011 22:59:07 +0000 (22:59 +0000)]
PR target/47986
* config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
full cmodel medium/large lo_sum + high addresses.

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

13 years ago2011-03-04 Benjamin Kosnik <bkoz@chula>
bkoz [Fri, 4 Mar 2011 21:51:56 +0000 (21:51 +0000)]
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.

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

13 years ago2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Fri, 4 Mar 2011 20:47:11 +0000 (20:47 +0000)]
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.

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

13 years agoIn gcc/testsuite/:
nicola [Fri, 4 Mar 2011 19:09:34 +0000 (19:09 +0000)]
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.

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

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

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

13 years ago PR lto/47497
hubicka [Fri, 4 Mar 2011 18:49:23 +0000 (18:49 +0000)]
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.

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

13 years agoIntroduce flag -mprefer-avx128 for the auto-vectorizer to generate only 128-bit avx...
cfang [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.

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

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

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

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

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

13 years agoIn gcc/testsuite/:
nicola [Fri, 4 Mar 2011 15:45:30 +0000 (15:45 +0000)]
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.

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

13 years ago PR c++/47971
jason [Fri, 4 Mar 2011 15:18:07 +0000 (15:18 +0000)]
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.

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

13 years ago PR c++/46220
jason [Fri, 4 Mar 2011 15:17:55 +0000 (15:17 +0000)]
PR c++/46220
* search.c (check_final_overrider): Allow pointer to same incomplete
class type with different cv-quals.

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

13 years agogcc/
rsandifo [Fri, 4 Mar 2011 14:19:19 +0000 (14:19 +0000)]
gcc/
* dwarf2out.c (compare_loc_operands): Fix address handling.

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

13 years ago * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
amodra [Fri, 4 Mar 2011 10:51:56 +0000 (10:51 +0000)]
* tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.

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

13 years ago2011-03-04 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 4 Mar 2011 10:31:33 +0000 (10:31 +0000)]
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.

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

13 years ago2011-03-04 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 4 Mar 2011 10:27:10 +0000 (10:27 +0000)]
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.

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

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

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

13 years ago * explow.c (emit_stack_save): Remove 'after' parameter.
rth [Thu, 3 Mar 2011 21:56:58 +0000 (21:56 +0000)]
    * 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.

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

13 years ago * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
uros [Thu, 3 Mar 2011 19:56:56 +0000 (19:56 +0000)]
* config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
(ssse3_pmaddubsw128): Ditto.
(ssse3_pmaddubsw): Ditto.

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

13 years ago2011-03-03 Steve Ellcey <sje@cup.hp.com>
sje [Thu, 3 Mar 2011 18:57:35 +0000 (18:57 +0000)]
2011-03-03  Steve Ellcey  <sje@cup.hp.com>

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

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

13 years ago/cp
paolo [Thu, 3 Mar 2011 17:07:28 +0000 (17:07 +0000)]
/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.

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

13 years ago PR c++/47950
jason [Thu, 3 Mar 2011 16:51:20 +0000 (16:51 +0000)]
PR c++/47950
* pt.c (tsubst_copy_and_build) [TARGET_EXPR]: Retain TREE_CONSTANT.

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

13 years ago PR c/47963
jakub [Thu, 3 Mar 2011 16:09:55 +0000 (16:09 +0000)]
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.

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

13 years ago PR debug/47283
jakub [Thu, 3 Mar 2011 16:06:33 +0000 (16:06 +0000)]
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.

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

13 years ago2011-03-03 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 3 Mar 2011 12:10:40 +0000 (12:10 +0000)]
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.

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

13 years ago2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Thu, 3 Mar 2011 12:08:21 +0000 (12:08 +0000)]
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.

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

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

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

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

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

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

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

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

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

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

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

13 years agodocs: fix typos and markup nits in Fortran manual.
rwild [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.

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

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

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

13 years ago PR c++/47950
jason [Thu, 3 Mar 2011 02:49:28 +0000 (02:49 +0000)]
PR c++/47950
* parser.c (cp_parser_condition): Don't fold_non_dependent_expr here.

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

13 years ago PR c++/47774
jason [Thu, 3 Mar 2011 02:49:19 +0000 (02:49 +0000)]
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.

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

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

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

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

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

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

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

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

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

13 years agoDon't crash on erroneous named result.
ian [Thu, 3 Mar 2011 00:54:42 +0000 (00:54 +0000)]
Don't crash on erroneous named result.

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

13 years agoDon't crash if a constant has a declared but undefined type.
ian [Thu, 3 Mar 2011 00:42:10 +0000 (00:42 +0000)]
Don't crash if a constant has a declared but undefined type.

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

13 years agoDaily bump.
gccadmin [Thu, 3 Mar 2011 00:18:27 +0000 (00:18 +0000)]
Daily bump.

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

13 years agoRewrite conversion of named types to backend representation.
ian [Thu, 3 Mar 2011 00:15:16 +0000 (00:15 +0000)]
Rewrite conversion of named types to backend representation.

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

13 years ago2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 2 Mar 2011 23:32:56 +0000 (23:32 +0000)]
2011-03-02  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/Makefile.am: Make clean fixups.
        * testsuite/Makefile.in: Regenerate.

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

13 years ago * config/i386/freebsd64.h (CC1_SPEC): Define.
jsm28 [Wed, 2 Mar 2011 22:35:36 +0000 (22:35 +0000)]
* config/i386/freebsd64.h (CC1_SPEC): Define.
* config/i386/linux64.h (CC1_SPEC): Define.
* config/i386/x86-64.h (CC1_SPEC): Don't define.

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

13 years ago * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
aesok [Wed, 2 Mar 2011 21:36:02 +0000 (21:36 +0000)]
* config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
Remove.
* config/stormy16/stormy16.c: Include reload.h.
(xstormy16_memory_move_cost): New function.
(TARGET_MEMORY_MOVE_COST): Define.

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

13 years ago PR c++/46159
jason [Wed, 2 Mar 2011 18:18:41 +0000 (18:18 +0000)]
PR c++/46159
* parser.c (cp_parser_primary_expression): Don't warn about a
failed tentative parse.

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

13 years ago PR c++/47200
jason [Wed, 2 Mar 2011 18:18:31 +0000 (18:18 +0000)]
PR c++/47200
* semantics.c (cxx_bind_parameters_in_call): Don't call
adjust_temp_type on non-constant args.

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

13 years agoFix configure problem.
spop [Wed, 2 Mar 2011 15:18:47 +0000 (15:18 +0000)]
Fix configure problem.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

* configure.ac: Adjust test of with_ppl.
* configure: Regenerated.

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

13 years ago2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
paolo [Wed, 2 Mar 2011 15:06:00 +0000 (15:06 +0000)]
2011-03-02  Marc Glisse  <marc.glisse@normalesup.org>

* include/std/ratio (ratio_less): Add comments.

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

13 years ago2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
paolo [Wed, 2 Mar 2011 14:57:57 +0000 (14:57 +0000)]
2011-03-02  Marc Glisse  <marc.glisse@normalesup.org>

PR libstdc++/47913
* include/std/ratio (ratio_add): Avoid denominator overflow.
* testsuite/20_util/ratio/operations/47913.cc: New.

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

13 years agogcc/
rsandifo [Wed, 2 Mar 2011 13:25:10 +0000 (13:25 +0000)]
gcc/
PR rtl-optimization/47925
* cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
with side effects.  Remove the more-specific check for volatile asms.

gcc/testsuite/
PR rtl-optimization/47925
* gcc.c-torture/execute/pr47925.c: New test.

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

13 years ago * ChangeLog: Fix whitespace.
uros [Wed, 2 Mar 2011 09:00:24 +0000 (09:00 +0000)]
* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Fix test names.

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

13 years ago2011-03-02 Kai Tietz <ktietz@redhat.com>
ktietz [Wed, 2 Mar 2011 06:58:50 +0000 (06:58 +0000)]
2011-03-02  Kai Tietz  <ktietz@redhat.com>

        * MAINTAINERS: Adjust my e-mail address.

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

13 years agoAdd -lpwl to ppllibs.
spop [Wed, 2 Mar 2011 03:48:44 +0000 (03:48 +0000)]
Add -lpwl to ppllibs.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

* configure.ac: Add -lpwl to ppllibs.
* configure: Regenerated.

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

13 years agoAdd -lisl to clooglibs.
spop [Wed, 2 Mar 2011 03:48:36 +0000 (03:48 +0000)]
Add -lisl to clooglibs.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

* config/cloog.m4: Add -lisl to clooglibs.
* configure: Regenerated.

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

13 years ago PR target/47935
amodra [Wed, 2 Mar 2011 00:54:22 +0000 (00:54 +0000)]
PR target/47935
* config/rs6000/predicates.md (lwa_operand): Check cmodel medium
toc relative addresses for valid offsets.

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

13 years agoDaily bump.
gccadmin [Wed, 2 Mar 2011 00:17:32 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago PR c++/47851
jason [Tue, 1 Mar 2011 22:44:35 +0000 (22:44 +0000)]
PR c++/47851
* call.c (standard_conversion): Provide requested cv-quals on
class rvalue conversion.

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

13 years ago PR c++/46282
jason [Tue, 1 Mar 2011 22:44:26 +0000 (22:44 +0000)]
PR c++/46282
* decl2.c (grokbitfield): Handle type-dependent width.

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

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 13:18:25 +0000 (13:18 +0000)]
2011-03-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/47890
* tree-vect-loop.c (get_initial_def_for_induction): Set
related stmt properly.

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

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

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 09:46:19 +0000 (09:46 +0000)]
2011-03-01  Richard Guenther  <rguenther@suse.de>

PR lto/47924
* lto-streamer.c (lto_record_common_node): Also register
the canonical type.

* gcc.dg/lto/pr47924_0.c: New testcase.

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

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 09:45:05 +0000 (09:45 +0000)]
2011-03-01  Richard Guenther  <rguenther@suse.de>

PR lto/46911
* lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
Do not stream DECL_ABSTRACT_ORIGIN.
(lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
* lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
Do not stream DECL_ABSTRACT_ORIGIN.
(lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.

* gfortran.dg/lto/pr46911_0.f: New testcase.

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

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 05:59:07 +0000 (05:59 +0000)]
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47933
* gfortran.dg/fmt_fw_d.f90: Fix test by adding dg-options to avoid
compile errors from older code form.

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

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 02:28:02 +0000 (02:28 +0000)]
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47567
* gfortran.dg/fmt_fw_d.f90: New test.

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

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 02:24:50 +0000 (02:24 +0000)]
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47567
* io/write_float.def (output_float): Move handling of w = 0 to after
output rounding. Check for zero and set zero_flag accordingly. Set
width according to zero_flag. Add better comments.

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

13 years ago2011-02-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 1 Mar 2011 00:40:53 +0000 (00:40 +0000)]
2011-02-28  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators.
* testsuite/20_util/hash/quality.cc: Same.

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

13 years agoDaily bump.
gccadmin [Tue, 1 Mar 2011 00:18:29 +0000 (00:18 +0000)]
Daily bump.

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