ebotcazou [Sun, 9 Nov 2008 09:50:02 +0000 (09:50 +0000)]
* gcc-interface/ada-tree.def (PLUS_NOMOD_EXPR): New tree code.
(MINUS_NOMOD_EXPR): Likewise.
* gcc-interface/utils2.c (build_binary_op) <PREINCREMENT_EXPR>: Make
unreachable.
<PLUS_NOMOD_EXPR>: New case.
<MINUS_NOMOD_EXPR>: Likewise.
* gcc-interface/trans.c (Loop_Statement_to_gnu): Build increment-and-
assignment statement instead of using an increment operator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141714
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 9 Nov 2008 00:16:56 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141711
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 8 Nov 2008 00:16:48 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141700
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Fri, 7 Nov 2008 21:16:54 +0000 (21:16 +0000)]
2008-11-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
* fwprop.c (fwprop_done): Call df_remove_problem.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141686
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Fri, 7 Nov 2008 20:28:57 +0000 (20:28 +0000)]
* id.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141684
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Fri, 7 Nov 2008 18:03:04 +0000 (18:03 +0000)]
2008-11-07 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/37379
* tree-scalar-evolution.c (instantiate_scev_1): Return
chrec_dont_know for VL_EXP_CLASS_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141682
138bc75d-0d04-0410-961f-
82ee72b054a4
ro [Fri, 7 Nov 2008 16:25:03 +0000 (16:25 +0000)]
* system-irix-n64.ads: New file.
* gcc-interface/Makefile.in (mips-sgi-irix6*): Support O32 and N64
multilibs.
PR ada/37681
* system-solaris-x86_64.ads: New file.
* gcc-interface/Makefile.in (*86-solaris2*): Support x86_64 multilib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141681
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 7 Nov 2008 15:47:11 +0000 (15:47 +0000)]
2008-11-07 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141678
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 7 Nov 2008 15:44:35 +0000 (15:44 +0000)]
2008-11-07 Paolo Carlini <paolo.carlini@oracle.com>
* Complete last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141677
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 7 Nov 2008 15:44:20 +0000 (15:44 +0000)]
2008-11-07 Paolo Carlini <paolo.carlini@oracle.com>
* Complete last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141676
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 7 Nov 2008 15:43:57 +0000 (15:43 +0000)]
2008-11-07 Paolo Carlini <paolo.carlini@oracle.com>
* Complete last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141675
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 7 Nov 2008 15:26:25 +0000 (15:26 +0000)]
2008-11-07 Bob Walters <bob.s.walters@gmail.com>
* include/ext/pointer.h: Add experimental support for non-standard
pointer types in containers via the allocator::pointer typedef.
(Currently only supported/working with std::vector)
* include/ext/cast.h: Add overload-able pointer casting functions
for use in containers supporting non-standard pointer types.
* include/ext/extptr_allocator.h: Add _ExtPtr_allocator.
* include/Makefile.am: Update.
* include/precompiled/extc++.h: Likewise.
* include/Makefile.in: Regenerate.
* testsuite/ext/ext_pointer/1.cc: New.
* testsuite/ext/ext_pointer/1_neg.cc: Likewise.
* testsuite/23_containers/vector/ext_pointer/citerators.cc: New.
* testsuite/23_containers/vector/ext_pointer/data_access.cc: Likewise.
* testsuite/23_containers/vector/ext_pointer/resize.cc: Likewise.
* testsuite/23_containers/vector/ext_pointer/types/1.cc: Likewise.
* testsuite/23_containers/vector/ext_pointer/modifiers/element.cc:
Likewise.
* testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc:
Likewise.
* testsuite/23_containers/vector/ext_pointer/modifiers/insert.cc:
Likewise.
* testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
1.cc: Likewise.
* testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
3.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141674
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 10:46:18 +0000 (10:46 +0000)]
PR ada/34289
* lib.ads: (Enable_Switch_Storing): Declare.
* lib.adb: (Enable_Switch_Storing): New procedure.
* switch-c.adb (Scan_Front_End_Switches): Add support for -gnatea.
* make.adb: (Compile_Sources.Compile): Add -gnatea as first option.
(Display): Never display -gnatea
* gcc-interface/lang-specs.h: If -gnatea is present, pass -gnatez.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141673
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 10:21:38 +0000 (10:21 +0000)]
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141671
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 10:17:40 +0000 (10:17 +0000)]
* gcc-interface/trans.c (Attribute_to_gnu, case Attr_Length): Check
for empty range in original base type, not converted result type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141670
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 10:03:21 +0000 (10:03 +0000)]
Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141669
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 09:56:33 +0000 (09:56 +0000)]
* gcc-interface/trans.c (build_binary_op_trapv): Convert arguments
and result for call to __gnat_mulv64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141668
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 09:44:12 +0000 (09:44 +0000)]
* gcc-interface/trans.c: Fix formatting nits.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141667
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 09:39:38 +0000 (09:39 +0000)]
* gcc-interface/trans.c (build_binary_op_trapv): Avoid emitting
overflow check for constant result.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141666
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Fri, 7 Nov 2008 09:32:43 +0000 (09:32 +0000)]
* gcc-interface/trans.c (build_binary_op_trapv): Use more efficient
overflow check for addition/subtraction if neither operand is constant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141665
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Fri, 7 Nov 2008 09:00:14 +0000 (09:00 +0000)]
* g++.dg/ipa/iinline-1.C: Remove -c flag, add -fpie for PIC
targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141664
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Fri, 7 Nov 2008 08:58:55 +0000 (08:58 +0000)]
* gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141663
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Fri, 7 Nov 2008 05:57:07 +0000 (05:57 +0000)]
2008-11-06 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/pr37943.c: Fix missing end of file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141662
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 7 Nov 2008 00:16:52 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141660
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Thu, 6 Nov 2008 22:16:38 +0000 (22:16 +0000)]
* gcc.dg/utf-array-short-wchar.c, gcc.dg/utf-cvt.c,
gcc.dg/utf-inc-init.c, gcc.dg/utf16-1.c, gcc.dg/utf16-2.c,
gcc.dg/utf16-3.c, gcc.dg/utf16-4.c, gcc.dg/utf32-1.c,
gcc.dg/utf32-2.c, gcc.dg/utf32-3.c, gcc.dg/utf32-4.c: Use
__CHAR16_TYPE__ and __CHAR32_TYPE__ typedefs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141656
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 6 Nov 2008 18:01:18 +0000 (18:01 +0000)]
* reg-stack.c (reg_to_stack): Add missing braces in memset
size calculation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141654
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 6 Nov 2008 17:18:51 +0000 (17:18 +0000)]
Add myself as middle end maintainer
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141652
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 6 Nov 2008 17:17:47 +0000 (17:17 +0000)]
Add myself as middle-end maintainer
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141651
138bc75d-0d04-0410-961f-
82ee72b054a4
ams [Thu, 6 Nov 2008 15:56:53 +0000 (15:56 +0000)]
2008-11-06 Andrew Stubbs <ams@codesourcery.com>
* config/arm/bpabi.h (PROFILE_HOOK): New undef.
(NO_PROFILE_COUNTERS): New define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141649
138bc75d-0d04-0410-961f-
82ee72b054a4
ams [Thu, 6 Nov 2008 15:53:28 +0000 (15:53 +0000)]
* MAINTAINERS (Write after approval): Add myself.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141648
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Thu, 6 Nov 2008 15:32:40 +0000 (15:32 +0000)]
PR target/26397
* config/rs6000/aix.h (LIBSTDCXX_STATIC): Define.
cp/
* g++spec.c (LIBSTDCXX_STATIC): New.
(lang_spec_driver): Use LIBSTDCXX_STATIC when not shared_libgcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141646
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Thu, 6 Nov 2008 14:59:09 +0000 (14:59 +0000)]
PR target/35574
* config/sparc/constraints.md (D): New.
* config/sparc/predicates.md (const_double_or_vector_operand):
New.
* config/sparc/sparc.c (sparc_extra_constraint_check): Handle the
'D' constraint.
* config/sparc/sparc.md (*movdf_insn_sp32_v9, *movdf_insn_sp64):
Use the 'D' constraint in addition to 'F' in some alternatives.
(DF splitter): Generalize for V64mode.
* doc/md.texi (SPARC): Document the 'D' constraint.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141644
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Thu, 6 Nov 2008 14:20:04 +0000 (14:20 +0000)]
2008-11-06 Richard Guenther <rguenther@suse.de>
* gcc.dg/c-torture/pr37969.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141642
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Thu, 6 Nov 2008 12:03:39 +0000 (12:03 +0000)]
* gcc-interface/Makefile.in (SPARC/Solaris): Use a common set of
files for the target-dependent part of the runtime.
(SPARC/Linux): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141641
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 6 Nov 2008 12:01:23 +0000 (12:01 +0000)]
* reg-stack.c (reg_to_stack): Generate +QNaN using real_nan.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141640
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Thu, 6 Nov 2008 11:51:11 +0000 (11:51 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Out_Parameter>: If not
optimizing, create a PARM_DECL pointing to the VAR_DECL for debugging
purposes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141639
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Thu, 6 Nov 2008 11:42:52 +0000 (11:42 +0000)]
* gcc-interface/misc.c (gnat_printable_name): Always return a copy
in GC memory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141638
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Thu, 6 Nov 2008 11:28:07 +0000 (11:28 +0000)]
PR ada/19419
* gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
Generate a call to memmove for an assignment between overlapping
array slices.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141637
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Thu, 6 Nov 2008 03:07:51 +0000 (03:07 +0000)]
* gcc.c: Remove ancient comment about a bug in Sun cc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141636
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 6 Nov 2008 00:16:38 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141633
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Thu, 6 Nov 2008 00:05:09 +0000 (00:05 +0000)]
gcc/
* doc/sourcebuild.texi (Torture Tests): Add ADDITIONAL_TORTURE_OPTIONS.
gcc/testsuite/
* lib/c-torture.exp: Use ADDITIONAL_TORTURE_OPTIONS if defined.
* lib/gcc-dg.exp: Ditto.
* lib/fortran-torture.exp: Ditto.
* lib/objc-torture.exp: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141630
138bc75d-0d04-0410-961f-
82ee72b054a4
meissner [Wed, 5 Nov 2008 23:45:36 +0000 (23:45 +0000)]
Fix PR 38025
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141628
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Wed, 5 Nov 2008 23:34:11 +0000 (23:34 +0000)]
* config/rs6000/rs6000.c (rs6000_override_options): Comment fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141626
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Wed, 5 Nov 2008 23:23:25 +0000 (23:23 +0000)]
* config/rs6000/rs6000.opt (mwarn-cell-microcode): Improve option
description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141625
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Wed, 5 Nov 2008 21:40:02 +0000 (21:40 +0000)]
* id.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141623
138bc75d-0d04-0410-961f-
82ee72b054a4
dnovillo [Wed, 5 Nov 2008 21:06:25 +0000 (21:06 +0000)]
* MAINTAINERS (Global Reviewers): Add myself.
(Non-Algorithmic Maintainers): Remove myself.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141622
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Wed, 5 Nov 2008 18:06:45 +0000 (18:06 +0000)]
PR target/38016
* gcc.c-torture/execute/ieee/pr38016.c,
gcc.c-torture/execute/ieee/pr38016.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141615
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Wed, 5 Nov 2008 18:04:36 +0000 (18:04 +0000)]
PR target/38016
* config/cris/cris.c (cris_order_for_addsi3): Test for !REG_P, not
just MEM_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141614
138bc75d-0d04-0410-961f-
82ee72b054a4
jamborm [Wed, 5 Nov 2008 16:06:38 +0000 (16:06 +0000)]
2008-11-05 Martin Jambor <mjambor@suse.cz>
PR middle-end/37861
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't turn
pointer arithmetics into array_ref if the array is accessed
through an indirect_ref.
* testsuite/gcc.dg/Warray-bounds-5.c: New file.
* testsuite/gcc.dg/Warray-bounds-6.c: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141613
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 5 Nov 2008 15:48:01 +0000 (15:48 +0000)]
PR c++/35219
* cp-tree.h: Fix DECL_NONSTATIC_MEMBER_P to handle member template
functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141612
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Wed, 5 Nov 2008 15:36:06 +0000 (15:36 +0000)]
2008-11-05 Paolo Carlini <paolo.carlini@oracle.com>
* Complete last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141611
138bc75d-0d04-0410-961f-
82ee72b054a4
aph [Wed, 5 Nov 2008 14:19:06 +0000 (14:19 +0000)]
2008-11-05 Andrew Haley <aph@redhat.com>
* gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning):
Return result in a float[], not a Point2D.
(performDefaultLayout): Call getKerning with a float[].
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
(getKerning): Return result in a float[], not a Point2D.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141610
138bc75d-0d04-0410-961f-
82ee72b054a4
aph [Wed, 5 Nov 2008 13:59:46 +0000 (13:59 +0000)]
2008-11-05 Andrew Haley <aph@redhat.com>
* tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude
.svn directories.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141609
138bc75d-0d04-0410-961f-
82ee72b054a4
aph [Wed, 5 Nov 2008 13:57:25 +0000 (13:57 +0000)]
2008-10-31 Andrew Haley <aph@redhat.com>
* Makefile.am (install-data-local): Correct symlink paths for
SDK-style installed JARs.
Correct symlinks for headers when DESTDIR is set.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141608
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Wed, 5 Nov 2008 13:20:29 +0000 (13:20 +0000)]
2008-11-05 Paolo Carlini <paolo.carlini@oracle.com>
* Complete last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141607
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Wed, 5 Nov 2008 12:17:10 +0000 (12:17 +0000)]
2008-11-05 Richard Guenther <rguenther@suse.de>
PR middle-end/37742
* tree-ssa.c (useless_type_conversion_p_1): Check different restrict
qualified pointer conversion before stripping qualifiers.
* gimplify.c (create_tmp_from_val): Use correctly qualified type.
* tree-flow.h (may_propagate_address_into_dereference): Declare.
* tree-ssa-ccp.c (may_propagate_address_into_dereference): New function.
(ccp_fold): Use it.
* tree-ssa-forwprop.c (rhs_to_tree): Remove useless conversions,
properly canonicalize binary ops.
(forward_propagate_addr_expr_1): Use
may_propagate_address_into_dereference.
cp/
* decl.c (start_preparsed_function): Use the correct type for
building the RESULT_DECL.
* gcc.c-torture/compile/pr37742.c: New testcase.
* g++.dg/pr37742.C: Likewise.
* gcc.dg/tree-ssa/forwprop-7.c: Check for two volatile loads.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141606
138bc75d-0d04-0410-961f-
82ee72b054a4
aph [Wed, 5 Nov 2008 10:05:03 +0000 (10:05 +0000)]
2008-11-04 Andrew Haley <aph@redhat.com>
PR java/37068
* jcf-parse.c (java_emit_static_constructor): Don't call
cgraph_build_static_cdtor. Rewrite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141604
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Wed, 5 Nov 2008 09:57:49 +0000 (09:57 +0000)]
PR middle-end/37286
* reg-stack.c (subst_stack_regs_pat) [MINUS, DIV, MULT, PLUS]:
Initialize uninitialized input registers with a NaN.
testsuite/ChangeLog:
PR middle-end/37286
* gfortran.dg/pr37286.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141603
138bc75d-0d04-0410-961f-
82ee72b054a4
redi [Wed, 5 Nov 2008 09:36:35 +0000 (09:36 +0000)]
PR libstdc++/38017
Revert:
* include/tr1_impl/functional (result_of,reference_wrapper): Update
to use C++0x features.
* testsuite/20_util/function_objects/return_types/result_of.cc: New.
* testsuite/20_util/function_objects/return_types/result_of_neg.cc:
New.
* testsuite/20_util/function_objects/return_types/result_of_ref.cc:
New.
* testsuite/20_util/reference_wrapper/24803.cc: Uncomment FIXMEs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141602
138bc75d-0d04-0410-961f-
82ee72b054a4
grosser [Wed, 5 Nov 2008 05:04:29 +0000 (05:04 +0000)]
2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
PR middle-end/37833
* graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141599
138bc75d-0d04-0410-961f-
82ee72b054a4
grosser [Wed, 5 Nov 2008 04:45:49 +0000 (04:45 +0000)]
2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
PR middle-end/37943
* graphite.c (scopdet_basic_block_info): Fix loops with multiple
exits and conditions.
* testsuite/gcc.dg/graphite/pr37943.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141598
138bc75d-0d04-0410-961f-
82ee72b054a4
redi [Wed, 5 Nov 2008 02:05:59 +0000 (02:05 +0000)]
PR libstdc++/24803
PR libstdc++/37351
* include/tr1_impl/functional (result_of,reference_wrapper): Update
to use C++0x features.
* testsuite/20_util/function_objects/return_types/result_of.cc: New.
* testsuite/20_util/function_objects/return_types/result_of_neg.cc:
New.
* testsuite/20_util/function_objects/return_types/result_of_ref.cc:
New.
* testsuite/20_util/reference_wrapper/24803.cc: Uncomment FIXMEs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141596
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 5 Nov 2008 00:16:37 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141594
138bc75d-0d04-0410-961f-
82ee72b054a4
tschwinge [Tue, 4 Nov 2008 23:32:39 +0000 (23:32 +0000)]
2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
* MAINTAINERS (Write after approval): Add myself.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141591
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Tue, 4 Nov 2008 21:17:53 +0000 (21:17 +0000)]
2008-11-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37597
* parse.c (gfc_fixup_sibling_symbols ): Fixup contained, even
when symbol not found.
2008-11-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37597
* gfortran.dg/host_assoc_call_5.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141588
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 4 Nov 2008 20:51:38 +0000 (20:51 +0000)]
PR c/35430
* c-common.c (warn_for_sign_compare): For complex result_type
use component's type.
* gcc.dg/pr35430.c: New test.
* g++.dg/warn/Wsign-compare-2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141587
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 4 Nov 2008 20:08:26 +0000 (20:08 +0000)]
* print-tree.c (print_node): Use code instead of TREE_CODE (node).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141586
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 4 Nov 2008 20:07:26 +0000 (20:07 +0000)]
* print-tree.c (print_node): Don't print DECL_INITIAL
for PARM_DECL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141585
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 4 Nov 2008 20:06:33 +0000 (20:06 +0000)]
PR c/37106
* c-common.c (parse_optimize_options): Save and restore
flag_strict_aliasing around decode_options call.
* gcc.dg/pr37106-1.c: New test.
* gcc.dg/pr37106-2.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141584
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Tue, 4 Nov 2008 18:16:17 +0000 (18:16 +0000)]
2008-11-04 Tobias Burnus <burnus@net-b.de>
PR libgomp/37935
* libgomp.texi (Runtime library routines, environment
* variables):
Update for OpenMP version 3.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141583
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Tue, 4 Nov 2008 16:56:30 +0000 (16:56 +0000)]
* configure.ac: Fix typo.
* configure: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141580
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Tue, 4 Nov 2008 13:29:43 +0000 (13:29 +0000)]
* config/i386/driver-i386.c (enum vendor_signatures): New enum.
(host_detect_local_cpu): Use it instead of casted strings to
compare vendor signatures.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141579
138bc75d-0d04-0410-961f-
82ee72b054a4
dannysmith [Tue, 4 Nov 2008 02:16:07 +0000 (02:16 +0000)]
2008-11-03 Mikael Pettersson <mikpe@it.uu.se>
PR target/37989
* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Only add libgcc_s.a
or libgcc_eh.a to spec if ENABLE_SHARED_LIBGCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141575
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 4 Nov 2008 00:16:49 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141572
138bc75d-0d04-0410-961f-
82ee72b054a4
clm [Mon, 3 Nov 2008 23:58:10 +0000 (23:58 +0000)]
* gcc.target/mips/dsp-ctrl.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141569
138bc75d-0d04-0410-961f-
82ee72b054a4
clm [Mon, 3 Nov 2008 23:55:25 +0000 (23:55 +0000)]
* config/mips.c (mips_conditional_register_usage): Handle the
DSP control register.
* doc/extend.texi: Document the DSP control register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141568
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Mon, 3 Nov 2008 23:08:28 +0000 (23:08 +0000)]
* gfortran.dg/f2003_io_1.f03: XFAIL until PR37839 is fixed.
* gfortran.dg/f2003_io_4.f03: Ditto.
* gfortran.dg/f2003_io_5.f03: Ditto.
* gfortran.dg/f2003_io_6.f03: Ditto.
* gfortran.dg/f2003_io_7.f03: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141566
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Mon, 3 Nov 2008 22:05:57 +0000 (22:05 +0000)]
PR testsuite/37241
* g++.dg/abi/key2.C: Adjust regexps to allow __ZTV1f and __ZTI1f
sharing one .section directive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141565
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Mon, 3 Nov 2008 21:59:36 +0000 (21:59 +0000)]
PR target/37812
* gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort
if __PPU__ isn't defined.
* lib/target-supports.exp (check_effective_target_powerpc_ppu_ok):
New.
* gcc.target/powerpc/altivec-cell-8.c: Use powerpc_ppu_ok.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141564
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Mon, 3 Nov 2008 21:47:44 +0000 (21:47 +0000)]
* omp-low.c (expand_omp_for_generic): If iter_type has different
precision than type and type is a pointer type, cast n1 and n2
first to an integer type with the same precision as pointers
and only afterwards to iter_type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141563
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 3 Nov 2008 20:14:57 +0000 (20:14 +0000)]
gcc/
* config/arm/arm.md (UNSPEC_PIC_BASE): Update documentation.
(UNSPEC_GOTSYM_OFF): New unspec.
(pic_add_dot_plus_four): Simplify the UNSPEC_PIC_BASE operands.
(pic_add_dot_plus_eight): Likewise.
(tls_load_dot_plus_eight): Likewise. Update peephole2.
* config/arm/thumb2.md (pic_load_dot_plus_four): Simplify the
UNSPEC_PIC_BASE operands.
* config/arm/arm.c (arm_load_pic_register): Use UNSPEC_GOTSYM_OFF.
(arm_output_addr_const_extra): Handle it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141560
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Mon, 3 Nov 2008 20:05:45 +0000 (20:05 +0000)]
* config/i386/i386.c (classify_argument) <ARRAY_TYPE>: Promote partial
integer class to full integer class if the offset is not word-aligned.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141559
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 3 Nov 2008 20:01:11 +0000 (20:01 +0000)]
2008-11-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR rtl-opt/37782
* loop-doloop.c (doloop_modify): Add from_mode argument that says what
mode count is in.
(doloop_optimize): Update call to doloop_modify.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141558
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Mon, 3 Nov 2008 19:55:54 +0000 (19:55 +0000)]
* tree-sra.c (bitfield_overlaps_p): Fix oversight.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141556
138bc75d-0d04-0410-961f-
82ee72b054a4
ro [Mon, 3 Nov 2008 19:03:28 +0000 (19:03 +0000)]
PR other/37463
* configure.ac (gcc_cv_ld_ro_rw_mix): Move before
gcc_cv_as_cfi_directive.
(gcc_cv_as_cfi_directive) [*-*-solaris*]: Check if linker supports
merging read-only and read-write sections or assembler emits
read-write .eh_frame sections.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141555
138bc75d-0d04-0410-961f-
82ee72b054a4
froydnj [Mon, 3 Nov 2008 18:19:13 +0000 (18:19 +0000)]
Revert:
2008-10-31 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/rs6000.c (no_global_regs_above): Fix precedence
problem.
(rs6000_emit_prologue): Invert logic.
* config/rs6000/rs6000.md (*save_gpregs_<mode>): Use explicit
(reg:P 11) instead of match_operand.
(*save_fpregs_<mode>): Likewise.
(*restore_gpregs_<mode>): Likewise.
(*return_and_restore_gpregs_<mode>): Likewise.
(*return_and_restore_fpregs_<mode>): Likewise.
* config/rs6000/spe.md (*save_gpregs_spe): Use explicit
(reg:P 11) insted of match_operand.
(*restore_gpregs_spe): Likewise.
(*return_and_restore_gpregs_spe): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141554
138bc75d-0d04-0410-961f-
82ee72b054a4
hjl [Mon, 3 Nov 2008 18:15:42 +0000 (18:15 +0000)]
Correct ChangeLog entry for revision r141440 and remove white spaces.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141553
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Mon, 3 Nov 2008 16:43:02 +0000 (16:43 +0000)]
2008-11-03 Harsha Jagasia <harsha.jagasia@amd.com>
PR tree-optimization/37684
* gcc.dg/graphite/pr37684.c: New.
* graphite.c (exclude_component_ref): New.
(is_simple_operand): Call exclude_component_ref.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141551
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Mon, 3 Nov 2008 16:35:13 +0000 (16:35 +0000)]
2008-11-03 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/36908
* testsuite/gcc.dg/tree-ssa/pr36908.c: New.
* tree-loop-distribution.c (number_of_rw_in_rdg): New.
(number_of_rw_in_partition): New.
(partition_contains_all_rw): New.
(ldist_gen): Do not distribute when one of the partitions
contains all the memory operations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141550
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Mon, 3 Nov 2008 16:17:33 +0000 (16:17 +0000)]
2008-11-03 Sebastian Pop <sebastian.pop@amd.com>
* cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and
EDGE_IRREDUCIBLE_LOOP.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141549
138bc75d-0d04-0410-961f-
82ee72b054a4
bernds [Mon, 3 Nov 2008 14:28:35 +0000 (14:28 +0000)]
* config/bfin/bfin.c (bfin_optimize_loop): Properly handle case
where we have one entry point in the loop which isn't the head.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141548
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Mon, 3 Nov 2008 12:32:52 +0000 (12:32 +0000)]
2008-11-03 Richard Guenther <rguenther@suse.de>
PR middle-end/37573
* tree-data-ref.c (split_constant_offset_1): Fix tuplification.
* gcc.c-torture/execute/pr37573.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141547
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 3 Nov 2008 10:23:38 +0000 (10:23 +0000)]
2008-11-03 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
iter_type, ios_base&, ios_base::iostate&, bool&): Tidy.
* testsuite/22_locale/num_get/get/char/37958.cc: Extend.
* testsuite/22_locale/num_get/get/wchar_t/37958.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141546
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Mon, 3 Nov 2008 08:42:10 +0000 (08:42 +0000)]
PR middle-end/37858
* passes.c (execute_one_pass): Don't look at cfun->curr_properties
for ipa and simple ipa passes.
* gcc.dg/pr37858.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141545
138bc75d-0d04-0410-961f-
82ee72b054a4
burnus [Mon, 3 Nov 2008 07:20:24 +0000 (07:20 +0000)]
2008-11-03 Tobias Burnus <burnus@net-b.de>
PR fortran/37821
* cpp.c (gfc_cpp_add_include_path): Use BRACKET.
* scanner.c (add_path_to_list): Argument to add at head.
(gfc_add_include_path): Add new argument.
(gfc_add_intrinsic_modules_path) Update call.
(load_file): Print filename/line in the error message.
* gfortran.h (gfc_add_include_path): Update prototype.
* options.c (gfc_post_options,gfc_handle_module_path_options,
gfc_handle_option): Update call.
* lang-spec.h (F951_OPTIONS): Don't insert include path twice.
* arith.c (arith_error): Add -fno-range-error to the message.
2008-11-03 Tobias Burnus <burnus@net-b.de>
PR fortran/37821
* gfortran.dg/include_4.f90: New.
* gfortran.dg/include_5.f90: New.
* gfortran.dg/include_4.inc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141544
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Mon, 3 Nov 2008 06:44:47 +0000 (06:44 +0000)]
2008-11-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37445
* resolve.c (resolve_actual_arglist ): Correct comparison of
FL_VARIABLE with e->expr_type.
(resolve_call): Check that host association is correct.
(resolve_actual_arglist ): Remove return is old_sym is use
associated. Only reparse expression if old and new symbols
have different types.
PR fortran/PR35769
* resolve.c (gfc_resolve_assign_in_forall): Change error to a
warning.
2008-11-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37445
* gfortran.dg/host_assoc_call_3.f90: New test.
* gfortran.dg/host_assoc_call_4.f90: New test.
* gfortran.dg/host_assoc_function_4.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141543
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 3 Nov 2008 00:16:37 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141541
138bc75d-0d04-0410-961f-
82ee72b054a4
krebbel [Sun, 2 Nov 2008 18:42:04 +0000 (18:42 +0000)]
2008-11-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
PR target/37977
* gcc-interface/Makefile.in: Add multilib handling for
s390-linux and s390x-linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141537
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sun, 2 Nov 2008 16:16:09 +0000 (16:16 +0000)]
* id.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141535
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Sun, 2 Nov 2008 15:26:04 +0000 (15:26 +0000)]
2008-11-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/37542
* tree-ssa-pre.c (fully_constant_expression): Handle more cases.
* tree-ssa-sccvn.c (vn_get_expr_for): Fix typo.
(vn_nary_op_lookup_stmt): Adjust for unary reference trees.
(vn_nary_op_insert_stmt): Likewise.
(visit_use): Likewise.
* gcc.dg/tree-ssa/ssa-pre-22.c: New testcase.
* gcc.c-torture/compile/
20081101-1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141534
138bc75d-0d04-0410-961f-
82ee72b054a4