]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
12 years agobackport: re PR c/54363 (ICE when compiling malformed struct initializers)
Jakub Jelinek [Wed, 3 Apr 2013 17:56:12 +0000 (19:56 +0200)] 
backport: re PR c/54363 (ICE when compiling malformed struct initializers)

Backported from mainline
2012-08-24  Jakub Jelinek  <jakub@redhat.com>

PR c/54363
* gimplify.c (optimize_compound_literals_in_ctor): Only recurse
if init is a CONSTRUCTOR.

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

From-SVN: r197443

12 years agobackport: re PR debug/53174 (ICE in expand_debug_expr, verify_ssa failed)
Jakub Jelinek [Wed, 3 Apr 2013 17:54:23 +0000 (19:54 +0200)] 
backport: re PR debug/53174 (ICE in expand_debug_expr, verify_ssa failed)

Backported from mainline
2012-05-03  Jakub Jelinek  <jakub@redhat.com>

PR debug/53174
* tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
removed.

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

From-SVN: r197442

12 years agobackport: re PR middle-end/52547 (ICE with openmp with nested function which requires...
Jakub Jelinek [Wed, 3 Apr 2013 17:52:33 +0000 (19:52 +0200)] 
backport: re PR middle-end/52547 (ICE with openmp with nested function which requires a trampoline)

Backported from mainline
2012-03-22  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/52547
* tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
on any new_local_var_chain vars declared during recursing on
GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.

* testsuite/libgomp.c/pr52547.c: New test.

From-SVN: r197441

12 years agobackport: re PR tree-optimization/52445 (conditional store replacement causes segfaul...
Jakub Jelinek [Wed, 3 Apr 2013 17:51:16 +0000 (19:51 +0200)] 
backport: re PR tree-optimization/52445 (conditional store replacement causes segfault in generated code)

Backported from mainline
2012-03-01  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/52445
* tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
add ssa_name_ver, offset and size fields and change store field
to bool.
(name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
(add_or_mark_expr): Likewise.  Only consider previous stores
with the same size and offset.
(nt_init_block): Only look at gimple_assign_single_p stmts,
doesn't look at rhs2.

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

From-SVN: r197440

12 years agoi386.md (*<shiftrt_insn><mode>3_mask): Use <shiftrt> instead of <shift>.
Jakub Jelinek [Wed, 3 Apr 2013 17:45:21 +0000 (19:45 +0200)] 
i386.md (*<shiftrt_insn><mode>3_mask): Use <shiftrt> instead of <shift>.

* config/i386/i386.md (*<shiftrt_insn><mode>3_mask): Use
<shiftrt> instead of <shift>.

From-SVN: r197439

12 years ago* gcc.dg/pr45472.c: Remove copies.
Jakub Jelinek [Wed, 3 Apr 2013 17:44:40 +0000 (19:44 +0200)] 
* gcc.dg/pr45472.c: Remove copies.

From-SVN: r197438

12 years agore PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)
Sebastian Huber [Wed, 3 Apr 2013 15:45:53 +0000 (15:45 +0000)] 
re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)

2013-04-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>

PR target/56771
* configure.ac: Require 64-bit int for arm*-*-rtems[.0-9]*.
* configure: Regenerate.

From-SVN: r197429

12 years agoDaily bump.
GCC Administrator [Wed, 3 Apr 2013 00:16:05 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197381

12 years agoi386.c (ix86_rtx_costs): Set proper rtx cost for ashl<mode>3_mask...
Wei Mi [Tue, 2 Apr 2013 16:54:58 +0000 (16:54 +0000)] 
i386.c (ix86_rtx_costs): Set proper rtx cost for ashl<mode>3_mask...

2013-04-02  Wei Mi  <wmi@google.com>

* config/i386/i386.c (ix86_rtx_costs): Set proper rtx cost for
ashl<mode>3_mask, *<shift_insn><mode>3_mask and
*<rotate_insn><mode>3_mask in i386.md.

From-SVN: r197365

12 years agoDaily bump.
GCC Administrator [Tue, 2 Apr 2013 00:16:09 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197335

12 years agoi386.md (*ashl<mode>3_mask): Rewrite as define_insn.
Wei Mi [Mon, 1 Apr 2013 17:59:51 +0000 (17:59 +0000)] 
i386.md (*ashl<mode>3_mask): Rewrite as define_insn.

2013-04-01  Wei Mi  <wmi@google.com>

* config/i386/i386.md (*ashl<mode>3_mask): Rewrite as define_insn.
Truncate operand 2 using %b asm operand modifier.
(*<shiftrt_insn><mode>3_mask): Ditto.
(*<rotate_insn><mode>3_mask): Ditto.

From-SVN: r197313

12 years ago* ChangeLog: Fix whitespace.
Uros Bizjak [Mon, 1 Apr 2013 13:45:29 +0000 (15:45 +0200)] 
* ChangeLog: Fix whitespace.

From-SVN: r197305

12 years agobackport: re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_asc...
Andrey Belevantsev [Mon, 1 Apr 2013 08:34:20 +0000 (12:34 +0400)] 
backport: re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_ascend, at sel-sched.c:6124 with -fselective-scheduling2)

        Backport from mainline
        2013-02-27  Andrey Belevantsev  <abel@ispras.ru>

        PR middle-end/45472

        * sel-sched-ir.c (merge_expr): Also change vinsn of merged expr
        when the may_trap_p bit of the exprs being merged differs.
        Reorder tests for speculativeness in the logical and operator.

        Backport from mainline
         2013-03-05  Jakub Jelinek  <jakub@redhat.com>

        PR middle-end/56461
        * sel-sched-ir.c (free_sched_pools): Release
        succs_info_pool.stack[succs_info_pool.max_top] vectors too
        if succs_info_pool.max_top isn't -1.

        Backport from mainline
        2013-02-27  Andrey Belevantsev  <abel@ispras.ru>

        PR middle-end/45472
        * gcc.dg/pr45472.c: New test.

From-SVN: r197302

12 years agobackport: re PR middle-end/55889 (ICE: in move_op_ascend, at sel-sched.c:6153 with...
Andrey Belevantsev [Mon, 1 Apr 2013 08:32:34 +0000 (12:32 +0400)] 
backport: re PR middle-end/55889 (ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling)

        Backport from mainline
        2012-02-19  Andrey Belevantsev  <abel@ispras.ru>

        PR middle-end/55889

        * sel-sched.c: Include ira.h.
        (implicit_clobber_conflict_p): New function.
        (moveup_expr): Use it.
        * Makefile.in (sel-sched.o): Depend on ira.h.

From-SVN: r197301

12 years agobackport: re PR middle-end/56077 (volatile ignored when function inlined)
Andrey Belevantsev [Mon, 1 Apr 2013 08:31:16 +0000 (12:31 +0400)] 
backport: re PR middle-end/56077 (volatile ignored when function inlined)

        Backport from mainline
        2013-02-25  Andrey Belevantsev  <abel@ispras.ru>
        Alexander Monakov  <amonakov@ispras.ru>

        PR middle-end/56077
        * sched-deps.c (sched_analyze_insn): When reg_pending_barrier,
        flush pending lists also on non-jumps.  Adjust comment.

From-SVN: r197300

12 years agoDaily bump.
GCC Administrator [Mon, 1 Apr 2013 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197292

12 years agoDaily bump.
GCC Administrator [Sun, 31 Mar 2013 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197273

12 years agoDaily bump.
GCC Administrator [Sat, 30 Mar 2013 00:16:12 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197254

12 years agoDaily bump.
GCC Administrator [Fri, 29 Mar 2013 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197220

12 years agoDaily bump.
GCC Administrator [Thu, 28 Mar 2013 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197181

12 years agoDaily bump.
GCC Administrator [Wed, 27 Mar 2013 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197126

12 years agoDaily bump.
GCC Administrator [Tue, 26 Mar 2013 00:16:04 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197075

12 years agoDaily bump.
GCC Administrator [Mon, 25 Mar 2013 00:16:13 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197026

12 years agoDaily bump.
GCC Administrator [Sun, 24 Mar 2013 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r197013

12 years agoDaily bump.
GCC Administrator [Sat, 23 Mar 2013 00:16:08 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196986

12 years agoSet callee_pass_avx256_p before emitting call instruction
H.J. Lu [Fri, 22 Mar 2013 17:00:36 +0000 (17:00 +0000)] 
Set callee_pass_avx256_p before emitting call instruction

gcc/

PR target/56560
* config/i386/i386.c (init_cumulative_args): Also set
cum->callee_return_avx256_p.
(ix86_function_arg): Set cum->callee_pass_avx256_p.  Set
cfun->machine->callee_pass_avx256_p only when MODE == VOIDmode.

* config/i386/i386.h (ix86_args): Add callee_pass_avx256_p and
callee_return_avx256_p.

gcc/

PR target/56560
* gcc.target/i386/pr56560.c: New file.

From-SVN: r196979

12 years agoDaily bump.
GCC Administrator [Fri, 22 Mar 2013 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196893

12 years agoDaily bump.
GCC Administrator [Thu, 21 Mar 2013 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196844

12 years agore PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))
Jack Howarth [Wed, 20 Mar 2013 11:08:52 +0000 (11:08 +0000)] 
re PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))

2013-03-20  Jack Howarth  <howarth@bromo.med.uc.edu>

PR bootstrap/56258
* doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
(PLUS_EXPR): Likewise.
* doc/cppopts.texi (--help): Likewise.
* doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise
(-fdump-rtl-cprop_hardreg): Likewise.
(-fdump-rtl-csa): Likewise.
(-fdump-rtl-dce): Likewise.
(-fdump-rtl-dbr): Likewise.
(-fdump-rtl-into_cfglayout): Likewise.
(-fdump-rtl-outof_cfglayout): Likewise.
(@gccoptlist): Move misplaced bracket.

From-SVN: r196820

12 years agoDaily bump.
GCC Administrator [Wed, 20 Mar 2013 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196801

12 years agoDaily bump.
GCC Administrator [Tue, 19 Mar 2013 09:20:19 +0000 (09:20 +0000)] 
Daily bump.

From-SVN: r196785

12 years agoDaily bump.
GCC Administrator [Mon, 18 Mar 2013 00:19:05 +0000 (00:19 +0000)] 
Daily bump.

From-SVN: r196759

12 years agoDaily bump.
GCC Administrator [Sun, 17 Mar 2013 00:18:29 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r196718

12 years agoDaily bump.
GCC Administrator [Sat, 16 Mar 2013 00:16:46 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196692

12 years agore PR fortran/56615 (Wrong code with TRANSFER of arrays of character with stride -1)
Tobias Burnus [Fri, 15 Mar 2013 12:06:08 +0000 (13:06 +0100)] 
re PR fortran/56615 (Wrong code with TRANSFER of arrays of character with stride -1)

2013-03-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/56615
        * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Pack arrays
        if they are not simply contiguous.

2013-03-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/56615
        * gfortran.dg/transfer_intrinsic_5.f90: New.

From-SVN: r196677

12 years agoDaily bump.
GCC Administrator [Fri, 15 Mar 2013 00:17:41 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196667

12 years agore PR c++/56403 (internal compiler error: in build_zero_init_1, at cp/init.c:279)
Jakub Jelinek [Thu, 14 Mar 2013 16:11:37 +0000 (17:11 +0100)] 
re PR c++/56403 (internal compiler error: in build_zero_init_1, at cp/init.c:279)

PR c++/56403
* init.c (build_zero_init_1): Use RECORD_OR_UNION_CODE_P instead
of CLASS_TYPE_P.

* g++.dg/torture/pr56403.C: New test.

From-SVN: r196660

12 years agoDaily bump.
GCC Administrator [Thu, 14 Mar 2013 00:16:55 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196643

12 years agore PR fortran/56575 (An invalid OO code causes ICE)
Paul Thomas [Wed, 13 Mar 2013 06:36:02 +0000 (06:36 +0000)] 
re PR fortran/56575 (An invalid OO code causes ICE)

2013-03-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/56575
* expr.c (gfc_default_initializer): Check that a class declared
type has any components.
* resolve.c (resolve_fl_derived0): On failing the test for C437
set the type to BT_UNKNOWN to prevent repeat error messages.

2013-03-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/56575
* gfortran.dg/class_56.f90: New test.

From-SVN: r196628

12 years agoDaily bump.
GCC Administrator [Wed, 13 Mar 2013 00:17:53 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196623

12 years agoDaily bump.
GCC Administrator [Tue, 12 Mar 2013 00:17:38 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196605

12 years agoDaily bump.
GCC Administrator [Mon, 11 Mar 2013 00:17:05 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196585

12 years agore PR fortran/55362 (ICE with size() on character pointer)
Paul Thomas [Sun, 10 Mar 2013 21:02:44 +0000 (21:02 +0000)] 
re PR fortran/55362 (ICE with size() on character pointer)

2013-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55362
* check.c (array_check): It is an error if a procedure is
passed.

2013-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55362
* gfortran.dg/intrinsic_size_4.f90 : New test.

From-SVN: r196584

12 years agore PR fortran/55362 (ICE with size() on character pointer)
Paul Thomas [Sun, 10 Mar 2013 20:14:48 +0000 (20:14 +0000)] 
re PR fortran/55362 (ICE with size() on character pointer)

2013-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55362
* check.c (array_check): It is an error if a procedure is
passed.

2013-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55362
* gfortran.dg/intrinsic_size_4.f90 : New test.

From-SVN: r196583

12 years agoDaily bump.
GCC Administrator [Sun, 10 Mar 2013 00:17:29 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196577

12 years agoDaily bump.
GCC Administrator [Sat, 9 Mar 2013 00:17:57 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196565

12 years agoDaily bump.
GCC Administrator [Fri, 8 Mar 2013 00:17:42 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196529

12 years agoChangeLog: Correct date to when committed not when submitted.
Joel Sherrill [Thu, 7 Mar 2013 15:22:45 +0000 (15:22 +0000)] 
ChangeLog: Correct date to when committed not when submitted.

2013-03-06  Joel Sherrill <joel.sherrill@oarcorp.com>

* ChangeLog: Correct date to when committed not when submitted.

From-SVN: r196522

12 years agoDaily bump.
GCC Administrator [Thu, 7 Mar 2013 00:17:44 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196514

12 years agoconfig.gcc (arm*-*-rtemself*): New.
Sebastian Huber [Wed, 6 Mar 2013 17:40:07 +0000 (17:40 +0000)] 
config.gcc (arm*-*-rtemself*): New.

2013-02-22  Sebastian Huber <sebastian.huber@embedded-brains.de>

* config.gcc (arm*-*-rtemself*): New.
(arm*-*-rtems*): Removed.
(arm*-*-eabi* | arm*-*-symbianelf*): Add
(arm*-*-rtems*).
* config/arm/rtems-eabi.h: New file.
* config/arm/t-rtems-eabi: New file.

From-SVN: r196501

12 years agoDaily bump.
GCC Administrator [Wed, 6 Mar 2013 00:17:43 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196481

12 years agoDaily bump.
GCC Administrator [Tue, 5 Mar 2013 00:17:02 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196446

12 years agoDaily bump.
GCC Administrator [Mon, 4 Mar 2013 00:17:25 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196420

12 years agoDaily bump.
GCC Administrator [Sun, 3 Mar 2013 00:17:33 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196408

12 years agoDaily bump.
GCC Administrator [Sat, 2 Mar 2013 00:17:37 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196401

12 years agoDaily bump.
GCC Administrator [Fri, 1 Mar 2013 00:18:12 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r196363

12 years agoDaily bump.
GCC Administrator [Thu, 28 Feb 2013 00:16:54 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r196326

12 years agoDaily bump.
GCC Administrator [Wed, 27 Feb 2013 00:17:08 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196298

12 years agostreambuf (basic_streambuf): Use injected class name instead of non-standard __stream...
Jonathan Wakely [Wed, 27 Feb 2013 00:13:03 +0000 (00:13 +0000)] 
streambuf (basic_streambuf): Use injected class name instead of non-standard __streambuf_type typedef.

* include/std/streambuf (basic_streambuf): Use injected class name
instead of non-standard __streambuf_type typedef. Fix unclosed Doxygen
group.

From-SVN: r196297

12 years agoDaily bump.
GCC Administrator [Tue, 26 Feb 2013 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196271

12 years agoDaily bump.
GCC Administrator [Mon, 25 Feb 2013 00:17:27 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196247

12 years agoDaily bump.
GCC Administrator [Sun, 24 Feb 2013 00:17:56 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196239

12 years agore PR fortran/56385 ([OOP] ICE with allocatable function result in a procedure-pointe...
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

12 years agoDaily bump.
GCC Administrator [Sat, 23 Feb 2013 00:17:26 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196234

12 years agoDaily bump.
GCC Administrator [Fri, 22 Feb 2013 00:17:21 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196216

12 years agore PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))
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

12 years agoDaily bump.
GCC Administrator [Thu, 21 Feb 2013 00:17:39 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196189

12 years agoDaily bump.
GCC Administrator [Wed, 20 Feb 2013 00:17:35 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196159

12 years agoDaily bump.
GCC Administrator [Tue, 19 Feb 2013 00:17:36 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196130

12 years agoDaily bump.
GCC Administrator [Mon, 18 Feb 2013 00:17:29 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196113

12 years agoDaily bump.
GCC Administrator [Sun, 17 Feb 2013 00:19:50 +0000 (00:19 +0000)] 
Daily bump.

From-SVN: r196105

12 years agoDaily bump.
GCC Administrator [Sat, 16 Feb 2013 00:17:24 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196096

12 years agore PR fortran/56318 (Wrong result with MATMUL of PARAMETER)
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

12 years agoDaily bump.
GCC Administrator [Fri, 15 Feb 2013 00:17:27 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196061

12 years agoDaily bump.
GCC Administrator [Thu, 14 Feb 2013 00:17:42 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r196037

12 years agobackport: re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call...
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

12 years agoFix typo in ChangeLog
Kai Tietz [Wed, 13 Feb 2013 10:31:49 +0000 (11:31 +0100)] 
Fix typo in ChangeLog

From-SVN: r196007

12 years agore PR target/52122 (incorrect ln -s replacement for mingw like targets in configure...
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

12 years agoRevert rev 195982
Kai Tietz [Wed, 13 Feb 2013 09:58:10 +0000 (10:58 +0100)] 
Revert rev 195982

From-SVN: r195999

12 years agoDaily bump.
GCC Administrator [Wed, 13 Feb 2013 00:17:35 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195993

12 years agore PR target/52122 (incorrect ln -s replacement for mingw like targets in configure...
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

12 years agoDaily bump.
GCC Administrator [Tue, 12 Feb 2013 00:17:35 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195963

12 years agobackport: re PR rtl-optimization/56275 (ICE in simplify_subreg, at simplify-rtx.c...
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

12 years agoDaily bump.
GCC Administrator [Mon, 11 Feb 2013 00:17:27 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195932

12 years agoDaily bump.
GCC Administrator [Sun, 10 Feb 2013 00:17:18 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195928

12 years agore PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)
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

12 years agoDaily bump.
GCC Administrator [Sat, 9 Feb 2013 00:17:36 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195907

12 years agobackport: rs6000.c (rs6000_option_override_internal): Clear MASK_VSX from set_masks...
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

12 years agoDaily bump.
GCC Administrator [Fri, 8 Feb 2013 00:16:49 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r195872

12 years agore PR target/50678 (FAIL: c52104y on x86_64-apple-darwin10)
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

12 years agoDaily bump.
GCC Administrator [Thu, 7 Feb 2013 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195830

12 years agoDaily bump.
GCC Administrator [Wed, 6 Feb 2013 00:17:21 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195775

12 years agoDaily bump.
GCC Administrator [Tue, 5 Feb 2013 00:17:39 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195744

12 years agoDaily bump.
GCC Administrator [Mon, 4 Feb 2013 00:17:56 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195704

12 years agobackport: re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagno...
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

12 years agoDaily bump.
GCC Administrator [Sun, 3 Feb 2013 00:18:07 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r195688

12 years agoDaily bump.
GCC Administrator [Sat, 2 Feb 2013 00:17:26 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195680

12 years agofold-const.c (make_range_step): Bail out if the range isn't testing for zero.
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

12 years agoDaily bump.
GCC Administrator [Fri, 1 Feb 2013 00:17:50 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195635

12 years agoDaily bump.
GCC Administrator [Thu, 31 Jan 2013 00:17:44 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195596