]>
git.ipfire.org Git - thirdparty/gcc.git/log
Ramana Radhakrishnan [Fri, 5 Apr 2013 08:31:13 +0000 (08:31 +0000)]
Fix PR48308 for the 4.6 branch.
2013-04-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR rtl-optimization/48308
* combine.c (enum undo_kind): Add UNDO_LINKS.
(do_SUBST): Check for oldval.
(do_SUBST_LINK): Define.
(SUBST_LINK): Define.
(try_combine): Use SUBST_LINK.
(undo_all): Handle UNDO_LINKS.
From-SVN: r197510
Andrey Belevantsev [Fri, 5 Apr 2013 08:10:58 +0000 (12:10 +0400)]
revert: [multiple changes]
2013-04-05 Andrey Belevantsev <abel@ispras.ru>
Revert
2013-04-01 Andrey Belevantsev <abel@ispras.ru>
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: r197509
GCC Administrator [Fri, 5 Apr 2013 00:16:14 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197498
Andrey Belevantsev [Thu, 4 Apr 2013 14:04:21 +0000 (18:04 +0400)]
backport: re PR rtl-optimization/54472 (ICE (spill_failure): unable to find a register to spill in class 'AREG' with -O -fschedule-insns -fselective-scheduling)
2013-04-04 Andrey Belevantsev <abel@ispras.ru>
Backport from mainline
2012-11-09 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/54472
* sel-sched-ir.c (has_dependence_note_reg_set): Handle implicit sets.
(has_dependence_note_reg_clobber,
as_dependence_note_reg_use): Likewise.
2012-11-09 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/54472
* gcc.dg/pr54472.c: New test.
From-SVN: r197483
Marek Polacek [Thu, 4 Apr 2013 11:03:11 +0000 (11:03 +0000)]
backport: re PR tree-optimization/48189 (ICE: SIGFPE (division by zero) in in predict_loops () at predict.c:991 with --param max-predicted-iterations=0)
Backported from mainline
2013-01-09 Steven Bosscher <steven@gcc.gnu.org>
Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/48189
* predict.c (predict_loops): If max is 0, don't call compare_tree_int.
If nitercst is 0, don't predict the exit edge.
From-SVN: r197478
Tobias Burnus [Thu, 4 Apr 2013 09:31:53 +0000 (11:31 +0200)]
backport: re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith strings)
libgfortran/
2013-04-04 Tobias Burnus <burnus@net-b.de>
Backport from mainline:
2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737
* io/format.c (parse_format): With caching, copy
dtp->format string.
(save_parsed_format): Use dtp->format directly without
copying.
2012-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737
* io/format.c (parse_format_list): Also cache FMT_STRING.
(parse_format): Update call.
gcc/testsuite/
2013-04-04 Tobias Burnus <burnus@net-b.de>
Backport from mainline:
2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737
* testsuite/gfortran.dg/fmt_cache_3.f90: New.
From-SVN: r197474
Tobias Burnus [Thu, 4 Apr 2013 08:37:35 +0000 (10:37 +0200)]
backport: re PR fortran/56735 (Namelist Read Error with question marks)
2013-04-04 Tobias Burnus <burnus@net-b.de>
Backport from mainline:
2013-03-28 Tobias Burnus <burnus@net-b.de>
PR fortran/56735
* io/list_read.c (nml_query): Only abort when
an error occured.
(namelist_read): Add goto instead of falling through.
2013-04-04 Tobias Burnus <burnus@net-b.de>
Backport from mainline:
2013-03-28 Tobias Burnus <burnus@net-b.de>
PR fortran/56735
* gfortran.dg/namelist_80.f90: New.
From-SVN: r197470
GCC Administrator [Thu, 4 Apr 2013 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197461
Jakub Jelinek [Wed, 3 Apr 2013 18:05:09 +0000 (20:05 +0200)]
backport: re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -foptimize-sibling-calls)
Backported from mainline
2013-03-06 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/56539
* tree-tailcall.c (adjust_return_value_with_ops): Use GSI_SAME_STMT
instead of GSI_CONTINUE_LINKING as last argument to
force_gimple_operand_gsi. Adjust function comment.
* gcc.c-torture/compile/pr56539.c: New test.
From-SVN: r197451
Jakub Jelinek [Wed, 3 Apr 2013 18:04:07 +0000 (20:04 +0200)]
backport: re PR c++/56239 (parse error calling operator() on parenthesized value-initialized temporary)
Backported from mainline
2013-02-07 Jakub Jelinek <jakub@redhat.com>
PR c++/56239
* parser.c (cp_parser_token_starts_cast_expression): Renamed to...
(cp_parser_tokens_start_cast_expression): ... this. Change parameter
to cp_parser *, call cp_lexer_peek_token first. For CPP_OPEN_PAREN,
return true only if 2nd token isn't CPP_CLOSE_PAREN.
(cp_parser_cast_expression): Adjust caller.
* g++.dg/parse/pr56239.C: New test.
From-SVN: r197450
Jakub Jelinek [Wed, 3 Apr 2013 18:02:57 +0000 (20:02 +0200)]
backport: re PR middle-end/56098 (conditional write through volatile pointer produces unintended read)
Backported from mainline
2013-01-25 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/56098
* tree-ssa-phiopt.c (nt_init_block): Don't call add_or_mark_expr
for stmts with volatile ops.
(cond_store_replacement): Don't optimize if assign has volatile ops.
(cond_if_else_store_replacement_1): Don't optimize if either
then_assign or else_assign have volatile ops.
* gcc.dg/pr56098-1.c: New test.
From-SVN: r197449
Jakub Jelinek [Wed, 3 Apr 2013 18:01:51 +0000 (20:01 +0200)]
backport: re PR middle-end/56015 (expand expands p[9] = COMPLEX_EXPR <-IMAGPART_EXPR <p[9]>, REALPART_EXPR <p[9]>>; incorrectly.)
Backported from mainline
2013-01-18 Jakub Jelinek <jakub@redhat.com>
PR middle-end/56015
* expr.c (expand_expr_real_2) <case COMPLEX_EXPR>: Handle
the case where writing real complex part of target modifies
op1.
* gfortran.dg/pr56015.f90: New test.
From-SVN: r197448
Jakub Jelinek [Wed, 3 Apr 2013 18:00:52 +0000 (20:00 +0200)]
backport: re PR middle-end/55921 (Crash in verify_ssa for asm to side-steps complex pessimization)
Backported from mainline
2013-01-10 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/55921
* tree-complex.c (expand_complex_asm): New function.
(expand_complex_operations_1): Call it for GIMPLE_ASM.
From-SVN: r197446
Jakub Jelinek [Wed, 3 Apr 2013 17:58:29 +0000 (19:58 +0200)]
backport: re PR c++/54858 (ICE in cp_tree_equal)
Backported from mainline
2012-10-08 Jakub Jelinek <jakub@redhat.com>
PR c++/54858
* tree.c (cp_tree_equal): Handle FIELD_DECL.
* g++.dg/template/pr54858.C: New test.
From-SVN: r197445
Jakub Jelinek [Wed, 3 Apr 2013 17:57:32 +0000 (19:57 +0200)]
backport: re PR middle-end/54486 (Spurious printf format warning mentions nonexistent type 'sizetype')
Backported from mainline
2012-09-05 Jakub Jelinek <jakub@redhat.com>
PR middle-end/54486
* builtins.c (fold_builtin_strspn, fold_builtin_strcspn): Use
build_int_cst with size_type_node instead of size_int.
* c-c++-common/pr54486.c: New test.
From-SVN: r197444
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
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
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
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
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
Jakub Jelinek [Wed, 3 Apr 2013 17:44:40 +0000 (19:44 +0200)]
* gcc.dg/pr45472.c: Remove copies.
From-SVN: r197438
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
GCC Administrator [Wed, 3 Apr 2013 00:16:05 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197381
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
GCC Administrator [Tue, 2 Apr 2013 00:16:09 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197335
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
Uros Bizjak [Mon, 1 Apr 2013 13:45:29 +0000 (15:45 +0200)]
* ChangeLog: Fix whitespace.
From-SVN: r197305
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
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
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
GCC Administrator [Mon, 1 Apr 2013 00:16:21 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197292
GCC Administrator [Sun, 31 Mar 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197273
GCC Administrator [Sat, 30 Mar 2013 00:16:12 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197254
GCC Administrator [Fri, 29 Mar 2013 00:16:19 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197220
GCC Administrator [Thu, 28 Mar 2013 00:16:19 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197181
GCC Administrator [Wed, 27 Mar 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197126
GCC Administrator [Tue, 26 Mar 2013 00:16:04 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197075
GCC Administrator [Mon, 25 Mar 2013 00:16:13 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197026
GCC Administrator [Sun, 24 Mar 2013 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r197013
GCC Administrator [Sat, 23 Mar 2013 00:16:08 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196986
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
GCC Administrator [Fri, 22 Mar 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196893
GCC Administrator [Thu, 21 Mar 2013 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196844
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
GCC Administrator [Wed, 20 Mar 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196801
GCC Administrator [Tue, 19 Mar 2013 09:20:19 +0000 (09:20 +0000)]
Daily bump.
From-SVN: r196785
GCC Administrator [Mon, 18 Mar 2013 00:19:05 +0000 (00:19 +0000)]
Daily bump.
From-SVN: r196759
GCC Administrator [Sun, 17 Mar 2013 00:18:29 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r196718
GCC Administrator [Sat, 16 Mar 2013 00:16:46 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196692
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
GCC Administrator [Fri, 15 Mar 2013 00:17:41 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196667
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
GCC Administrator [Thu, 14 Mar 2013 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196643
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
GCC Administrator [Wed, 13 Mar 2013 00:17:53 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196623
GCC Administrator [Tue, 12 Mar 2013 00:17:38 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196605
GCC Administrator [Mon, 11 Mar 2013 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196585
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
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
GCC Administrator [Sun, 10 Mar 2013 00:17:29 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196577
GCC Administrator [Sat, 9 Mar 2013 00:17:57 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196565
GCC Administrator [Fri, 8 Mar 2013 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196529
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
GCC Administrator [Thu, 7 Mar 2013 00:17:44 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196514
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
GCC Administrator [Wed, 6 Mar 2013 00:17:43 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196481
GCC Administrator [Tue, 5 Mar 2013 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196446
GCC Administrator [Mon, 4 Mar 2013 00:17:25 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196420
GCC Administrator [Sun, 3 Mar 2013 00:17:33 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196408
GCC Administrator [Sat, 2 Mar 2013 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196401
GCC Administrator [Fri, 1 Mar 2013 00:18:12 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r196363
GCC Administrator [Thu, 28 Feb 2013 00:16:54 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r196326
GCC Administrator [Wed, 27 Feb 2013 00:17:08 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196298
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
GCC Administrator [Tue, 26 Feb 2013 00:17:10 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r196271
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