gcc.git
14 years agore PR testsuite/41856 (g++.dg/lookup/extern-c-redecl[3,4] .C should be target specific)
Dodji Seketeli [Mon, 2 Nov 2009 22:58:07 +0000 (22:58 +0000)]
re PR testsuite/41856 (g++.dg/lookup/extern-c-redecl[3,4] .C should be target specific)

Fix PR c++/41856

PR c++/41856
* g++.dg/lookup/extern-c-redecl3.C: Make the test x86
only.
* g++.dg/lookup/extern-c-redecl4.C: Likewise.

From-SVN: r153829

14 years agoForgot files from r153825
Janne Blomqvist [Mon, 2 Nov 2009 22:14:20 +0000 (00:14 +0200)]
Forgot files from r153825

From-SVN: r153827

14 years agoSplit up io/io.h
Janne Blomqvist [Mon, 2 Nov 2009 21:52:59 +0000 (23:52 +0200)]
Split up io/io.h

From-SVN: r153825

14 years agore PR libffi/41908 (closures fail for some structure arguments containing floats)
Andreas Tobler [Mon, 2 Nov 2009 21:18:17 +0000 (21:18 +0000)]
re PR libffi/41908 (closures fail for some structure arguments containing floats)

2009-11-02  Andreas Tobler  <a.tobler@schweiz.org>

PR libffi/41908
* testsuite/libffi.call/testclosure.c: New test.

From-SVN: r153824

14 years agore PR c++/37093 (ICE with pointer to member template parameters)
Dodji Seketeli [Mon, 2 Nov 2009 19:55:02 +0000 (19:55 +0000)]
re PR c++/37093 (ICE with pointer to member template parameters)

Fix PR c++/37093

gcc/cp/ChangeLog:

PR c++/37093
* pt.c (check_valid_ptrmem_cst_expr): New function.
(convert_nontype_argument): Use it to output an error for
illegal pointer to member expressions used as template arguments.

gcc/testsuite/ChangeLog:

PR c++/37093
* g++.dg/other/ptrmem10.C: New test.
* g++.dg/other/ptrmem11.C: Likewise.

From-SVN: r153822

14 years agore PR testsuite/41878 (ERROR: gfortran.dg/vect/vect-2.f90)
Janis Johnson [Mon, 2 Nov 2009 19:32:05 +0000 (19:32 +0000)]
re PR testsuite/41878 (ERROR: gfortran.dg/vect/vect-2.f90)

PR testsuite/41878
* gfortran.dg/vect/vect-2.f90: Fix effective-target expression, add
spaces in some expressions.

From-SVN: r153821

14 years agoWork with defaulted $prefix (NONE) in libjava.
Ralf Wildenhues [Mon, 2 Nov 2009 18:52:08 +0000 (18:52 +0000)]
Work with defaulted $prefix (NONE) in libjava.

libjava/:
PR bootstrap/38867
* configure.ac (expanded_prefix): New variable, set to the
default prefix if none was passed on the command line.
* configure: Regenerate.

From-SVN: r153820

14 years ago* c-c++-common/dfp/pr35620.c: Give the union a name.
Jason Merrill [Mon, 2 Nov 2009 16:52:57 +0000 (11:52 -0500)]
* c-c++-common/dfp/pr35620.c: Give the union a name.

From-SVN: r153818

14 years agoRestrict DR 757 change to C++0x mode.
Jason Merrill [Mon, 2 Nov 2009 16:14:26 +0000 (11:14 -0500)]
Restrict DR 757 change to C++0x mode.

* decl2.c (mark_used): Check cxx_dialect.
* decl.c (grokfndecl): Do check type linkage in C++98 mode.
(grokvardecl): Likewise.
* pt.c (check_instantiated_arg): Likewise.

From-SVN: r153816

14 years agore PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)
Ulrich Weigand [Mon, 2 Nov 2009 14:30:39 +0000 (14:30 +0000)]
re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)

gcc/
PR tree-optimization/41857
* tree-flow.h (rewrite_use_address): Add BASE_HINT argument.
* tree-ssa-loop-ivopts.c (rewrite_use_address): Pass base hint
to create_mem_ref.
* tree-ssa-address.c (move_hint_to_base): New function.
(most_expensive_mult_to_index): Add TYPE argument.  Use mode and
address space associated with TYPE.
(addr_to_parts): Add TYPE and BASE_HINT arguments.  Pass TYPE to
most_expensive_mult_to_index.  Call move_hint_to_base.
(create_mem_ref): Add BASE_HINT argument.  Pass BASE_HINT and
TYPE to addr_to_parts.

gcc/testsuite/
PR tree-optimization/41857
* gcc.target/spu/ea/pr41857.c: New file.

From-SVN: r153810

14 years agore PR tree-optimization/41750 (IPA-SRA is broken)
Martin Jambor [Mon, 2 Nov 2009 14:13:49 +0000 (15:13 +0100)]
re PR tree-optimization/41750 (IPA-SRA is broken)

2009-11-02  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/41750
* tree-sra.c (analyze_modified_params): Loop over all
representatives of components of a parameter.

* testsuite/gcc.c-torture/execute/pr41750.c: New test.

From-SVN: r153809

14 years agore PR tree-optimization/41841 (segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole...
Jakub Jelinek [Mon, 2 Nov 2009 13:57:13 +0000 (14:57 +0100)]
re PR tree-optimization/41841 (segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole-program -fprofile-generate')

PR tree-optimization/41841
* ipa-struct-reorg.c (build_data_structure): Don't attempt to look at
local variables of not yet materialized clones.

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

From-SVN: r153807

14 years agore PR debug/41893 (ICE with -combine and debug)
Jakub Jelinek [Mon, 2 Nov 2009 13:55:41 +0000 (14:55 +0100)]
re PR debug/41893 (ICE with -combine and debug)

PR debug/41893
* cfgexpand.c (expand_debug_expr): Don't attempt to create DECL_RTL
for a VOIDmode variable.

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

From-SVN: r153806

14 years agore PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_visibility...
Jakub Jelinek [Mon, 2 Nov 2009 13:39:46 +0000 (14:39 +0100)]
re PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_visibility at c-pragma.c:757)

PR c++/41774
* c-pragma.c (visstack): Change into vector of ints rather than
enum symbol_visibility.
(push_visibility): Add kind argument, push default_visibility together
with kind.
(pop_visibility): Add kind argument, return true if successful, fail
if visibility stack is empty or if stack top is of different kind.
(handle_pragma_visibility): Don't check length of visstack, instead
call pop_visibility and issue diagnostics if it failed.  Pass 0
as last argument to push_visibility and pop_visibility.
* c-pragma.h (push_visibility): Add kind argument.
(pop_visibility): Likewise.  Return bool instead of void.

* name-lookup.c (handle_namespace_attrs): Pass 1 as last argument to
push_visibility.
* parser.c (cp_parser_namespace_definition): Pass 1 as argument to
pop_visibility.
* rtti.c (push_abi_namespace): Pass 2 as last argument to
push_visibility.
(pop_abi_namespace): Pass 2 as argument to pop_visibility.

* g++.dg/ext/visibility/namespace3.C: New test.

From-SVN: r153805

14 years agorestrict-1.c: Move to c-c++-common.
Jason Merrill [Mon, 2 Nov 2009 02:46:35 +0000 (21:46 -0500)]
restrict-1.c: Move to c-c++-common.

* gcc.dg/tree-ssa/restrict-1.c: Move to c-c++-common.
* gcc.dg/tree-ssa/restrict-2.c: Move to c-c++-common.
* gcc.dg/tree-ssa/restrict-4.c: Move to c-c++-common.

From-SVN: r153800

14 years agoDaily bump.
GCC Administrator [Mon, 2 Nov 2009 00:16:53 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r153799

14 years agotree.def (TARGET_MEM_REF): Update comment.
Eric Botcazou [Sun, 1 Nov 2009 22:12:07 +0000 (22:12 +0000)]
tree.def (TARGET_MEM_REF): Update comment.

* tree.def (TARGET_MEM_REF): Update comment.
* alias.c (get_alias_set): Retrieve the original memory reference for
a TARGET_MEM_REF before proceeding.

From-SVN: r153796

14 years ago[multiple changes]
Tobias Burnus [Sun, 1 Nov 2009 17:46:50 +0000 (18:46 +0100)]
[multiple changes]

2009-11-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * trans-decl.c (gfc_trans_deferred_vars): Do not nullify
        autodeallocated allocatable scalars at the end of scope.
        (gfc_generate_function_code): Fix indention.
        * trans-expr.c (gfc_conv_procedure_call): For allocatable
        scalars, fix calling by reference and autodeallocating
        of intent out variables.

2009-11-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * gfortran.dg/allocatable_scalar_4.f90: New test.

From-SVN: r153795

14 years agore PR fortran/41850 (Wrong-code with optional allocatable arrays)
Tobias Burnus [Sun, 1 Nov 2009 12:43:42 +0000 (13:43 +0100)]
re PR fortran/41850 (Wrong-code with optional allocatable arrays)

2009-11-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41850
        * trans-expr.c (gfc_conv_procedure_call): Deallocate intent-out
        variables only when present. Remove unneccessary present check.

2009-11-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41850
        * gfortran.dg/intent_out_6.f90: New testcase.

From-SVN: r153793

14 years agotree.c (cv_unqualified): New fn.
Jason Merrill [Sun, 1 Nov 2009 05:07:00 +0000 (01:07 -0400)]
tree.c (cv_unqualified): New fn.

* tree.c (cv_unqualified): New fn.
* cp-tree.h: Declare it.
* typeck.c (decay_conversion): Use it instead of TYPE_MAIN_VARIANT.

From-SVN: r153790

14 years ago* rtti.c (tinfo_name): Fix lengths for private case.
Jason Merrill [Sun, 1 Nov 2009 05:06:52 +0000 (01:06 -0400)]
* rtti.c (tinfo_name): Fix lengths for private case.

From-SVN: r153789

14 years agore PR c++/41754 (initializer list internal compiler segfault)
Jason Merrill [Sun, 1 Nov 2009 05:06:42 +0000 (01:06 -0400)]
re PR c++/41754 (initializer list internal compiler segfault)

PR c++/41754
* call.c (compare_ics): Avoid bad union use when
comparing two ck_lists.

From-SVN: r153788

14 years agochrono (struct __common_rep_type): New.
Paolo Carlini [Sun, 1 Nov 2009 00:35:40 +0000 (00:35 +0000)]
chrono (struct __common_rep_type): New.

2009-10-31  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/chrono (struct __common_rep_type): New.
(duration_cast(const duration<>&),
duration<>::duration(const _Rep2&),
duration<>::duration(const duration<>&),
operator*(const duration<>&, const _Rep2&),
operator*(const _Rep1&, const duration<>&),
operator/(const duration<>&, const _Rep2&),
time_point_cast(const time_point<>&)): Implement resolution of
DR 1177 ([Ready] in Santa Cruz), change to not participate to
overload resolution if the constraints are not met.
* testsuite/20_util/duration/cons/1_neg.cc: Adjust dg-errors.
* testsuite/20_util/duration/cons/dr974.cc: Likewise.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust
dg-error line numbers.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.

From-SVN: r153787

14 years agoDaily bump.
GCC Administrator [Sun, 1 Nov 2009 00:16:47 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r153786

14 years agofrv.c (frv_function_value, [...]): New functions.
Anatoly Sokolov [Sat, 31 Oct 2009 22:35:53 +0000 (01:35 +0300)]
frv.c (frv_function_value, [...]): New functions.

* config/frv/frv.c (frv_function_value, frv_libcall_value,
frv_function_value_regno_p): New functions.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare.
* config/frv/frv.h: (FUNCTION_VALUE, LIBCALL_VALUE): Remove.
(FUNCTION_VALUE_REGNO_P): Redefine, use frv_function_value_regno_p.
* config/frv/frv-protos.h (frv_function_value_regno_p): Declare.

From-SVN: r153783

14 years agomn10300.c (mn10300_function_value): Make static, add new 'outgoing' argument.
Anatoly Sokolov [Sat, 31 Oct 2009 21:56:14 +0000 (00:56 +0300)]
mn10300.c (mn10300_function_value): Make static, add new 'outgoing' argument.

* config/mn10300/mn10300.c (mn10300_function_value): Make static, add
new 'outgoing' argument.
(mn10300_libcall_value, mn10300_function_value_regno_p): New
functions.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare.
* config/mn10300/mn10300.h: (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
LIBCALL_VALUE): Remove.
(FUNCTION_VALUE_REGNO_P): Redefine, use mn10300_function_value_regno_p.
* config/mn10300/mn10300-protos.h (mn10300_function_value): Remove.
(mh10300_function_value_regno_p): Declare.

From-SVN: r153782

14 years agoA9 integer pipeline description.
Ramana Radhakrishnan [Sat, 31 Oct 2009 16:40:03 +0000 (16:40 +0000)]
A9 integer pipeline description.

2009-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/cortex-a9.md: New - integer pipeline description.

From-SVN: r153779

14 years agotree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the sizes...
Eric Botcazou [Sat, 31 Oct 2009 15:42:14 +0000 (15:42 +0000)]
tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the sizes of the two references don't match.

* tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of
aborting if the sizes of the two references don't match.

From-SVN: r153777

14 years agoipa-inline.c (cgraph_decide_inlining): Include reason for not inlining called-once...
Toon Moene [Sat, 31 Oct 2009 13:51:48 +0000 (13:51 +0000)]
ipa-inline.c (cgraph_decide_inlining): Include reason for not inlining called-once functions in dump file.

2009-10-31  Toon Moene  <toon@moene.org>

* ipa-inline.c (cgraph_decide_inlining):
Include reason for not inlining called-once functions in dump file.

From-SVN: r153776

14 years agointro.xml: Refer to our bugs page instead of Bugzilla directly.
Gerald Pfeifer [Sat, 31 Oct 2009 12:00:44 +0000 (12:00 +0000)]
intro.xml: Refer to our bugs page instead of Bugzilla directly.

* doc/xml/manual/intro.xml: Refer to our bugs page instead of
Bugzilla directly.

From-SVN: r153775

14 years agore PR target/41885 (AVR Rotate patterns do not correctly consider overlap.)
Andy Hutchinson [Sat, 31 Oct 2009 00:38:10 +0000 (00:38 +0000)]
re PR target/41885 (AVR Rotate patterns do not correctly consider overlap.)

PR target/41885
* gcc.target/avr/torture/pr41885.c: New test.

From-SVN: r153773

14 years agoDaily bump.
GCC Administrator [Sat, 31 Oct 2009 00:18:33 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r153772

14 years agoPR libfortran/41219 Fix build warnings
Janne Blomqvist [Fri, 30 Oct 2009 22:37:47 +0000 (00:37 +0200)]
PR libfortran/41219 Fix build warnings

From-SVN: r153769

14 years agomangle.c (mangle_type_string_for_rtti): Reapply 153734.
Jerry Quinn [Fri, 30 Oct 2009 22:23:59 +0000 (22:23 +0000)]
mangle.c (mangle_type_string_for_rtti): Reapply 153734.

/gcc/cp
2009-10-30  Jerry Quinn  <jlquinn@optonline.net>

* mangle.c (mangle_type_string_for_rtti): Reapply 153734.
(needs_fake_anon): Likewise.
(write_name): Likewise.
(write_nested_name): Likewise.
* cp-tree.h (mangle_type_string_for_rtti): Likewise.
(get_anonymous_namespace): Likewise.
* name-lookup.c (get_anonymous_namespace_name): Likewise.
* rtti.c (tinfo_name): Likewise, with +1 in the second
build_string call fixed.
(tinfo_base_init): Likewise.

libstdc++/
2009-10-30  Jerry Quinn  <jlquinn@optonline.net>

* libsupc++/tinfo.cc (operator=(const type_info&)): Reapply 153734.
* libsupc++/typeinfo (type_info::name()): Likewise.
* libsupc++/tinfo2.cc (before):  Likewise.

From-SVN: r153768

14 years agorandom.h: Fix typo in static_assert text.
Paolo Carlini [Fri, 30 Oct 2009 21:31:23 +0000 (21:31 +0000)]
random.h: Fix typo in static_assert text.

2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/random.h: Fix typo in static_assert text.

From-SVN: r153767

14 years agolinux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added.
Daniel Gutson [Fri, 30 Oct 2009 20:03:09 +0000 (20:03 +0000)]
linux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added.

* config/arm/linux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added.
* config/arm/bpapi.h (BE8_LINK_SPEC): New define.
(LINK_SPEC): BE_LINK_SPEC added.

From-SVN: r153766

14 years agorevert: decl.c (cp_fname_init): Correct build_string argument.
Jason Merrill [Fri, 30 Oct 2009 18:45:25 +0000 (14:45 -0400)]
revert: decl.c (cp_fname_init): Correct build_string argument.

Revert:
* decl.c (cp_fname_init): Correct build_string argument.

From-SVN: r153765

14 years agore PR lto/41871 (lto-plugin gives: could not open/create temporary file)
Rafael Avila de Espindola [Fri, 30 Oct 2009 18:29:37 +0000 (18:29 +0000)]
re PR lto/41871 (lto-plugin gives: could not open/create temporary file)

2009-10-30  Rafael Avila de Espindola  <espindola@google.com>

PR41871
* lto-plugin.c (claim_file_handler): Close files that we created.

From-SVN: r153764

14 years agore PR libstdc++/41759 ([C++0x] <random> static_assert phrasing should be positive)
Paolo Carlini [Fri, 30 Oct 2009 17:39:18 +0000 (17:39 +0000)]
re PR libstdc++/41759 ([C++0x] <random> static_assert phrasing should be positive)

2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/41759
* include/bits/random.h: Tweak a bit the text of some static_asserts.

From-SVN: r153762

14 years agoconfigure.ac: Disable target-winsup & co for x86_64-*-mingw* and *-w64-mingw* targets.
Kai Tietz [Fri, 30 Oct 2009 16:47:40 +0000 (16:47 +0000)]
configure.ac: Disable target-winsup & co for x86_64-*-mingw* and *-w64-mingw* targets.

2009-10-30  Kai Tietz  <kai.tietz@onevision.com>

        * configure.ac: Disable target-winsup & co for
        x86_64-*-mingw* and *-w64-mingw* targets.
        * configure: Regenerated.

From-SVN: r153761

14 years agore PR lto/41858 (-flto -O2 crashes when many source files.)
Richard Guenther [Fri, 30 Oct 2009 15:58:57 +0000 (15:58 +0000)]
re PR lto/41858 (-flto -O2 crashes when many source files.)

2009-10-30  Richard Guenther  <rguenther@suse.de>

PR lto/41858
* lto-streamer.h (struct lto_file_decl_data): Remove fd member.

lto/
* lto.c (lto_file_read): Do not set file_data->fd.
(lto_read_section_data): Use a single-entry file-descriptor cache.
Do not check the result of xmalloc.
(free_section_data): Do not use file_data->fd.
(lto_read_all_file_options): Likewise.

From-SVN: r153758

14 years agoutils.c (MAX_FIXED_MODE_SIZE): Delete.
Eric Botcazou [Fri, 30 Oct 2009 15:08:27 +0000 (15:08 +0000)]
utils.c (MAX_FIXED_MODE_SIZE): Delete.

* gcc-interface/utils.c (MAX_FIXED_MODE_SIZE): Delete.
(create_field_decl): Update description.  In a packed record, round
the size up to a byte boundary only if the field's type has BLKmode.
* gcc-interface/gigi.h (create_field_decl): Update description.

From-SVN: r153755

14 years agoFix a typo.
H.J. Lu [Fri, 30 Oct 2009 14:57:57 +0000 (07:57 -0700)]
Fix a typo.

From-SVN: r153754

14 years agotarget-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
Nathan Sidwell [Fri, 30 Oct 2009 14:55:10 +0000 (14:55 +0000)]
target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.

* target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
* config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): Remove unused
label.

From-SVN: r153753

14 years ago* lib/target-supports.exp: Handle powerpc-*-elf.
Andrew Jenner [Fri, 30 Oct 2009 14:53:53 +0000 (14:53 +0000)]
* lib/target-supports.exp: Handle powerpc-*-elf.

From-SVN: r153752

14 years agotree-sra.c (build_ref_for_offset_1): Remove a comment.
Martin Jambor [Fri, 30 Oct 2009 14:38:48 +0000 (15:38 +0100)]
tree-sra.c (build_ref_for_offset_1): Remove a comment.

2009-10-30  Martin Jambor  <mjambor@suse.cz>

* tree-sra.c (build_ref_for_offset_1): Remove a comment.

From-SVN: r153751

14 years agoOptimize -mstackrealign.
H.J. Lu [Fri, 30 Oct 2009 14:32:26 +0000 (07:32 -0700)]
Optimize -mstackrealign.

gcc/

2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40836
* cfgexpand.c (expand_stack_alignment): Call update_stack_boundary
first.  Move assert on stack_alignment_estimated just before
setting stack_realign_needed.
(gimple_expand_cfg): Initialize stack_alignment_estimated to 0.
Don't call update_stack_boundary.

* config/i386/i386.c (ix86_minimum_incoming_stack_boundary): New.
(verride_options): Don't check ix86_force_align_arg_pointer here.
(ix86_function_ok_for_sibcall): Use it.
(ix86_update_stack_boundary): Likewise.

* config/i386/i386.h (STACK_REALIGN_DEFAULT): Update comments.

gcc/testsuite/

2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40838
* gcc.target/i386/incoming-6.c: New.
* gcc.target/i386/incoming-7.c: Likewise.
* gcc.target/i386/incoming-8.c: Likewise.
* gcc.target/i386/incoming-9.c: Likewise.
* gcc.target/i386/incoming-10.c: Likewise.
* gcc.target/i386/incoming-11.c: Likewise.
* gcc.target/i386/incoming-12.c: Likewise.
* gcc.target/i386/incoming-13.c: Likewise.
* gcc.target/i386/incoming-14.c: Likewise.
* gcc.target/i386/incoming-15.c: Likewise.
* gcc.target/i386/pr37843-4.c: Likewise.

From-SVN: r153750

14 years ago[multiple changes]
Arnaud Charlet [Fri, 30 Oct 2009 13:58:19 +0000 (14:58 +0100)]
[multiple changes]

2009-10-30  Emmanuel Briot  <briot@adacore.com>

* make.adb (Start_Compile_If_Possible): Compute location of resulting
ALI file in this procedure instead of after the compilation itself,
since the current directory might have changed in between when using
-j<n>.

* osint.ads: Addded missing alignment clause.

* adaint.c, adaint.h, osint.adb (__gnat_reset_attributes,
__gnat_size_of_file_attributes): Rename reset_attributes and
size_of_file_attributes.

2009-10-30  Javier Miranda  <miranda@adacore.com>

* sem_scil.adb (Adjust_SCIL_Node): Add missing management of sequences
of statements when searching for SCIL nodes.

2009-10-30  Tristan Gingold  <gingold@adacore.com>

* gnatlink.adb, link.c: By default use shared libgcc on darwin.

From-SVN: r153749

14 years ago[multiple changes]
Arnaud Charlet [Fri, 30 Oct 2009 13:49:17 +0000 (14:49 +0100)]
[multiple changes]

2009-10-30  Emmanuel Briot  <briot@adacore.com>

* make.adb, osint.adb (Add_Lib_Search_Dir): Do not add if dir is
already in the list.
This saves system calls when looking for ALI files
(Scan_Make_Args): The parameter to gnatmake's -D is now converted to an
absolute PATH (so that the above improvement properly occurs if both
-D<dir> and -aO<dir> are specified).

2009-10-30  Thomas Quinot  <quinot@adacore.com>

* a-direct.adb: Minor reformatting

From-SVN: r153748

14 years ago2009-10-30 Emmanuel Briot <briot@adacore.com>
Emmanuel Briot [Fri, 30 Oct 2009 13:44:40 +0000 (13:44 +0000)]
2009-10-30  Emmanuel Briot  <briot@adacore.com>

* make.adb, adaint.c, adaint.h, osint.adb, osint.ads, bcheck.adb
(*_attr): new subprograms.
(File_Length, File_Time_Stamp, Is_Writable_File): new subprograms
(Read_Library_Info_From_Full, Full_Library_Info_Name,
Full_Source_Name): Now benefit from a previous cache of the file
attributes, to further save on system calls.
(Smart_Find_File): now also cache the file attributes. This makes the
package File_Stamp_Hash_Table useless, and it was removed.
(Compile_Sources): create subprograms for the various steps of the main
loop, for readibility and to avoid sharing variables between the
various steps.

From-SVN: r153747

14 years agomake.adb, [...] (Library_File_Stamp): Removed, since unused.
Emmanuel Briot [Fri, 30 Oct 2009 13:36:19 +0000 (13:36 +0000)]
make.adb, [...] (Library_File_Stamp): Removed, since unused.

2009-10-30  Emmanuel Briot  <briot@adacore.com>

* make.adb, osint.adb, osint.ads (Library_File_Stamp): Removed, since
unused.
(Read_Library_Info_From_Full): New subprogram.

From-SVN: r153746

14 years agoRemove executable property.
Arnaud Charlet [Fri, 30 Oct 2009 13:30:32 +0000 (14:30 +0100)]
Remove executable property.

From-SVN: r153745

14 years ago[multiple changes]
Arnaud Charlet [Fri, 30 Oct 2009 13:27:40 +0000 (14:27 +0100)]
[multiple changes]

2009-10-30  Robert Dewar  <dewar@adacore.com>

* a-tideio.adb: Minor reformatting
* a-wtdeio.adb, a-ztdeio.adb: Update comments, code clean up.

* a-reatim.adb, a-tideau.adb, a-ngelfu.adb, a-ztdeau.adb, a-ngrear.adb,
a-wtedit.adb, a-ststio.adb, a-ztedit.adb: Minor code reorganization
(use conditional expressions).

2009-10-30  Ed Schonberg  <schonberg@adacore.com>

* gnat_ugn.texi: Additional info on gnatw.i and gnatw.I

* sem_case.adb: Improved error message.

2009-10-30  Emmanuel Briot  <briot@adacore.com>

* a-direct.adb, gnatcmd.adb, gnatname.adb, makeutl.adb, opt.ads,
osint.adb, prj-ext.adb, switch-m.adb (Follow_Links_For_Dirs): Now
defaults to False, and controlled by -eL.
* a-direct.adb: Add comments.
* osint.adb (File_Stamp): Avoid unneeded duplicate system call

From-SVN: r153744

14 years agotype_traits (__is_convertible_simple): Remove.
Paolo Carlini [Fri, 30 Oct 2009 13:12:08 +0000 (13:12 +0000)]
type_traits (__is_convertible_simple): Remove.

2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (__is_convertible_simple): Remove.
(__is_convertible_helper): Adjust.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
dg-error line numbers.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.

From-SVN: r153743

14 years agotinfo.cc (operator=(const type_info&)): Revert 153734.
Jerry Quinn [Fri, 30 Oct 2009 12:20:38 +0000 (12:20 +0000)]
tinfo.cc (operator=(const type_info&)): Revert 153734.

2009-10-30  Jerry Quinn  <jlquinn@optonline.net>

* libsupc++/tinfo.cc (operator=(const type_info&)): Revert 153734.
* libsupc++/typeinfo (type_info::name()): Likewise.
* libsupc++/tinfo2.cc (before):  Likewise.

2009-10-30  Jerry Quinn  <jlquinn@optonline.net>

* mangle.c (mangle_type_string_for_rtti): Revert 153734.
(needs_fake_anon): Likewise.
(write_name): Likewise.
(write_nested_name): Likewise.
* cp-tree.h (mangle_type_string_for_rtti): Likewise.
(get_anonymous_namespace): Likewise.
* name-lookup.c (get_anonymous_namespace_name): Likewise.
* rtti.c (tinfo_name): Likewise.
(tinfo_base_init): Likewise.

From-SVN: r153742

14 years ago[multiple changes]
Arnaud Charlet [Fri, 30 Oct 2009 12:02:11 +0000 (13:02 +0100)]
[multiple changes]

2009-10-30  Robert Dewar  <dewar@adacore.com>

* sem_res.adb (Resolve_Type_Conversion): Avoid false positive when
converting non-static subtype to "identical" static subtype.

2009-10-30  Ed Schonberg  <schonberg@adacore.com>

* usage.adb: Add -gnatw.i switch.

2009-10-30  Vincent Celier  <celier@adacore.com>

* xsnamest.adb: Update comments with regards to the template files
snames.*.tmpl

From-SVN: r153741

14 years ago[multiple changes]
Arnaud Charlet [Fri, 30 Oct 2009 11:57:55 +0000 (12:57 +0100)]
[multiple changes]

2009-10-30  Bob Duff  <duff@adacore.com>

* s-fileio.adb (Errno_Message): Suppress VMS-specific warning.

2009-10-30  Ed Schonberg  <schonberg@adacore.com>

* sem_case.adb (Check_Choices): Add explanatory message when there are
missing alternatives when the required range of alternatives is given
by the base type of the case expression or discriminant in a variant
part.

* opt.ads: New flag Warn_On_Overlap, to enable warnings on potentially
dangerous overlap between actuals in a call, activated by -gnatw.i
* sem_warn.adb (Set_Dot_Warning_Switch): set flag.
(Warn_On_Overlapping_Actuals): use new flag.

* gnat_ugn.texi: Document -gnatw.i, warning on overlapping actuals

2009-10-30  Robert Dewar  <dewar@adacore.com>

* exp_aggr.adb, exp_ch9.adb: Minor reformatting

From-SVN: r153740

14 years agoarm.md (QHSI): New mode iterator.
Richard Earnshaw [Fri, 30 Oct 2009 09:16:36 +0000 (09:16 +0000)]
arm.md (QHSI): New mode iterator.

* arm.md (QHSI): New mode iterator.
(movqi): If generating for thumb, then truncate any immediate to
8 bits.
* thumb2.md (thumb2_movsi_shortim and peephole2 generator): Replace
with...
(thumb2_mov<mode>_shortim and peephole2 generator): ... iterator based
version.

From-SVN: r153739

14 years agore PR c++/41863 (segfault with sizeof in template parameter)
Dodji Seketeli [Fri, 30 Oct 2009 07:08:36 +0000 (07:08 +0000)]
re PR c++/41863 (segfault with sizeof in template parameter)

Fix PR c++/41863

gcc/cp/ChangeLog:

PR c++/41863
* pt.c (iterative_hash_template_arg): articifial parms
don't have DECL_PARM_INDEX set. Do not hash it.

gcc/testsuite/ChangeLog:

PR c++/41863
* g++.dg/template/sizeof12.C: New test.

From-SVN: r153735

14 years agomangle.c (mangle_type_string_for_rtti): Revert r149964.
Jerry Quinn [Fri, 30 Oct 2009 05:17:50 +0000 (05:17 +0000)]
mangle.c (mangle_type_string_for_rtti): Revert r149964.

2009-10-28  Jerry Quinn  <jlquinn@optonline.net>

* mangle.c (mangle_type_string_for_rtti): Revert r149964.
(needs_fake_anon): Likewise.
(write_name): Likewise.
(write_nested_name): Likewise.
* cp-tree.h (mangle_type_string_for_rtti): Likewise.
(get_anonymous_namespace): Likewise.
* name-lookup.c (get_anonymous_namespace_name): Likewise.
* rtti.c (tinfo_name): Insert '*' in front of private names.
(tinfo_base_init): Use it.

2009-10-28  Jerry Quinn  <jlquinn@optonline.net>

* libsupc++/tinfo.cc (operator=(const type_info&)): Compare by
pointer if name begins with '*'.
* libsupc++/typeinfo (type_info::name()): Likewise.
* libsupc++/tinfo2.cc (before):  Likewise.

From-SVN: r153734

14 years agoPR libstdc++/40925 (again)
Paolo Carlini [Fri, 30 Oct 2009 02:29:14 +0000 (02:29 +0000)]
PR libstdc++/40925 (again)

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
       Douglas Gregor  <doug.gregor@gmail.com>

PR libstdc++/40925 (again)
* include/bits/stl_pair.h (pair<_T1, _T2>::pair(_U1&&, const _T2&),
pair<_T1, _T2>::pair(const _T1&, _U2&&)): Add, to deal correctly
with move-only types in the presence of "null pointers".
* testsuite/20_util/pair/40925.cc: Extend.

Co-Authored-By: Douglas Gregor <doug.gregor@gmail.com>
From-SVN: r153733

14 years agoMention PR
Eric Botcazou [Fri, 30 Oct 2009 00:26:44 +0000 (00:26 +0000)]
Mention PR

From-SVN: r153732

14 years agoDaily bump.
GCC Administrator [Fri, 30 Oct 2009 00:16:44 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r153731

14 years agotype_traits (__is_int_or_cref): Remove.
Paolo Carlini [Thu, 29 Oct 2009 23:23:29 +0000 (23:23 +0000)]
type_traits (__is_int_or_cref): Remove.

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (__is_int_or_cref): Remove.
(__is_convertible_helper): Fix per C++0x and simplify (the hack to
suppress warnings isn't necessary anymore).
* testsuite/20_util/is_convertible/requirements/typedefs.cc: New.
* testsuite/20_util/is_convertible/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_convertible/value.cc: Likewise.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
dg-error line numbers.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.

From-SVN: r153728

14 years ago40925.cc: Minor comment fix.
Paolo Carlini [Thu, 29 Oct 2009 19:45:36 +0000 (19:45 +0000)]
40925.cc: Minor comment fix.

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/20_util/pair/40925.cc: Minor comment fix.

From-SVN: r153727

14 years ago[multiple changes]
Paolo Carlini [Thu, 29 Oct 2009 19:26:04 +0000 (19:26 +0000)]
[multiple changes]

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40925
* include/bits/stl_pair.h (pair<_T1, _T2>::pair(_U1&&, _U2&&)):
Use enable_if to remove it from the overload set when either _U1
is not convertible to _T1 or _U2 is not convertible to _T2.
(pair<>::pair(_U1&&, _Arg0&&, _Args&&...)): Remove.

2009-10-29  Douglas Gregor  <doug.gregor@gmail.com>

PR libstdc++/40925
* testsuite/20_util/pair/40925.cc: Add.

From-SVN: r153725

14 years agore PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large kind...
Jerry DeLisle [Thu, 29 Oct 2009 19:20:18 +0000 (19:20 +0000)]
re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large kind reals)

2009-10-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/41711
* libgfortran.h: Define larger sizes for BOZ conversion buffers.
* io/write.c (extract_uint): Include case where size is 10 if integer
is large enough. (write_int): Rename to write_boz. (write_boz): Factor
out extract_uint and delete the conversion function.
(btoa_big): New binary conversion function.
(otoa_big): New octal conversion function.
(ztoa_big): New hexidecimal conversion function.
(write_b): Modify to use new function.
(write_o): Likewise.
(write_z): Likewise.

From-SVN: r153724

14 years agoFix typo
Eric Botcazou [Thu, 29 Oct 2009 18:41:44 +0000 (18:41 +0000)]
Fix typo

From-SVN: r153723

14 years agodecl.c (make_type_from_size): Do not create integer types with precision 0.
Eric Botcazou [Thu, 29 Oct 2009 18:36:21 +0000 (18:36 +0000)]
decl.c (make_type_from_size): Do not create integer types with precision 0.

* gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Do not
create integer types with precision 0.

From-SVN: r153722

14 years agodecl.c (array_type_has_nonaliased_component): Swap parameters and rewrite comments.
Eric Botcazou [Thu, 29 Oct 2009 18:28:49 +0000 (18:28 +0000)]
decl.c (array_type_has_nonaliased_component): Swap parameters and rewrite comments.

* gcc-interface/decl.c (array_type_has_nonaliased_component): Swap
parameters and rewrite comments.  For a derived type, return the
setting of its parent type.
(gnat_to_gnu_entity): Do an alias set copy for derived types if they
are composite.  Adjust calls to above function.

From-SVN: r153721

14 years agotrans.c (Attribute_to_gnu): Do not return the RM size for padded types.
Eric Botcazou [Thu, 29 Oct 2009 18:17:18 +0000 (18:17 +0000)]
trans.c (Attribute_to_gnu): Do not return the RM size for padded types.

* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Object_Size>: Do not
return the RM size for padded types.

From-SVN: r153720

14 years agore PR debug/41700 (g++.dg/debug/dwarf2/icf.C)
Cary Coutant [Thu, 29 Oct 2009 18:13:27 +0000 (18:13 +0000)]
re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)

gcc/ChangeLog:
PR debug/41700
* dwarf2out.c (dwarf2_debug_hooks): Add entries for new hook (two
locations in the source).
        (store_vcall_insn): New function.
        (lookup_vcall_insn): New function.
        (dwarf2out_virtual_call_token): Use store_vcall_insn.
(dwarf2out_copy_call_info): New function.
(dwarf2out_virtual_call): Use lookup_vcall_insn.
* emit-rtl.c (try_split): Call copy_call_info debug hook.
* debug.h (struct gcc_debug_hooks): Add copy_call_info hook.
* debug.c (do_nothing_debug_hooks): Add dummy entry for new hook.
(debug_nothing_rtx_rtx): New dummy hook.
* dbxout.c (dbx_debug_hooks): Add dummy entry for new hook.
(xcoff_debug_hooks): Likewise.
* sdbout.c (sdb_debug_hooks): Likewise.
* vmsdbgout.c (vmsdbg_debug_hooks): Likewise.

From-SVN: r153719

14 years agoinvoke.texi (mmcount-ra-address): Document new command line option.
David Daney [Thu, 29 Oct 2009 17:39:52 +0000 (17:39 +0000)]
invoke.texi (mmcount-ra-address): Document new command line option.

2009-10-29  David Daney  <ddaney@caviumnetworks.com>

* doc/invoke.texi (mmcount-ra-address): Document new command line
option.
* config/mips/mips.opt (mmcount-ra-address): New option.
* config/mips/mips-protos.h (mips_function_profiler): Declare new
function.
* config/mips/mips.c (struct mips_frame_info): Add ra_fp_offset
member.
(mips_for_each_saved_gpr_and_fpr): Set ra_fp_offset.
(mips_function_profiler): Moved from FUNCTION_PROFILER, and
rewritten.
* config/mips/mips.h (FUNCTION_PROFILER): Body of macro moved to
mips_function_profiler.

2009-10-29  David Daney  <ddaney@caviumnetworks.com>

* gcc.target/mips/mips.exp (mips_option_groups): Add
mcount-ra-address.
* gcc.target/mips/mmcount-ra-address-1.c: New test.
* gcc.target/mips/mmcount-ra-address-2.c: New test.
* gcc.target/mips/mmcount-ra-address-3.c: New test.

From-SVN: r153717

14 years agore PR middle-end/37565 (__optimize__ attribute doesn't work correctly)
Steve Ellcey [Thu, 29 Oct 2009 16:44:02 +0000 (16:44 +0000)]
re PR middle-end/37565 (__optimize__  attribute doesn't work correctly)

2009-10-29  Steve Ellcey  <sje@cup.hp.com>

PR middle-end/37565
PR target/38018
* doc/tm.texi (OVERRIDE_OPTIONS): Update.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
* optc-gen.awk (cl_target_option_restore): Include call to
targetm.override_options_after_change.
* target-def.h (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
* target.h (override_options_after_change): New.
* c-common.c (parse_optimize_options): Call
targetm.override_options_after_change.
* config/ia64/ia64.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
(ia64_override_options_after_change): New.
(ia64_override_options) Add call to above.

From-SVN: r153714

14 years agotree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.
Michael Matz [Thu, 29 Oct 2009 16:41:10 +0000 (16:41 +0000)]
tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.

* tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.
(gate_convert_to_rsqrt): Ditto.
(pass_convert_to_rsqrt): Ditto.
* tree-pass.h (pass_convert_to_rsqrt): Don't declare.
* passes.c (init_optimization_passes): Don't add pass_convert_to_rsqrt
to pass list.

* config/i386/i386.c (ix86_emit_swdivsf): Change evaluation order.

testsuite/
* gcc.target/i386/sse-recip.c: Use fabsf instead of != .
* gcc.target/i386/sse-recip-vec.c: Ditto.
* gcc.target/i386/brokensqrt.c: New test.

From-SVN: r153713

14 years ago* gcc.dg/testsuite/i386/cold-attribute-4.s: Remove.
Uros Bizjak [Thu, 29 Oct 2009 15:57:12 +0000 (16:57 +0100)]
* gcc.dg/testsuite/i386/cold-attribute-4.s: Remove.

From-SVN: r153707

14 years agore PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)
Tobias Burnus [Thu, 29 Oct 2009 15:24:38 +0000 (16:24 +0100)]
re PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)

2009-10-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41777
        * trans-expr.c
        * (gfc_conv_procedure_call,gfc_conv_expr_reference):
        Use for generic EXPR_FUNCTION the attributes of the specific
        function.

2009-10-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41777
        gfortran.dg/associated_target_3.f90: New testcase.

From-SVN: r153706

14 years ago[multiple changes]
Arnaud Charlet [Thu, 29 Oct 2009 14:42:50 +0000 (15:42 +0100)]
[multiple changes]

2009-10-28  Robert Dewar  <dewar@adacore.com>

* sem_type.adb: Minor reformatting

2009-10-28  Arnaud Charlet  <charlet@adacore.com>

* exp_ch9.adb (Build_Task_Proc_Specification): Generate a different
suffix for task type bodies.

2009-10-28  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb (Convert_Aggr_In_Allocator): Do not look for a
finalization list if the designated type requires no control actions,
to prevent a useless semantic dependence on ada.tags.

From-SVN: r153705

14 years agoarm.c (find_best_start): Fix type of remainder to be unsigned .
Ramana Radhakrishnan [Thu, 29 Oct 2009 14:01:58 +0000 (14:01 +0000)]
arm.c (find_best_start): Fix type of remainder to be unsigned .

2009-10-29  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* config/arm/arm.c (find_best_start): Fix type of remainder to
be unsigned .

From-SVN: r153704

14 years agodecimal: Minor formatting and uglification fixes.
Paolo Carlini [Thu, 29 Oct 2009 13:15:51 +0000 (13:15 +0000)]
decimal: Minor formatting and uglification fixes.

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/decimal/decimal: Minor formatting and uglification fixes.

From-SVN: r153702

14 years agodecimal: Minor formatting and uglification fixes.
Paolo Carlini [Thu, 29 Oct 2009 13:07:21 +0000 (13:07 +0000)]
decimal: Minor formatting and uglification fixes.

2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/decimal/decimal: Minor formatting and uglification fixes.
* include/decimal/decimal.h: Likewise.

From-SVN: r153701

14 years agopr41764_0.f: New.
Rafael Avila de Espindola [Thu, 29 Oct 2009 12:58:54 +0000 (12:58 +0000)]
pr41764_0.f: New.

2009-10-29  Rafael Avila de Espindola  <espindola@google.com>

* gfortran.dg/lto/pr41764_0.f: New.

From-SVN: r153700

14 years agore PR tree-optimization/41775 (IPA-SRA: ice in rewrite_stmt, at tree-into-ssa.c:1302)
Martin Jambor [Thu, 29 Oct 2009 12:40:48 +0000 (13:40 +0100)]
re PR tree-optimization/41775 (IPA-SRA: ice in rewrite_stmt, at tree-into-ssa.c:1302)

2009-10-29  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/41775
* tree-sra.c (build_ref_for_offset): Unshare *expr if not NULL.
(generate_subtree_copies): Do not unshare agg.
(load_assign_lhs_subreplacements): Do not unshare rhs.
(sra_modify_assign): Do not unshare exprs.
(propagate_subacesses_accross_link): Renamed to
propagate_subaccesses_across_link.

* testsuite/g++.dg/torture/pr41775.C: New testcase.

From-SVN: r153699

14 years agoarm.c (count_insns_for_constant): Rework to support counting for thumb2 immediates...
Richard Earnshaw [Thu, 29 Oct 2009 09:44:36 +0000 (09:44 +0000)]
arm.c (count_insns_for_constant): Rework to support counting for thumb2 immediates as well.

* arm.c (count_insns_for_constant): Rework to support counting for
thumb2 immediates as well.
(find_best_start): Split out from arm_gen_constant.
(arm_gen_constant): Rework to support XOR with immediate.

From-SVN: r153698

14 years agomips.c (mips_emit_unary, [...]): New functions.
Chao-ying Fu [Thu, 29 Oct 2009 07:08:03 +0000 (07:08 +0000)]
mips.c (mips_emit_unary, [...]): New functions.

2009-10-29  Chao-ying Fu  <fu@mips.com>

* config/mips/mips.c (mips_emit_unary, mips_force_unary): New
functions.
(mips_expand_synci_loop):  Use the length rtx to control the
synci loop from the begin rtx that points to the first byte of
the cache line.

From-SVN: r153696

14 years agoDaily bump.
GCC Administrator [Thu, 29 Oct 2009 00:17:14 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r153694

14 years agoPR fortran/41860 Treat vars as save with -fno-automatic
Janne Blomqvist [Wed, 28 Oct 2009 23:25:08 +0000 (01:25 +0200)]
PR fortran/41860 Treat vars as save with -fno-automatic

From-SVN: r153689

14 years agolto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERROR
Rafael Avila de Espindola [Wed, 28 Oct 2009 21:41:34 +0000 (21:41 +0000)]
lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERROR

2009-10-28  Rafael Avila de Espindola  <espindola@google.com>

       * lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of
       LDPL_ERROR

From-SVN: r153687

14 years agoinvoke.texi: Rename -use-linker-plugin -fuse-linker-plugin.
Rafael Avila de Espindola [Wed, 28 Oct 2009 21:39:41 +0000 (21:39 +0000)]
invoke.texi: Rename -use-linker-plugin -fuse-linker-plugin.

2009-10-28  Rafael Avila de Espindola  <espindola@google.com>

* doc/invoke.texi: Rename -use-linker-plugin -fuse-linker-plugin.

From-SVN: r153686

14 years agotrans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.
Rafael Avila de Espindola [Wed, 28 Oct 2009 20:44:47 +0000 (20:44 +0000)]
trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.

2009-10-28  Rafael Avila de Espindola  <espindola@google.com>

* trans-common.c (create_common): Set TREE_PUBLIC to false on
fake variables.

2009-10-28  Rafael Avila de Espindola  <espindola@google.com>

* dbxout.c (dbxout_common_check): Accept non public trees.
* dwarf2out.c (fortran_common): Accept non public trees.

From-SVN: r153685

14 years agocommon.opt (fuse-linker-plugin): New option.
Rafael Avila de Espindola [Wed, 28 Oct 2009 18:40:42 +0000 (18:40 +0000)]
common.opt (fuse-linker-plugin): New option.

2009-10-28  Rafael Avila de Espindola  <espindola@google.com>

* common.opt (fuse-linker-plugin): New option.
* gcc.c (LINK_COMMAND_SPEC, main): Rename use-linker-plugin to
fuse-linker-plugin.
* opts.c (common_handle_option): Ignore OPT_fuse_linker_plugin.

From-SVN: r153683

14 years agoCore issue 812, 861
Jason Merrill [Wed, 28 Oct 2009 18:39:36 +0000 (14:39 -0400)]
Core issue 812, 861

Core issue 812, 861
* name-lookup.c (set_decl_namespace): Deal properly with inline
namespaces.
(qualified_lookup_using_namespace): Overhaul.
* pt.c (print_candidates): Handle getting an OVERLOAD.

change lookup algorithm

From-SVN: r153682

14 years ago* decl.c (cp_fname_init): Correct build_string argument.
Jason Merrill [Wed, 28 Oct 2009 18:39:25 +0000 (14:39 -0400)]
* decl.c (cp_fname_init): Correct build_string argument.

From-SVN: r153681

14 years agore PR target/39715 ([cond-optab] extra sign extensions on Thumb)
Paolo Bonzini [Wed, 28 Oct 2009 16:44:08 +0000 (16:44 +0000)]
re PR target/39715 ([cond-optab] extra sign extensions on Thumb)

2009-10-28  Paolo Bonzini  <bonzini@gnu.org>

PR rtl-optimization/39715
* config/arm/arm.md (cstoresi4): Use gen_cstoresi_ltu_thumb1.
(gen_cstoresi_ltu_thumb1): New splitter.

2009-10-28  Paolo Bonzini  <bonzini@gnu.org>

PR rtl-optimization/39715
* gcc.target/arm/thumb-ltu.c: New.

From-SVN: r153678

14 years agore PR lto/41808 (error: non-trivial conversion at assignment)
Richard Guenther [Wed, 28 Oct 2009 14:48:34 +0000 (14:48 +0000)]
re PR lto/41808 (error: non-trivial conversion at assignment)

2009-10-28  Richard Guenther  <rguenther@suse.de>

PR lto/41808
PR lto/41839
* tree-ssa.c (useless_type_conversion_p): Do not treat
conversions to pointers to incomplete types as useless.
* gimple.c (gimple_types_compatible_p): Compare struct tags,
not typedef names.

* gcc.dg/lto/20091027-1_0.c: New testcase.
* gcc.dg/lto/20091027-1_1.c: Likewise.
* g++.dg/lto/20091026-1_0.C: Likewise.
* g++.dg/lto/20091026-1_1.C: Likewise.
* g++.dg/lto/20091026-1_a.h: Likewise.

From-SVN: r153671

14 years agore PR middle-end/41837 (Using '-O -fipa-struct-reorg -fwhole-program -fprofile-genera...
Jakub Jelinek [Wed, 28 Oct 2009 14:45:03 +0000 (15:45 +0100)]
re PR middle-end/41837 (Using '-O -fipa-struct-reorg -fwhole-program -fprofile-generate' gives 'internal compiler error: Segmentation fault')

PR middle-end/41837
* ipa-struct-reorg.c (find_field_in_struct_1): Return NULL if
fields don't have DECL_NAME.

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

From-SVN: r153670

14 years agore PR debug/41801 (VTA: ICE in loc_cmp.)
Jakub Jelinek [Wed, 28 Oct 2009 14:43:04 +0000 (15:43 +0100)]
re PR debug/41801 (VTA: ICE in loc_cmp.)

PR debug/41801
* builtins.c (get_builtin_sync_mem): Expand loc in ptr_mode,
call convert_memory_address on addr.

* g++.dg/ext/sync-3.C: New test.

From-SVN: r153669

14 years agore PR target/41762 (internal compiler error when compiling xorg-server)
Jakub Jelinek [Wed, 28 Oct 2009 14:39:06 +0000 (15:39 +0100)]
re PR target/41762 (internal compiler error when compiling xorg-server)

PR target/41762
* config/i386/i386.c (ix86_pic_register_p): Don't call
rtx_equal_for_cselib_p for VALUEs discarded as useless.

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

From-SVN: r153667

14 years agovar-tracking.c (emit_note_insn_var_location): Don't call the second vt_expand_loc...
Jakub Jelinek [Wed, 28 Oct 2009 14:37:24 +0000 (15:37 +0100)]
var-tracking.c (emit_note_insn_var_location): Don't call the second vt_expand_loc unnecessarily when...

* var-tracking.c (emit_note_insn_var_location): Don't call the second
vt_expand_loc unnecessarily when location is not a register nor
memory.

From-SVN: r153666

14 years agovar-tracking.c (emit_note_insn_var_location): Get the mode of a variable part from...
Richard Sandiford [Wed, 28 Oct 2009 14:36:28 +0000 (14:36 +0000)]
var-tracking.c (emit_note_insn_var_location): Get the mode of a variable part from its REG, MEM or VALUE.

* var-tracking.c (emit_note_insn_var_location): Get the mode of
a variable part from its REG, MEM or VALUE.

From-SVN: r153665