]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Mon, 25 Feb 2013 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196247
GCC Administrator [Sun, 24 Feb 2013 00:17:56 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196239
Janus Weil [Sat, 23 Feb 2013 14:40:49 +0000 (15:40 +0100)]
re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedure-pointer component)
2013-02-23 Janus Weil <janus@gcc.gnu.org>
PR fortran/56385
* trans-array.c (structure_alloc_comps): Handle procedure-pointer
components with allocatable result.
2013-02-23 Janus Weil <janus@gcc.gnu.org>
PR fortran/56385
* gfortran.dg/proc_ptr_comp_37.f90: New.
From-SVN: r196237
GCC Administrator [Sat, 23 Feb 2013 00:17:26 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196234
GCC Administrator [Fri, 22 Feb 2013 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196216
Jakub Jelinek [Thu, 21 Feb 2013 09:56:01 +0000 (10:56 +0100)]
re PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))
PR bootstrap/56258
* doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
instead of @itemx.
* gnat-style.texi (@title): Remove @hfill.
* projects.texi: Avoid line wrapping inside of @pxref or
@xref.
* doc/cp-tools.texinfo (Virtual Machine Options): Use just
one @gccoptlist instead of 3 separate ones.
From-SVN: r196198
GCC Administrator [Thu, 21 Feb 2013 00:17:39 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196189
GCC Administrator [Wed, 20 Feb 2013 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196159
GCC Administrator [Tue, 19 Feb 2013 00:17:36 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196130
GCC Administrator [Mon, 18 Feb 2013 00:17:29 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196113
GCC Administrator [Sun, 17 Feb 2013 00:19:50 +0000 (00:19 +0000)]
Daily bump.
From-SVN: r196105
GCC Administrator [Sat, 16 Feb 2013 00:17:24 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196096
Tobias Burnus [Fri, 15 Feb 2013 14:20:49 +0000 (15:20 +0100)]
re PR fortran/56318 (Wrong result with MATMUL of PARAMETER)
2013-02-15 Tobias Burnus <burnus@net-b.de>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/56318
* simplify.c (gfc_simplify_matmul): Fix result shape
and matmul result.
2013-02-15 Tobias Burnus <burnus@net-b.de>
PR fortran/56318
* gcc/testsuite/gfortran.dg/matmul_9.f90: New.
From-SVN: r196079
GCC Administrator [Fri, 15 Feb 2013 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196061
GCC Administrator [Thu, 14 Feb 2013 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196037
Tobias Burnus [Wed, 13 Feb 2013 17:51:11 +0000 (18:51 +0100)]
backport: re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647)
2013-02-13 Tobias Burnus <burnus@net-b.de>
Backported from mainline
2013-01-07 Tobias Burnus <burnus@net-b.de>
Thomas Koenig <tkoenig@gcc.gnu.org>
Jakub Jelinek <jakub@redhat.com>
PR fortran/55852
* expr.c (gfc_build_intrinsic_call): Avoid clashes
with user's procedures.
* gfortran.h (gfc_build_intrinsic_call): Update prototype.
(GFC_PREFIX): Define.
* simplify.c (gfc_simplify_size): Update call.
2013-02-13 Tobias Burnus <burnus@net-b.de>
Backported from mainline
2013-01-07 Tobias Burnus <burnus@net-b.de>
Uros Bizjak <ubizjak@gmail.com>
PR fortran/55852
* gfortran.dg/intrinsic_size_3.f90: New.
From-SVN: r196020
Kai Tietz [Wed, 13 Feb 2013 10:31:49 +0000 (11:31 +0100)]
Fix typo in ChangeLog
From-SVN: r196007
Kai Tietz [Wed, 13 Feb 2013 10:21:25 +0000 (11:21 +0100)]
re PR target/52122 (incorrect ln -s replacement for mingw like targets in configure files)
PR target/52122
* Makefile.in (LN_S_RECUSIVE): New.
(adainclude, adalib): Use LN_S_RECURSIVE for copy.
From-SVN: r196004
Kai Tietz [Wed, 13 Feb 2013 09:58:10 +0000 (10:58 +0100)]
Revert rev 195982
From-SVN: r195999
GCC Administrator [Wed, 13 Feb 2013 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195993
Kai Tietz [Tue, 12 Feb 2013 15:38:57 +0000 (16:38 +0100)]
re PR target/52122 (incorrect ln -s replacement for mingw like targets in configure files)
PR target/52122
* Makefile.in (LN_S_RECUSIVE): New.
(adainclude, adalib): Use LN_S_RECURSIVE for copy.
From-SVN: r195982
GCC Administrator [Tue, 12 Feb 2013 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195963
Uros Bizjak [Mon, 11 Feb 2013 17:29:53 +0000 (18:29 +0100)]
backport: re PR rtl-optimization/56275 (ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.)
Backport from mainline
2013-02-11 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/56275
* simplify-rtx.c (avoid_constant_pool_reference): Check that
offset is non-negative and less than cmode size before
calling simplify_subreg.
testsuite/ChangeLog
Backport from mainline
2013-02-11 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/56275
* gcc.dg/pr56275.c: New test.
From-SVN: r195947
GCC Administrator [Mon, 11 Feb 2013 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195932
GCC Administrator [Sun, 10 Feb 2013 00:17:18 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195928
Jason Merrill [Sat, 9 Feb 2013 20:53:59 +0000 (15:53 -0500)]
re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)
PR c++/56247
* pt.c (eq_specializations): Set comparing_specializations.
* tree.c (cp_tree_equal): Check it.
* cp-tree.h: Declare it.
From-SVN: r195924
GCC Administrator [Sat, 9 Feb 2013 00:17:36 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195907
David Edelsohn [Fri, 8 Feb 2013 15:07:55 +0000 (15:07 +0000)]
backport: rs6000.c (rs6000_option_override_internal): Clear MASK_VSX from set_masks if OS_MISSING_ALTIVEC.
2013-02-08 David Edelsohn <dje.gcc@gmail.com>
Michael Meissner <meissner@linux.vnet.ibm.com>
Backport from mainline
* config/rs6000/rs6000.c (rs6000_option_override_internal): Clear
MASK_VSX from set_masks if OS_MISSING_ALTIVEC.
Co-Authored-By: Michael Meissner <meissner@linux.vnet.ibm.com>
From-SVN: r195889
GCC Administrator [Fri, 8 Feb 2013 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r195872
Simon Wright [Thu, 7 Feb 2013 18:08:41 +0000 (18:08 +0000)]
re PR target/50678 (FAIL: c52104y on x86_64-apple-darwin10)
PR target/50678
* init.c (__darwin_major_version): New function for x86-64/Darwin.
(__gnat_adjust_context_for_raise) [Darwin]: Disable the workaround
on Darwin 12 and above.
From-SVN: r195864
GCC Administrator [Thu, 7 Feb 2013 00:17:14 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195830
GCC Administrator [Wed, 6 Feb 2013 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195775
GCC Administrator [Tue, 5 Feb 2013 00:17:39 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195744
GCC Administrator [Mon, 4 Feb 2013 00:17:56 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195704
Thomas Koenig [Sun, 3 Feb 2013 13:15:18 +0000 (13:15 +0000)]
backport: re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosing missing end of construct)
2013-02-03 Thomas Koenig <tkoenig@gcc.gnu.org>
Backport from trunk
PR fortran/50627
PR fortran/56054
* decl.c (gfc_match_end): Remove half-ready namespace
from parent if the end of a block is missing.
* parse.c (parse_module): Do not put namespace into
gsymbol on error.
2013-02-03 Thomas Koenig <tkoenig@gcc.gnu.org>
Backport from trunk
PR fortran/50627
PR fortran/56054
* gfortran.dg/block_12.f90: New test.
* gfortran.dg/module_error_1.f90: New test.
From-SVN: r195695
GCC Administrator [Sun, 3 Feb 2013 00:18:07 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r195688
GCC Administrator [Sat, 2 Feb 2013 00:17:26 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195680
Eric Botcazou [Fri, 1 Feb 2013 10:26:07 +0000 (10:26 +0000)]
fold-const.c (make_range_step): Bail out if the range isn't testing for zero.
* fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
range isn't testing for zero.
From-SVN: r195644
GCC Administrator [Fri, 1 Feb 2013 00:17:50 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195635
GCC Administrator [Thu, 31 Jan 2013 00:17:44 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195596
Kai Tietz [Wed, 30 Jan 2013 16:58:10 +0000 (17:58 +0100)]
re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
PR other/54620
PR target/39064
* md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
stdint.h and sys/types.h headers are present.
* sha1.h (sha1_uintptr, sha1_uint32): Likewise.
From-SVN: r195581
GCC Administrator [Wed, 30 Jan 2013 00:17:38 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195566
GCC Administrator [Tue, 29 Jan 2013 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195523
GCC Administrator [Mon, 28 Jan 2013 00:17:29 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195498
Uros Bizjak [Sun, 27 Jan 2013 18:37:23 +0000 (19:37 +0100)]
backport: re PR target/56114 (x86_64-linux-gnu-gcc generate wrong asm instruction MOVABS for intel syntax)
Backport from mainline
2013-01-27 Uros Bizjak <ubizjak@gmail.com>
PR target/56114
* config/i386/i386.md (*movabs<mode>_1): Add square brackets around
operand 0 in movabs insn template for -masm=intel asm alternative.
(*movabs<mode>_2): Ditto for operand 1.
From-SVN: r195497
GCC Administrator [Sun, 27 Jan 2013 00:17:06 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195489
GCC Administrator [Sat, 26 Jan 2013 00:17:20 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195483
GCC Administrator [Fri, 25 Jan 2013 00:17:07 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195449
Martin Jambor [Thu, 24 Jan 2013 15:41:04 +0000 (16:41 +0100)]
backport: re PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXPR produced by SRA)
2013-01-24 Martin Jambor <mjambor@suse.cz>
Backport from mainline
2013-01-04 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/55755
* tree-sra.c (sra_modify_assign): Do not check that an access has no
children when trying to avoid producing a VIEW_CONVERT_EXPR.
testsuite/
* gcc.dg/torture/pr55755.c: New test.
* gcc.dg/tree-ssa/sra-13.c: Likewise.
* gcc.dg/tree-ssa/pr45144.c: Update.
From-SVN: r195429
GCC Administrator [Thu, 24 Jan 2013 00:17:57 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195415
GCC Administrator [Wed, 23 Jan 2013 00:17:26 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195394
GCC Administrator [Tue, 22 Jan 2013 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195352
Uros Bizjak [Mon, 21 Jan 2013 18:02:57 +0000 (19:02 +0100)]
re PR rtl-optimization/56023 ([alpha] -fcompare-debug failure due to sched1 pass)
PR rtl-optimization/56023
* haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
dependent on debug instruction.
testsuite/ChangeLog:
PR rtl-optimization/56023
* gcc.dg/pr56023.c: New test.
From-SVN: r195345
Martin Jambor [Mon, 21 Jan 2013 17:09:22 +0000 (18:09 +0100)]
re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak)
2013-01-21 Martin Jambor <mjambor@suse.cz>
PR tree-optimizations/55264
* cgraph.c (cgraph_create_virtual_clone): Mark clones as non-virtual.
* cgraph.h (cgraph_only_called_directly_p): Return false for virtual
functions.
* ipa-inline.c (cgraph_clone_inlined_nodes): Do reuse nodes of any
virtual function.
* ipa.c (cgraph_remove_unreachable_nodes): Never return true for
virtual methods before inlining is over.
testsuite/
* g++.dg/ipa/pr55264.C: New test.
From-SVN: r195340
GCC Administrator [Mon, 21 Jan 2013 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195327
GCC Administrator [Sun, 20 Jan 2013 00:17:14 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195315
GCC Administrator [Sat, 19 Jan 2013 00:17:10 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195307
GCC Administrator [Fri, 18 Jan 2013 00:17:16 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195284
GCC Administrator [Thu, 17 Jan 2013 00:17:29 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195254
GCC Administrator [Wed, 16 Jan 2013 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195221
GCC Administrator [Tue, 15 Jan 2013 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195182
Janus Weil [Mon, 14 Jan 2013 21:24:36 +0000 (22:24 +0100)]
re PR fortran/55072 (Missing internal_pack leads to wrong code with derived type)
2013-01-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/55072
* trans-array.c (gfc_conv_array_parameter): No packing was done for
full arrays of derived type.
2013-01-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/55072
* gfortran.dg/internal_pack_13.f90: New test.
* gfortran.dg/internal_pack_14.f90: New test.
From-SVN: r195178
Matthias Klose [Mon, 14 Jan 2013 18:24:52 +0000 (18:24 +0000)]
- fix whitespace in laste gcc/ChangeLog entry
From-SVN: r195168
Paul Thomas [Mon, 14 Jan 2013 17:59:07 +0000 (17:59 +0000)]
re PR fortran/55618 (Failures with ISO_Varying_String test suite)
2013-01-14 Paul Thomas <pault@gcc.gnu.org>
PR fortran/55618
* trans-expr.c (gfc_conv_procedure_call): Dereference scalar
character function arguments to elemental procedures in
scalarization loops.
2013-01-14 Paul Thomas <pault@gcc.gnu.org>
PR fortran/55618
* gfortran.dg/elemental_scalar_args_2.f90: New test.
From-SVN: r195159
Matthias Klose [Mon, 14 Jan 2013 16:48:58 +0000 (16:48 +0000)]
- insert blank line in gcc/ChangeLog
From-SVN: r195156
Matthias Klose [Mon, 14 Jan 2013 16:35:23 +0000 (16:35 +0000)]
invoke.texi: Document -print-multiarch.
2013-01-14 Matthias Klose <doko@ubuntu.com>
* doc/invoke.texi: Document -print-multiarch.
* doc/install.texi: Document --enable-multiarch.
* doc/fragments.texi: Document MULTILIB_OSDIRNAMES, MULTIARCH_DIRNAME.
* configure.ac: Add --enable-multiarch option.
Substitute with_cpu, with_float.
* configure: Regenerate.
* Makefile.in (s-mlib): Pass MULTIARCH_DIRNAME to genmultilib.
enable_multiarch, with_cpu, with_float: New macros.
if_multiarch: New macro, define in terms of enable_multiarch.
* genmultilib: Add new argument for the multiarch name.
* gcc.c (multiarch_dir): Define.
(for_each_path): Search for multiarch suffixes.
(driver_handle_option): Handle multiarch option.
(do_spec_1): Pass -imultiarch if defined.
(main): Print multiarch.
(set_multilib_dir): Separate multilib and multiarch names
from multilib_select.
(print_multilib_info): Ignore multiarch names in multilib_select.
* incpath.c (add_standard_paths): Search the multiarch include dirs.
* cppdefault.h (default_include): Document multiarch in multilib
member.
* cppdefault.c: [LOCAL_INCLUDE_DIR, STANDARD_INCLUDE_DIR] Add an
include directory for multiarch directories.
* common.opt: New options --print-multiarch and -imultilib.
* config.gcc <i[34567]86-*-gnu*> (tmake_file): Include i386/t-gnu.
<i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu> (tmake_file):
Include i386/t-kfreebsd.
* config/i386/t-linux64: Add multiarch names in
MULTILIB_OSDIRNAMES, define MULTIARCH_DIRNAME.
* config/i386/t-linux: Define MULTIARCH_DIRNAME.
* config/i386/t-gnu: New file.
* config/i386/t-kfreebsd: Likewise.
* config/sparc/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/sparc/t-linux: Define MULTIARCH_DIRNAME.
* config/pa/t-linux, config/pa/t-linux64: Define MULTIARCH_DIRNAME.
* config/mips/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.
* config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/rs6000/t-linux: New file; define MULTIARCH_DIRNAME.
* config/rs6000/t-fprules (SOFT_FLOAT_CPUS): New macro. Add e300c2
to the list.
(MULTILIB_MATCHES_FLOAT): Define in terms of SOFT_FLOAT_CPUS.
* config.gcc <powerpc-*-linux* | powerpc64-*-linux*> (tmake_file):
Include rs6000/t-linux for 32bit non-biarch configurations.
* config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/m68k/t-linux: Define MULTIARCH_DIRNAME.
* config/ia64/t-linux: New file; define MULTIARCH_DIRNAME.
* config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux.
From-SVN: r195154
Eric Botcazou [Mon, 14 Jan 2013 15:00:14 +0000 (15:00 +0000)]
tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
* tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Likewise.
(vect_estimate_min_profitable_iter): Adjust to above fix.
* tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
From-SVN: r195149
GCC Administrator [Mon, 14 Jan 2013 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r195138
GCC Administrator [Sun, 13 Jan 2013 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195126
GCC Administrator [Sat, 12 Jan 2013 00:18:38 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r195121
GCC Administrator [Fri, 11 Jan 2013 00:17:29 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195100
GCC Administrator [Thu, 10 Jan 2013 00:17:18 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195070
GCC Administrator [Wed, 9 Jan 2013 00:17:25 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195041
Mikael Morin [Tue, 8 Jan 2013 20:01:49 +0000 (20:01 +0000)]
re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)
PR fortran/42769
PR fortran/45836
PR fortran/45900
* module.c (read_module): Don't reuse local symtree if the associated
symbol isn't exactly the one wanted. Don't reuse local symtree if it is
ambiguous.
* resolve.c (resolve_call): Use symtree's name instead of symbol's to
lookup the symtree.
PR fortran/42769
PR fortran/45836
PR fortran/45900
* gfortran.dg/use_23.f90: New test.
* gfortran.dg/use_24.f90: New test.
* gfortran.dg/use_25.f90: New test.
* gfortran.dg/use_26.f90: New test.
* gfortran.dg/use_27.f90: New test.
From-SVN: r195032
GCC Administrator [Tue, 8 Jan 2013 00:17:45 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r195000
Mikael Morin [Mon, 7 Jan 2013 18:16:44 +0000 (18:16 +0000)]
Remove non-existant change from the ChangeLog
From-SVN: r194988
Steven G. Kargl [Mon, 7 Jan 2013 18:10:46 +0000 (18:10 +0000)]
re PR fortran/55827 (ICE with multiple fortran modules and character lenght determined by an interfaced pure function)
2013-01-07 Steven G. Kargl <kargl@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/55827
* trans-expr.c (gfc_conv_function_expr): Init sym earlier. Use it.
2013-01-07 Steven G. Kargl <kargl@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/55827
* gfortran.dg/use_22.f90: New test.
Co-Authored-By: Mikael Morin <mikael@gcc.gnu.org>
From-SVN: r194987
GCC Administrator [Mon, 7 Jan 2013 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194955
GCC Administrator [Sun, 6 Jan 2013 00:16:53 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r194934
John David Anglin [Sat, 5 Jan 2013 16:55:43 +0000 (16:55 +0000)]
re PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc)
PR target/53789
* config/pa/pa.md (movsi): Revert previous change.
* config/pa/pa.h (LEGITIMATE_CONSTANT_P): Reject all TLS symbol
references.
From-SVN: r194933
GCC Administrator [Sat, 5 Jan 2013 00:16:35 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r194922
Jason Merrill [Fri, 4 Jan 2013 20:30:15 +0000 (15:30 -0500)]
re PR c++/55877 (Anon visibility issues)
PR c++/55877
* decl.c (reset_type_linkage, bt_reset_linkage): New.
(grokdeclarator): Use reset_type_linkage.
* name-lookup.c (binding_table_foreach): Handle null table.
* tree.c (decl_anon_ns_mem_p): Check TYPE_MAIN_DECL, not TYPE_NAME.
From-SVN: r194915
Richard Henderson [Fri, 4 Jan 2013 04:19:44 +0000 (20:19 -0800)]
i386: Backport gcc.dg/torture/tls/tls-reload-1.c fix from master
* config/i386/i386.c (ix86_expand_move): Always assign to op1
after eliminating TLS symbols.
From-SVN: r194883
GCC Administrator [Fri, 4 Jan 2013 00:17:41 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194876
GCC Administrator [Thu, 3 Jan 2013 00:17:13 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194825
Jason Merrill [Wed, 2 Jan 2013 19:03:46 +0000 (14:03 -0500)]
re PR c++/55804 (GCC omits required call to constructor)
PR c++/55804
PR c++/55032
PR c++/55245
* tree.c (build_array_type_1): Revert earlier change.
* cp/tree.c (build_cplus_array_type): Copy layout information
to main variant if necessary.
From-SVN: r194813
GCC Administrator [Wed, 2 Jan 2013 00:17:19 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194771
GCC Administrator [Tue, 1 Jan 2013 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194765
GCC Administrator [Mon, 31 Dec 2012 00:17:04 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194758
GCC Administrator [Sun, 30 Dec 2012 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194754
GCC Administrator [Sat, 29 Dec 2012 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194747
GCC Administrator [Fri, 28 Dec 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r194740
GCC Administrator [Thu, 27 Dec 2012 00:16:59 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r194727
John David Anglin [Wed, 26 Dec 2012 17:29:08 +0000 (17:29 +0000)]
re PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc)
PR target/53789
* config/pa/pa.md (movsi): Reject expansion of TLS symbol references
after reload starts.
From-SVN: r194723
GCC Administrator [Wed, 26 Dec 2012 00:17:07 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194719
GCC Administrator [Tue, 25 Dec 2012 00:17:12 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194710
GCC Administrator [Mon, 24 Dec 2012 00:17:03 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194707
GCC Administrator [Sun, 23 Dec 2012 00:17:18 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194701
GCC Administrator [Sat, 22 Dec 2012 00:17:32 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r194689
Martin Jambor [Fri, 21 Dec 2012 22:28:40 +0000 (23:28 +0100)]
re PR tree-optimization/55355 (internal compiler error: in tree_low_cst, at tree.c:6415)
2012-12-21 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/55355
* tree-sra.c (type_internals_preclude_sra_p): Also check that
bit_position is small enough to fit a single HOST_WIDE_INT.
* testsuite/g++.dg/torture/pr55355.C: New test.
From-SVN: r194686