OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
uros [Fri, 26 Feb 2010 08:17:00 +0000 (08:17 +0000)]
* config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
(arm*-*-*): Ditto.

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

14 years agoSet default arch/cpu for i[34567]86-*-*|x86_64-*-* targets.
hjl [Fri, 26 Feb 2010 02:37:40 +0000 (02:37 +0000)]
Set default arch/cpu for i[34567]86-*-*|x86_64-*-* targets.

2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>

* config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
targets.  Set the default with_cpu/with_arch from arch/cpu.
Allow x86-64 and native for with_cpu/with_arch.

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

14 years ago2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
dnovillo [Fri, 26 Feb 2010 01:51:27 +0000 (01:51 +0000)]
2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>

* ebitmap.c: Change calls to verify_popcount with calls to
sbitmap_verify_popcount.
(ebitmap_clear_bit): Fixed map->cacheindex test and
map>cache update when bit clearing results in an empty
element.

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

14 years ago * g++.dg/abi/packed1.C: Expect warning on the SPARC.
ebotcazou [Fri, 26 Feb 2010 00:21:04 +0000 (00:21 +0000)]
* g++.dg/abi/packed1.C: Expect warning on the SPARC.

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

14 years agoDaily bump.
gccadmin [Fri, 26 Feb 2010 00:17:00 +0000 (00:17 +0000)]
Daily bump.

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

14 years agoFix PR target/43154
meissner [Thu, 25 Feb 2010 22:26:55 +0000 (22:26 +0000)]
Fix PR target/43154

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

14 years ago * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
gerald [Thu, 25 Feb 2010 20:48:57 +0000 (20:48 +0000)]
* doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
#pragma extern_prefix.

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

14 years ago2010-02-25 Ed Smith-Rowland <3dw4rd@verizon.net>
paolo [Thu, 25 Feb 2010 17:34:30 +0000 (17:34 +0000)]
2010-02-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/bits/random.tcc (operator<<): Use max_digits10.

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

14 years ago2010-02-25 Ed Smith-Rowland <3dw4rd@verizon.net>
paolo [Thu, 25 Feb 2010 17:13:04 +0000 (17:13 +0000)]
2010-02-25  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/std/limits (__numeric_limits_base::max_digits10,
numeric_limits<>::max_digits10, numeric_limits<>::lowest): Add.
* src/limits.cc: Define max_digits10.
* config/abi/pre/gnu.ver: Adjust.
* testsuite/18_support/numeric_limits/dr559.cc: Test max_digits10
and lowest too.
* testsuite/18_support/numeric_limits/lowest.cc: New.
* testsuite/18_support/numeric_limits/max_digits10.cc: New.

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

14 years ago2010-02-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 25 Feb 2010 13:32:52 +0000 (13:32 +0000)]
2010-02-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/functional_hash.h (__hash_combine): Remove.
(_Fnv_hash_base<>::hash(const char*, size_t)): Add defaulted
hash parameter.
(_Fnv_hash::__hash_combine(const _Tp&, size_t)): Add.
* include/std/system_error (hash<system_error>): Adjust.
* src/compatibility-c++0x.cc (hash<system_error>): Likewise.

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

14 years ago PR debug/43166
jakub [Thu, 25 Feb 2010 10:50:24 +0000 (10:50 +0000)]
PR debug/43166
* cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
BLKmode, assert op0 is a MEM and just adjust its mode.

* trans-common.c (build_common_decl): Also update DECL_MODE,
and DECL_SIZE when encountering a larger common block and call
layout_decl.

* gfortran.dg/debug/pr43166.f: New test.

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

14 years ago PR debug/43165
jakub [Thu, 25 Feb 2010 10:41:52 +0000 (10:41 +0000)]
PR debug/43165
* cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
if bitpos isn't multiple of mode's bitsize.

* gcc.dg/torture/pr43165.c: New test.

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

14 years ago Fix ChangeLog Entry.
jvdelisle [Thu, 25 Feb 2010 05:53:35 +0000 (05:53 +0000)]
Fix ChangeLog Entry.

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

14 years ago2010-02-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Thu, 25 Feb 2010 05:47:10 +0000 (05:47 +0000)]
2010-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/transfer.c (require_type): Subtract one from item_count for output
of error message.  Add comment before formatted_transfer function
explaining why the item_count is off by one.

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

14 years ago2010-02-24 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 25 Feb 2010 01:22:57 +0000 (01:22 +0000)]
2010-02-24  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/faq.xml: Adjust structure for pdf index.
* doc/xml/manual/mt_allocator.xml: Same.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/ctype.xml: Same.
* doc/xml/manual/numerics.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/intro.xml: Same.
* doc/xml/manual/shared_ptr.xml: Same.
* doc/xml/manual/status_cxxtr1.xml: Same.
* doc/xml/manual/auto_ptr.xml: Same.
* doc/xml/manual/internals.xml: Same.
* doc/xml/manual/status_cxx1998.xml: Same.
* doc/xml/manual/parallel_mode.xml: Same.
* doc/xml/manual/profile_mode.xml: Same.
* doc/xml/manual/containers.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/concurrency_extensions.xml: Same.
* doc/xml/manual/appendix_porting.xml: Same.
* doc/xml/manual/utilities.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/bitmap_allocator.xml: Same.
* doc/xml/manual/configure.xml: Same.
* doc/xml/manual/build_hacking.xml: Same.
* doc/xml/manual/evolution.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/debug.xml: Same.
* doc/xml/manual/localization.xml: Same.
* doc/xml/manual/strings.xml: Same.
* doc/xml/manual/debug_mode.xml: Same.
* doc/xml/manual/locale.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/prerequisites.xml: Same.
* doc/xml/manual/messages.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/algorithms.xml: Same.
* doc/xml/manual/appendix_free.xml: Same.
* doc/xml/manual/iterators.xml: Same.
* doc/xml/manual/spine.xml: Same.
* doc/xml/manual/status_cxxtr24733.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
* doc/Makefile.am: Refactor.
* doc/Makefile.in: Regenerate.

* include/bits/c++0x_warning.h: Tweak doxygen file markup.

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

14 years agoDaily bump.
gccadmin [Thu, 25 Feb 2010 00:17:16 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Wed, 24 Feb 2010 20:41:01 +0000 (20:41 +0000)]
2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c.opt (-ftemplate-depth=): New.
(-ftemplate-depth-): Deprecate.
* optc-gen.awk: Handle -ftemplate-depth=.
* opth-gen.awk: Likewise.
* c-opts.c (c_common_handle_option): Likewise.
* doc/invoke.texi (-ftemplate-depth-): Replace with
-ftemplate-depth=.
cp/
* pt.c (push_tinst_level): Replace -ftemplate-depth- with
-ftemplate-depth=.

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

14 years ago * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
jason [Wed, 24 Feb 2010 19:26:45 +0000 (19:26 +0000)]
* doc/invoke.texi: Improve -Wabi and -fabi-version docs.

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

14 years ago PR c++/12909
jason [Wed, 24 Feb 2010 19:26:38 +0000 (19:26 +0000)]
PR c++/12909
* mangle.c (write_type): Give -Wabi warning for old vector mangling.

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

14 years ago * class.c (layout_class_type): Don't give -Wabi warning for a bug
jason [Wed, 24 Feb 2010 19:26:29 +0000 (19:26 +0000)]
* class.c (layout_class_type): Don't give -Wabi warning for a bug
in a previous ABI version.

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

14 years ago * doc/libffi.texi (The Closure API): Fix typo.
ro [Wed, 24 Feb 2010 16:02:17 +0000 (16:02 +0000)]
* doc/libffi.texi (The Closure API): Fix typo.
* doc/libffi.info: Remove.

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

14 years ago * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
ro [Wed, 24 Feb 2010 15:35:40 +0000 (15:35 +0000)]
* io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.

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

14 years ago2010-02-24 Andrew Haley <aph@redhat.com>
aph [Wed, 24 Feb 2010 15:34:19 +0000 (15:34 +0000)]
2010-02-24  Andrew Haley  <aph@redhat.com>

        PR java/40816
        * include/jni_md.h: jboolean is an unsigned type.

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

14 years ago * testsuite/ext/new_allocator/deallocate_global.cc: Require
ro [Wed, 24 Feb 2010 15:31:22 +0000 (15:31 +0000)]
* testsuite/ext/new_allocator/deallocate_global.cc: Require
__cxa_atexit.
* testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.

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

14 years ago * cfg.c (alloc_aux_for_block): Remove inline.
ro [Wed, 24 Feb 2010 15:27:46 +0000 (15:27 +0000)]
* cfg.c (alloc_aux_for_block): Remove inline.
(alloc_aux_for_edge): Likewise.

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

14 years ago * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
ro [Wed, 24 Feb 2010 14:40:32 +0000 (14:40 +0000)]
* config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.

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

14 years ago * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
ro [Wed, 24 Feb 2010 13:57:20 +0000 (13:57 +0000)]
* config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
* config/i386/sol2-gas.h: New file.
* config.gcc (i[34567]86-*-solaris2*): Use it.

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

14 years ago2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Wed, 24 Feb 2010 13:09:37 +0000 (13:09 +0000)]
2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/43128
* c-typeck.c (ep_convert_and_check): New.
(build_conditional_expr): Use it.
(build_binary_op): Likewise.
testsuite/
* c-c++-common/pr41779.c: Update.

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

14 years ago * zh_CN.po: Update.
jsm28 [Wed, 24 Feb 2010 12:53:53 +0000 (12:53 +0000)]
* zh_CN.po: Update.

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

14 years ago * zh_CN.po: Update.
jsm28 [Wed, 24 Feb 2010 12:53:05 +0000 (12:53 +0000)]
* zh_CN.po: Update.

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

14 years ago PR ada/32547
ro [Wed, 24 Feb 2010 12:51:44 +0000 (12:51 +0000)]
PR ada/32547
* lib/gnat-dg.exp (gnat_load): Redefine.

* ada/acats/run_acats: Run run_all.sh with $SHELL.
* ada/acats/run_all.sh: Downcase tasking not implemented message.

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

14 years ago PR libobjc/36610
ro [Wed, 24 Feb 2010 11:56:10 +0000 (11:56 +0000)]
PR libobjc/36610
* objc/execute/forward-1.x: XFAIL on alpha*-dec-osf*, 64-bit
i?86-*-solaris2*, mips-sgi-irix*, sparc*-sun-solaris2* with
-fgnu-runtime.
Sort entries.

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

14 years ago * gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.
ro [Wed, 24 Feb 2010 11:50:07 +0000 (11:50 +0000)]
* gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.

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

14 years ago * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
jakub [Wed, 24 Feb 2010 10:51:15 +0000 (10:51 +0000)]
* regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.

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

14 years ago PR debug/43150
jakub [Wed, 24 Feb 2010 10:50:13 +0000 (10:50 +0000)]
PR debug/43150
* gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
bounds even for -O+.
* var-tracking.c (track_expr_p): If !need_rtl, don't mandate
expr needs to have DECL_NAME set.

* gcc.dg/guality/vla-1.c: New test.

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

14 years ago * config/mep/mep.c: Include gimple.h.
nickc [Wed, 24 Feb 2010 09:39:57 +0000 (09:39 +0000)]
    * config/mep/mep.c: Include gimple.h.
        (mep_function_uses_sp): Delete unused function.
        (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
        parameters.  Use unsigned integers to count args.  Return a
        NULL_RTX instead of an error_mark_node.  Toidy up formatting.

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

14 years ago2010-02-24 Tobias Burnus <burnus@net-b.de>
burnus [Wed, 24 Feb 2010 07:00:35 +0000 (07:00 +0000)]
2010-02-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43042
        * trans-expr.c (gfc_conv_initializer): Call directly
        gfc_conv_constant for C_NULL_(FUN)PTR.

2010-02-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43042
        * gfortran.dg/c_ptr_tests_15.f90: New test.

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

14 years ago2010-02-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 24 Feb 2010 01:46:03 +0000 (01:46 +0000)]
2010-02-23  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/concurrency.xml: Move...
* doc/xml/manual/concurrency_extensions.xml: ...here.
* doc/xml/manual/extensions.xml: Adjust.
* doc/Makefile.am: Adjust.
* doc/Makefile.in: Regenerate.

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

14 years agoDaily bump.
gccadmin [Wed, 24 Feb 2010 00:16:42 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2010-02-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 23 Feb 2010 23:53:17 +0000 (23:53 +0000)]
2010-02-23  Benjamin Kosnik  <bkoz@redhat.com>

        * include/bits/random.h: Doxygen group markup fixes.

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

14 years ago PR target/43107
jakub [Tue, 23 Feb 2010 22:52:20 +0000 (22:52 +0000)]
PR target/43107
* config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
greater or equal to nelt instead of 2 * nelt.
(expand_vec_perm_1): When op0 and op1 are equal, mask indexes
with nelt - 1.

* gcc.target/i386/pr43107.c: New test.

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

14 years ago PR c++/43143
jason [Tue, 23 Feb 2010 18:32:20 +0000 (18:32 +0000)]
PR c++/43143
* typeck2.c (digest_init_r): Accept value init of array.

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

14 years ago PR debug/42800
jason [Tue, 23 Feb 2010 18:32:09 +0000 (18:32 +0000)]
PR debug/42800
* cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
in cfun->local_decls even if they have register types.

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

14 years ago PR c++/42837
jason [Tue, 23 Feb 2010 18:31:58 +0000 (18:31 +0000)]
PR c++/42837
* stor-layout.c (place_field): Don't warn about unnecessary DECL_PACKED
if the type is packed.

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

14 years ago PR target/43139
jakub [Tue, 23 Feb 2010 17:05:56 +0000 (17:05 +0000)]
PR target/43139
* config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
GOTOFF relocs, even when the base reg isn't pic pointer.

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

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

14 years ago PR debug/43077
matz [Tue, 23 Feb 2010 16:41:52 +0000 (16:41 +0000)]
PR debug/43077
* cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
(expand_gimple_basic_block): Generate and use debug temps if there
are debug uses left after the last real use of TERed ssa names.
Unlink debug immediate uses when they are expanded.

testsuite/
PR debug/43077
* gcc.dg/guality/pr43077-1.c: New test.

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

14 years ago2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Tue, 23 Feb 2010 15:51:42 +0000 (15:51 +0000)]
2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 43123
* config/i386/i386.c (override_options): Reorganise to provide
better error messages.
testsuite/
* gcc.dg/march.c: New.
* gcc.dg/march-generic.c: New.
* gcc.dg/mtune.c: New.

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

14 years ago2010-02-23 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 23 Feb 2010 15:23:37 +0000 (15:23 +0000)]
2010-02-23  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/functional_hash.h (struct _Fnv_hash): Rename
to _Fnv_hash_base.
(struct _Fnv_hash): Add, derives from the latter.
(__hash_combine): Add.
(hash<float>::operator()(float), hash<double>::operator()(double)):
Adjust.
* include/bits/basic_string.h (hash<string>, hash<wstring>,
hash<u16string>, hash<u32string>): Adjust.
* src/hash-string-aux.cc: Adjust.
* src/compatibility-c++0x.cc (hash<error_code>): Use __hash_combine.
* include/std/system_error (hash<error_code>): Likewise.
* include/std/thread (struct hash<thread::id>): Add.
* include/tr1/functional_hash.h : Rename to _Fnv_hash_base.
(struct _Fnv_hash): Add, derives from the latter.
(hash<float>::operator()(float), hash<double>::operator()(double)):
Adjust.
* testsuite/30_threads/thread/id/hash.cc: New.
* testsuite/30_threads/thread/cons/assign_neg.cc: Adjust dg-error
line number.
* testsuite/30_threads/thread/cons/copy_neg.cc: Likewise.

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

14 years agoAdd ChangeLog entries.
spop [Tue, 23 Feb 2010 13:00:21 +0000 (13:00 +0000)]
Add ChangeLog entries.

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

14 years agoAdd missing changelog entry.
spop [Tue, 23 Feb 2010 13:00:05 +0000 (13:00 +0000)]
Add missing changelog entry.

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

14 years agoFix PR43083: Do not handle regions ending with multiple edges on the exit BB.
spop [Tue, 23 Feb 2010 12:59:48 +0000 (12:59 +0000)]
Fix PR43083: Do not handle regions ending with multiple edges on the exit BB.

2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43083
* graphite-scop-detection.c (create_single_exit_edge): Move
the call to find_single_exit_edge to....
(create_sese_edges): ...here.  Don't handle multiple edges
exiting the function.
(build_graphite_scops): Don't handle multiple edges
exiting the function.

* gcc.dg/graphite/pr43083.c: New.

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

14 years agoFix PR number in the changelog entry.
spop [Tue, 23 Feb 2010 12:59:32 +0000 (12:59 +0000)]
Fix PR number in the changelog entry.

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

14 years agoFix PR43097: rename only SSA_NAMEs.
spop [Tue, 23 Feb 2010 12:59:17 +0000 (12:59 +0000)]
Fix PR43097: rename only SSA_NAMEs.

2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43140
* sese.c (get_rename): Assert that old_name is an SSA_NAME.
(rename_variables_in_stmt): Continue when the use is not an SSA_NAME.

* gfortran.dg/graphite/pr43097.f: New.

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

14 years agoFix PR43140: Add -Wno-conversion-null to pr41305.C.
spop [Tue, 23 Feb 2010 12:59:00 +0000 (12:59 +0000)]
Fix PR43140: Add -Wno-conversion-null to pr41305.C.

2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
    Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR middle-end/43140
* g++.dg/graphite/pr41305.C: Add -Wno-conversion-null.

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

14 years agoFix PR43026: handle COMPONENT_REFs in expand scalar expressions.
spop [Tue, 23 Feb 2010 12:58:44 +0000 (12:58 +0000)]
Fix PR43026: handle COMPONENT_REFs in expand scalar expressions.

2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43026
* sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.

* g++.dg/graphite/pr43026.C: New.

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

14 years ago2010-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 23 Feb 2010 05:00:42 +0000 (05:00 +0000)]
2010-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/list_read.c (list_formatted_read_scalar): Remove duplicate code.

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

14 years agoDaily bump.
gccadmin [Tue, 23 Feb 2010 00:17:05 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.
janis [Mon, 22 Feb 2010 23:51:07 +0000 (23:51 +0000)]
* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.

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

14 years ago2010-02-22 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 22 Feb 2010 22:54:49 +0000 (22:54 +0000)]
2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>

* src/hash-aux.cc: Rename to...
* src/hash-string-aux.cc: ... this.
* src/hash-long-double-aux.cc: New.
* src/hash_c++0x.cc: Adjust.
* src/hash_tr1.cc: Likewise.
* src/compatibility-c++0x.cc: Likewise.

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

14 years ago2010-02-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 22 Feb 2010 22:52:11 +0000 (22:52 +0000)]
2010-02-22  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/class.txml: Adjust biblio markup.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/ctype.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/backwards_compatibility.xml: Same.
* doc/xml/manual/abi.xml: Same.
* doc/xml/manual/shared_ptr.xml: Same.
* doc/xml/manual/profile_mode.xml: Same.
* doc/xml/manual/using_exceptions.xml: Same.
* doc/xml/manual/locale.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/messages.xml: Same.
* doc/Makefile.am (DBLATEX_FLAGS): Adjust.
* doc/Makefile.in: Regenerate.

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

14 years ago2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Mon, 22 Feb 2010 22:30:45 +0000 (22:30 +0000)]
2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/43126
* c-typeck.c (convert_arguments): Print declaration location.
* c-common.c (validate_nargs): Rename as
builtin_function_validate_nargs.
(check_builtin_function_arguments): Update.
cp/
* typeck.c (convert_arguments): Update error message.

testsuite/
* gcc.dg/cleanup-1.c: Update.
* gcc.dg/func-args-1.c: Update.
* gcc.dg/format/sentinel-1.c: Update.
* g++.old-deja/g++.jason/scoping10.C: Update.
* g++.old-deja/g++.ns/lookup5.C: Update.
* g++.dg/ext/cleanup-1.C: Update.
* g++.dg/parse/varmod1.C: Update.
* g++.dg/parse/error33.C: Update.
* g++.dg/expr/call3.C: Update.
* g++.dg/func-args-1.C: New.

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

14 years agoMerge DECL_PRESERVE_P for C++.
hjl [Mon, 22 Feb 2010 21:57:22 +0000 (21:57 +0000)]
Merge DECL_PRESERVE_P for C++.

2010-02-22  Mike Stump  <mikestump@comcast.net>

PR c++/43125
* decl.c (duplicate_decls): Merge DECL_PRESERVE_P.

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

14 years agoMove C tests for used attribute to c-c++-common.
hjl [Mon, 22 Feb 2010 21:33:21 +0000 (21:33 +0000)]
Move C tests for used attribute to c-c++-common.

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

PR c/43125
* gcc.dg/attr-used-2.c: Moved to ...
* c-c++-common/attr-used-2.c: Here.

* gcc.dg/attr-used.c: Moved to ...
* c-c++-common/attr-used.c: Here.

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

14 years ago2010-02-22 François Dumont <francois.cppdevs@free.fr>
paolo [Mon, 22 Feb 2010 21:21:17 +0000 (21:21 +0000)]
2010-02-22  François Dumont  <francois.cppdevs@free.fr>

       * doc/xml/manual/profile_mode.xml: Minor updates and fixes.
       * doc/xml/manual/debug_mode.xml: Likewise.
       * doc/xml/manual/test.xml: Likewise.

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

14 years ago2010-02-22 Ozkan Sezer <sezeroz@gmail.com>
janis [Mon, 22 Feb 2010 21:15:41 +0000 (21:15 +0000)]
2010-02-22  Ozkan Sezer  <sezeroz@gmail.com>

* gcc.c-torture/execute/991014-1.c: Use __SIZE_TYPE__ for size types.

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

14 years ago2010-02-22 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 22 Feb 2010 18:41:55 +0000 (18:41 +0000)]
2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1_impl/complex (arg): Use std::signbit only when
available.

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

14 years ago2010-02-22 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 22 Feb 2010 18:07:07 +0000 (18:07 +0000)]
2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/functional_hash.h (hash<string>, hash<wstring>,
hash<u16string>, hash<u32string>, hash<error_code>): Move, per
DR 1182 to...
* include/bits/basic_string.h: ... here.
* include/std/system_error: ... and here, respectively.
* src/hash-aux.cc (hash<long double>::operator()(long double)):
Move definition...
* src/hash_c++0x.cc: ... here, new file.
* src/hash_tr1.cc: ... and here, tweak includes.
* src/compatibility-c++0x.cc (hash, _Fnv_hash): Remove.
* src/Makefile.am: Adjust.
* src/Makefile.in: Regenerate.
* include/std/functional: Include <bits/functexcept.h>.
* include/std/unordered_set: Remove redundant include.
* include/std/unordered_map: Likewise.
* include/tr1/functional_hash.h: Remove spurious trailing semicolon.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Remove
dg-excess.

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

14 years ago2010-02-22 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 22 Feb 2010 15:53:27 +0000 (15:53 +0000)]
2010-02-22  Richard Guenther  <rguenther@suse.de>

PR lto/43045
* tree-inline.c (declare_return_variable): Use the type of
the call stmt lhs if available.

* gfortran.dg/lto/20100222-1_0.f03: New testcase.
* gfortran.dg/lto/20100222-1_1.c: Likewise.

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

14 years agoIf a pass occurs in several pass lists, like pass_cleanup_eh which occurs in
baldrick [Mon, 22 Feb 2010 14:18:10 +0000 (14:18 +0000)]
If a pass occurs in several pass lists, like pass_cleanup_eh which occurs in
both all_small_ipa_passes and all_passes, make sure all instances of it are
considered for replacement/insertion when ref_pass_instance_number is zero,
not just the instance in the first pass list.

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

14 years ago2010-02-22 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 22 Feb 2010 14:09:26 +0000 (14:09 +0000)]
2010-02-22  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42749
* tree-tailcall.c (adjust_return_value_with_ops): Drop update
parameter.  Do arithmetic in the original type.
(update_accumulator_with_ops): Likewise.
(adjust_accumulator_values): Adjust.

* gcc.c-torture/compile/pr42749.c: New testcase.

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

14 years ago2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Mon, 22 Feb 2010 14:05:16 +0000 (14:05 +0000)]
2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
(QI to BLKmode splitter): New splitter.

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

14 years agoTurn on X86_TUNE_INTER_UNIT_MOVES for Atom.
hjl [Mon, 22 Feb 2010 13:44:24 +0000 (13:44 +0000)]
Turn on X86_TUNE_INTER_UNIT_MOVES for Atom.

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

* config/i386/i386.c (initial_ix86_tune_features): Turn on
X86_TUNE_INTER_UNIT_MOVES for m_ATOM.

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

14 years ago2010-02-22 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 22 Feb 2010 09:47:59 +0000 (09:47 +0000)]
2010-02-22  Richard Guenther  <rguenther@suse.de>

* tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.

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

14 years ago2010-02-22 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 22 Feb 2010 05:43:57 +0000 (05:43 +0000)]
2010-02-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43072
* dependency.c (gfc_full_array_ref_p): Check for contiguous by
checking the rest of the dimensions for elements.

2010-02-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43072
* gfortran.dg/internal_pack_6.f90: Number of 'packs' now zero.
* gfortran.dg/internal_pack_9.f90: New test.

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

14 years ago2010, not 2009; old emacs bug
hp [Mon, 22 Feb 2010 00:52:11 +0000 (00:52 +0000)]
2010, not 2009; old emacs bug

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

14 years ago Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
hp [Mon, 22 Feb 2010 00:38:30 +0000 (00:38 +0000)]
Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
* config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
($(T)crti.o, $(T)crtn.o): Remove rules.

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

14 years ago Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
hp [Mon, 22 Feb 2010 00:37:30 +0000 (00:37 +0000)]
Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
* config/mmix/t-mmix: New file.
* config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.

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

14 years agoDaily bump.
gccadmin [Mon, 22 Feb 2010 00:16:44 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Sun, 21 Feb 2010 21:20:04 +0000 (21:20 +0000)]
2010-02-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/23510
cp/
* error.c (print_instantiation_partial_context_line): New.
(print_instantiation_partial_context): Print at most 12 contexts,
skip the rest with a message.
testsuite/
* g++.dg/template/recurse.C: Adjust.
* g++.dg/template/pr23510.C: New.

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

14 years ago2010-02-21 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 21 Feb 2010 19:55:17 +0000 (19:55 +0000)]
2010-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/complex (proj): Change return type per DR 1137.
(conj): Copy from tr1_impl, likewise adjust return type.
* include/tr1_impl/complex (conj): Remove.
* include/tr1/complex (conj): Add both overloads.
* testsuite/26_numerics/complex/dr781.cc: Rename to...
* testsuite/26_numerics/complex/dr781_dr1137.cc: ... this, and extend.

* include/tr1_impl/complex (arg): Optimize.

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

14 years agoFix PR c++/42824
dodji [Sun, 21 Feb 2010 18:06:39 +0000 (18:06 +0000)]
Fix PR c++/42824

gcc/cp/ChangeLog:
PR c++/42824
* pt.c (lookup_template_class): Better support of specialization
of member of class template implicit instantiation.

gcc/testsuite/ChangeLog:
PR c++/42824
* g++.dg/template/memclass4.C: New test.

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

14 years ago * sv.po: Update.
jsm28 [Sun, 21 Feb 2010 17:50:07 +0000 (17:50 +0000)]
* sv.po: Update.

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

14 years ago2010-02-21 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 21 Feb 2010 13:06:07 +0000 (13:06 +0000)]
2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * doc/invoke.texi (-fassociative-math): Document that this
        option is automatically enabled for Fortran.

2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * gfortran.h (gfc_option_t): New flag -fprotect-parens.
        * lang.opt: Ditto.
        * option.c (gfc_init_options,gfc_handle_option): Ditto.
        * trans-expr.c (gfc_conv_expr_op): Use the flag.
        * invoke.texi: Document new -fno-protect-parens flag.

2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * gfortran.dg/reassoc_5.f90: New test.

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

14 years ago2010-02-21 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 21 Feb 2010 11:06:42 +0000 (11:06 +0000)]
2010-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/20_util/is_trivial/requirements/typedefs.cc: New.
* testsuite/20_util/is_trivial/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_pod/value.cc: Likewise.
* testsuite/20_util/is_pod/requirements/typedefs.cc: Likewise.
* testsuite/20_util/is_pod/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_standard_layout/requiremenents/
typedefs.cc: Likewise.
* testsuite/20_util/is_standard_layout/requiremenents/
explicit_instantiation.cc: Likewise.

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

14 years agogcc/
davem [Sun, 21 Feb 2010 03:58:51 +0000 (03:58 +0000)]
gcc/

2010-02-20  David S. Miller  <davem@davemloft.net>

* configure.ac: Test if linker and assembler properly support
GOTDATA_OP relocations.
* configure: Rebuild.
* config.in: Likewise.
* config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
(movsi_lo_sum_pic): Use %gdop_*() relocs if available.
(movsi_high_pic): Likewise.
(movdi_lo_sum_pic): Likewise.
(movdi_high_pic): Likewise.
(movsi_pic_gotdata_op): New pattern.
(movdi_pic_gotdata_op): Likewise.
* config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.

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

14 years agoDaily bump.
gccadmin [Sun, 21 Feb 2010 00:16:43 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR target/43067
uros [Sat, 20 Feb 2010 22:11:32 +0000 (22:11 +0000)]
PR target/43067
* config/i386/sse.md (xop_mulv2div2di3_low): Change type
attribute to ssemul.
(xop_mulv2div2di3_high): Ditto.

testsuite/ChangeLog:

PR target/43067
* gcc.target/i386/pr43067.c: New test.

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

14 years ago2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Sat, 20 Feb 2010 21:32:06 +0000 (21:32 +0000)]
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/35669
* c.opt (Wconversion-null): New option.
* doc/invoke.texi (Wconversion-null): Document.

cp/
* call.c (conversion_null_warnings): Replace -Wconversion with
-Wconversion-null.
* cvt.c (build_expr_type_conversion): Likewise.

testsuite/
* g++.dg/warn/Wconversion2.C: Replace -Wconversion with
-Wconversion-null.
* g++.dg/warn/Wconversion-null.C: New test.
* g++.old-deja/g++.other/null1.C: Move to...
* g++.dg/warn/Wconversion-null-2.C: ... here. Remove -Wconversion.

libstdc++-v3/
* testsuite/18_support/headers/cstddef/macros.cc: Add
-Wno-conversion-null.

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

14 years ago PR middle-end/43125
mrs [Sat, 20 Feb 2010 17:28:14 +0000 (17:28 +0000)]
PR middle-end/43125
* c-decl.c (merge_decls): Merge DECL_PRESERVE_P.

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

14 years ago2010-02-20 Paul Thomas <pault@gcc.gnu.org>
pault [Sat, 20 Feb 2010 12:46:43 +0000 (12:46 +0000)]
2010-02-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36932
PR fortran/36933
PR fortran/43072
PR fortran/43111
* dependency.c (gfc_check_argument_var_dependency): Use enum
value instead of arithmetic vaue for 'elemental'.
(check_data_pointer_types): New function.
(gfc_check_dependency): Call check_data_pointer_types.
* trans-array.h : Change fourth argument of
gfc_conv_array_parameter to boolean.
* trans-array.c (gfc_conv_array_parameter): A contiguous array
can be a dummy but it must not be assumed shape or deferred.
Change fourth argument to boolean. Array constructor exprs will
always be contiguous and do not need packing and unpacking.
* trans-expr.c (gfc_conv_procedure_call): Clean up some white
space and change fourth argument of gfc_conv_array_parameter
to boolean.
(gfc_trans_arrayfunc_assign): Change fourth argument of
gfc_conv_array_parameter to boolean.
* trans-io.c (gfc_convert_array_to_string): The same.
* trans-intrinsic.c (gfc_conv_intrinsic_loc): The same.

2010-02-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36932
PR fortran/36933
* gfortran.dg/dependency_26.f90: New test.

PR fortran/43072
* gfortran.dg/internal_pack_7.f90: New test.

PR fortran/43111
* gfortran.dg/internal_pack_8.f90: New test.

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

14 years ago2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Sat, 20 Feb 2010 12:17:49 +0000 (12:17 +0000)]
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* common.opt (Wlarger-than-): Add Undocumented.

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

14 years ago2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Sat, 20 Feb 2010 11:51:02 +0000 (11:51 +0000)]
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 43128
* c-c++-common/pr41779.c: Fix broken testcase.

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

14 years ago2010-02-20 Tobias Burnus <burnus@net-b.de>
burnus [Sat, 20 Feb 2010 08:31:25 +0000 (08:31 +0000)]
2010-02-20  Tobias Burnus  <burnus@net-b.de>

        PR fortran/42958
        * libgfortran.h: Add GFC_RTCHECK_MEM.
        * invoke.texi (-fcheck=): Document -fcheck=mem.
        * tranc.c (gfc_call_malloc): Remove negative-size run-time error
        and enable malloc-success check only with -fcheck=mem.
        * option.c (gfc_handle_runtime_check_option): Add -fcheck=mem.

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

14 years ago * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
mrs [Sat, 20 Feb 2010 06:50:26 +0000 (06:50 +0000)]
* config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.

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

14 years ago PR target/40332
jason [Sat, 20 Feb 2010 03:50:13 +0000 (03:50 +0000)]
PR target/40332
* configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
* configure: Likewise.

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

14 years agoDaily bump.
gccadmin [Sat, 20 Feb 2010 00:16:42 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR middle-end/42344
amodra [Fri, 19 Feb 2010 23:38:20 +0000 (23:38 +0000)]
PR middle-end/42344
* cgraph.h (cgraph_make_decl_local): Declare.
* cgraph.c (cgraph_make_decl_local): New function.
(cgraph_make_node_local): Use it.
* cgraphunit.c (cgraph_function_versioning): Likewise.
* ipa.c (function_and_variable_visibility): Likewise.

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

14 years ago PR bootstrap/43121
jakub [Fri, 19 Feb 2010 22:12:25 +0000 (22:12 +0000)]
PR bootstrap/43121
* except.c (sjlj_emit_function_enter): Don't call
add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
directly.
* rtl.h (add_reg_br_prob_note): Remove prototype.

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

14 years ago2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Fri, 19 Feb 2010 21:21:34 +0000 (21:21 +0000)]
2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 36513
testsuite/
* c-c++-common/pr36513.c: New testcase.
* c-c++-common/pr36513-2.c: New testcase.

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

14 years ago2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Fri, 19 Feb 2010 21:12:09 +0000 (21:12 +0000)]
2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 41779
* c-common.c (conversion_warning): Remove widening conversions
before checking the conversion of integers to reals.
testsuite/
* c-c++-common/pr41779.c: New.

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