]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Mon, 23 Jul 2012 00:16:40 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189763
Oleg Endo [Sun, 22 Jul 2012 23:49:56 +0000 (23:49 +0000)]
re PR target/33135 ([SH] -ffinite-math-only should not be on by default)
PR target/33135
* config/sh/sh.opt (mieee): Use Var instead of Mask. Correct
description.
* config/sh/sh.c (sh_option_override): Do not change
flag_finite_math_only. Set TARGET_IEEE to complement of
flag_finite_math_only.
* doc/invoke.texi (SH options): Add mno-ieee. Correct
description of mieee and mno-ieee behavior.
From-SVN: r189762
Jonathan Wakely [Sun, 22 Jul 2012 16:46:02 +0000 (16:46 +0000)]
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc)
PR libstdc++/53270
* acinclude.m4 (GLIBCXX_GTHREADS_CXX11_COPY_ASSIGN): Define.
* configure.ac (GLIBCXX_GTHREADS_CXX11_COPY_ASSIGN): Use it.
* config.h.in: Regenerate.
* configure: Likewise.
* include/ext/concurrence.h (__copy_gthr_type): Define.
(__mutex::__mutex, __recursive_mutex::__recursive_mutex,
__cond::__cond): Use it.
* include/ext/rope (__copy_gthr_mutex): Define.
(_Refcount_Base::_Refcount_Base, _Rope_RopeRep::_Rope_RopeRep): Use
it.
* src/condition_variable.cc (condition_variable::condition_variable):
Use memcpy instead of assignment.
From-SVN: r189758
GCC Administrator [Sun, 22 Jul 2012 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189749
GCC Administrator [Sat, 21 Jul 2012 00:16:44 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189735
GCC Administrator [Fri, 20 Jul 2012 00:16:17 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189693
GCC Administrator [Thu, 19 Jul 2012 00:16:33 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189635
GCC Administrator [Wed, 18 Jul 2012 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189592
GCC Administrator [Tue, 17 Jul 2012 00:16:51 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189557
Steven Bosscher [Mon, 16 Jul 2012 09:36:04 +0000 (09:36 +0000)]
backport: re PR rtl-optimization/53908 (csa removes needed memory load)
Backport from trunk:
gcc/
PR rtl-optimization/53908
* df-problems.c (can_move_insns_across): When doing
memory-reference book-keeping, handle call insns.
testsuite/
PR rtl-optimization/53908
* gcc.dg/torture/pr53908.c: New test.
From-SVN: r189512
GCC Administrator [Mon, 16 Jul 2012 00:16:50 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189497
GCC Administrator [Sun, 15 Jul 2012 00:17:12 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189487
Mikael Morin [Sat, 14 Jul 2012 15:24:12 +0000 (15:24 +0000)]
backport: [multiple changes]
2012-07-14 Mikael Morin <mikael@gcc.gnu.org>
Backport from trunk:
2012-01-09 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/51758
* trans-array.c (gfc_walk_elemental_function_args):
Skip over NULL() actual arguments.
2012-07-14 Mikael Morin <mikael.morin@gcc.gnu.org>
Backport from trunk:
2012-01-09 Tobias Burnus <burnus@net-b.de>
PR fortran/51758
* gfortran.dg/optional_absent_2.f90: New.
From-SVN: r189480
GCC Administrator [Sat, 14 Jul 2012 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189474
GCC Administrator [Fri, 13 Jul 2012 00:16:15 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189446
GCC Administrator [Thu, 12 Jul 2012 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189429
GCC Administrator [Wed, 11 Jul 2012 00:18:15 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r189418
GCC Administrator [Tue, 10 Jul 2012 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189399
GCC Administrator [Mon, 9 Jul 2012 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189363
GCC Administrator [Sun, 8 Jul 2012 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189353
Jonathan Wakely [Sat, 7 Jul 2012 18:35:52 +0000 (18:35 +0000)]
re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowing conversions)
PR libstdc++/53578
* include/ext/concurrence.h (__recursive_mutex::_S_destroy): Fix
narrowing conversion.
* include/std/mutex (__recursive_mutex_base::_S_destroy): Likewise.
From-SVN: r189352
GCC Administrator [Sat, 7 Jul 2012 00:16:45 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189342
Nick Clifton [Fri, 6 Jul 2012 10:09:28 +0000 (10:09 +0000)]
mn10300.c (mn10300_encode_section_info): Call default_encode_section_info.
* config/mn10300/mn10300.c (mn10300_encode_section_info): Call
default_encode_section_info.
From-SVN: r189318
GCC Administrator [Fri, 6 Jul 2012 00:16:39 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189308
Jonathan Wakely [Thu, 5 Jul 2012 01:10:10 +0000 (01:10 +0000)]
re PR libstdc++/53830 (condition_variable_any - deadlock issue)
PR libstdc++/53830
* include/std/condition_variable (condition_variable_any::wait):
Move _Unlock type to class scope.
(condition_variable_any::wait_until): Reuse it.
* testsuite/30_threads/condition_variable_any/53830.cc: New.
From-SVN: r189275
GCC Administrator [Thu, 5 Jul 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189270
Richard Guenther [Wed, 4 Jul 2012 13:56:00 +0000 (13:56 +0000)]
re PR middle-end/53433 (ICE in int_mode_for_mode, at stor-layout.c:424 during lto-bootstrap)
2012-07-04 Richard Guenther <rguenther@suse.de>
PR middle-end/53433
* tree-ssa-ccp.c (get_base_constructor): Do not return an
error_mark_node DECL_INITIAL.
From-SVN: r189263
GCC Administrator [Wed, 4 Jul 2012 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189243
Michael Hope [Tue, 3 Jul 2012 23:29:03 +0000 (23:29 +0000)]
re PR c++/53814 (FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test)
2012-07-03 Michael Hope <michael.hope@linaro.org>
PR c++/53814
* g++.dg/cpp0x/nullptr28.C: Change selector for explicit
options.
From-SVN: r189242
GCC Administrator [Tue, 3 Jul 2012 00:16:52 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r189182
Martin Jambor [Mon, 2 Jul 2012 15:53:21 +0000 (17:53 +0200)]
re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_locs at -O3)
2012-07-02 Martin Jambor <mjambor@suse.cz>
PR middle-end/38474
* ipa-prop.c (compute_known_type_jump_func): Check for a BINFO before
checking for a dynamic type change.
From-SVN: r189165
GCC Administrator [Mon, 2 Jul 2012 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189104
GCC Administrator [Sun, 1 Jul 2012 00:17:06 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189097
GCC Administrator [Sat, 30 Jun 2012 00:17:12 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189091
GCC Administrator [Fri, 29 Jun 2012 00:17:47 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189058
Richard Guenther [Thu, 28 Jun 2012 12:01:16 +0000 (12:01 +0000)]
re PR middle-end/53790 (ICE on dereferencing a extern union in asm statement)
2012-06-28 Richard Guenther <rguenther@suse.de>
PR middle-end/53790
* expr.c (expand_expr_real_1): Verify if the type is complete
before inspecting its size.
* gcc.dg/torture/pr53790.c: New testcase.
From-SVN: r189048
GCC Administrator [Thu, 28 Jun 2012 00:18:03 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r189031
GCC Administrator [Wed, 27 Jun 2012 00:17:15 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r189001
GCC Administrator [Tue, 26 Jun 2012 00:17:11 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188969
Jason Merrill [Mon, 25 Jun 2012 20:37:14 +0000 (16:37 -0400)]
re PR c++/52988 (std::async not executed on function returning nullptr_t)
PR c++/52988
* typeck.c (decay_conversion): Don't discard side-effects from
expressions of nullptr_t.
From-SVN: r188953
GCC Administrator [Mon, 25 Jun 2012 00:17:16 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188920
GCC Administrator [Sun, 24 Jun 2012 00:17:15 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188911
GCC Administrator [Sat, 23 Jun 2012 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188904
Richard Guenther [Fri, 22 Jun 2012 12:32:34 +0000 (12:32 +0000)]
gcov-iov.c: Include bconfig.h and system.h.
2012-06-22 Richard Guenther <rguenther@suse.de>
* gcov-iov.c: Include bconfig.h and system.h.
From-SVN: r188886
Richard Guenther [Fri, 22 Jun 2012 08:14:03 +0000 (08:14 +0000)]
re PR gcov-profile/53744 (gcov version oscillates between 407* and 407p on branches)
2012-06-22 Richard Guenther <rguenther@suse.de>
PR gcov-profile/53744
* gcov-iov.c (main): Treat "" and "prerelease" the same.
From-SVN: r188878
GCC Administrator [Fri, 22 Jun 2012 00:17:57 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188863
GCC Administrator [Thu, 21 Jun 2012 00:17:48 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188845
Jörg Sonnenberger [Wed, 20 Jun 2012 08:30:55 +0000 (08:30 +0000)]
re PR libstdc++/53678 (namespace pollution on NetBSD)
2012-06-20 Jörg Sonnenberger <joerg@britannica.bec.de>
Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/53678
* config/os/bsd/netbsd/ctype_base.h: Check for _CTYPE_U.
* testsuite/22_locale/ctype_base/53678.cc: New.
Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com>
From-SVN: r188819
Kaz Kojima [Wed, 20 Jun 2012 07:54:17 +0000 (07:54 +0000)]
stack-usage-1.c: Remove dg-options line for sh targets and add __sh__ case.
* gcc.dg/stack-usage-1.c: Remove dg-options line for sh targets
and add __sh__ case.
From-SVN: r188817
GCC Administrator [Wed, 20 Jun 2012 00:17:49 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188800
Joey Ye [Tue, 19 Jun 2012 12:30:17 +0000 (12:30 +0000)]
backport: arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1.
2012-06-19 Joey Ye <joey.ye@arm.com>
Backported from mainline
2011-10-14 David Alan Gilbert <david.gilbert@linaro.org>
* config/arm/arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1.
From-SVN: r188774
Joey Ye [Tue, 19 Jun 2012 03:01:10 +0000 (03:01 +0000)]
backport: re PR target/48126 (arm_output_sync_loop: misplaced memory barrier)
2012-06-18 Joey Ye <joey.ye@arm.com>
Backported from mainline
2011-10-14 David Alan Gilbert <david.gilbert@linaro.org>
PR target/48126
* config/arm/arm.c (arm_output_sync_loop): Move label before barrier.
From-SVN: r188766
GCC Administrator [Tue, 19 Jun 2012 00:18:41 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r188762
GCC Administrator [Mon, 18 Jun 2012 00:17:34 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188719
Uros Bizjak [Sun, 17 Jun 2012 14:09:00 +0000 (16:09 +0200)]
backport: sse.md (vcvtph2ps): Fix vec_select selector.
2012-06-17 Uros Bizjak <ubizjak@gmail.com>
Backport from mainline:
2012-06-17 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
From-SVN: r188707
John David Anglin [Sun, 17 Jun 2012 01:33:06 +0000 (01:33 +0000)]
backport: pa.h (MAX_PCREL17F_OFFSET): Define.
Backport from mainline:
2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
* config/pa/pa.c (pa_attr_length_millicode_call): Use
MAX_PCREL17F_OFFSET instead of fixed offset.
(pa_attr_length_call): Likewise.
(pa_attr_length_indirect_call): Likewise.
From-SVN: r188702
GCC Administrator [Sun, 17 Jun 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188699
GCC Administrator [Sat, 16 Jun 2012 00:16:59 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188687
GCC Administrator [Fri, 15 Jun 2012 00:17:50 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188643
Tobias Burnus [Thu, 14 Jun 2012 13:11:27 +0000 (15:11 +0200)]
re PR fortran/53597 (F95/F2003 constraint no longer triggers: un-SAVED default-initialized module variable)
2012-06-14 Tobias Burnus <burnus@net-b.de>
PR fortran/53597
* decl.c (match_attr_spec): Only mark module variables
as SAVE_IMPLICIT for Fortran 2008 and later.
2012-06-14 Tobias Burnus <burnus@net-b.de>
PR fortran/53597
* gfortran.dg/save_4.f90: New.
From-SVN: r188618
Christian Bruel [Thu, 14 Jun 2012 08:55:36 +0000 (10:55 +0200)]
re PR target/53621 ([SH] Frame pointers not generated with -fno-omit-frame-pointer on GCC 4.7.0)
PR target/53621
* config/sh/sh.c (sh_option_override): Don't force
flag_omit_frame_pointer and maccumulate_outgoing_args.
* config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
* gcc.dg/stack-usage-1.c: Force -fomit-frame-pointer on SH.
From-SVN: r188601
GCC Administrator [Thu, 14 Jun 2012 00:17:22 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188542
GCC Administrator [Wed, 13 Jun 2012 00:17:20 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188490
GCC Administrator [Tue, 12 Jun 2012 00:18:00 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r188407
GCC Administrator [Mon, 11 Jun 2012 00:16:59 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188373
GCC Administrator [Sun, 10 Jun 2012 00:16:38 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188368
GCC Administrator [Sat, 9 Jun 2012 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188352
GCC Administrator [Fri, 8 Jun 2012 00:17:18 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188320
GCC Administrator [Thu, 7 Jun 2012 00:17:43 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188287
GCC Administrator [Wed, 6 Jun 2012 00:17:45 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188255
Peter Bergner [Tue, 5 Jun 2012 21:42:30 +0000 (16:42 -0500)]
backport: gthr-posix.h (__gthread_active_p): Do not use preprocessor conditionals and comments inside macro arguments.
Backport from mainline
2011-08-29 Jakub Jelinek <jakub@redhat.com>
* gthr-posix.h (__gthread_active_p): Do not use preprocessor
conditionals and comments inside macro arguments.
From-SVN: r188250
Tobias Burnus [Tue, 5 Jun 2012 13:05:31 +0000 (15:05 +0200)]
re PR fortran/50619 (Surprising interaction between -finit-real=NAN and the associate construct)
2012-06-05 Tobias Burnus <burnus@net-b.de>
PR fortran/50619
* resolve.c (build_default_init_expr): Don't initialize
ASSOCIATE names.
2012-06-05 Tobias Burnus <burnus@net-b.de>
PR fortran/50619
* gfortran.dg/init_flag_10.f90: New.
From-SVN: r188237
GCC Administrator [Tue, 5 Jun 2012 00:16:54 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188214
Edmar Wienskoski [Mon, 4 Jun 2012 17:42:25 +0000 (17:42 +0000)]
re PR target/53559 (ICE on altivec builtins stv[l|r]x[l])
2012-06-04 Edmar Wienskoski <edmar@freescale.com>
PR target/53559
* config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
operands.
(altivec_stvlxl): Ditto.
(altivec_stvrx): Ditto.
(altivec_stvrxl): Ditto.
gcc/testsuite
2012-06-04 Edmar Wienskoski <edmar@freescale.com>
PR target/53559
* gcc.target/powerpc/cell_builtin_1.c: New test case.
* gcc.target/powerpc/cell_builtin_2.c: Ditto.
* gcc.target/powerpc/cell_builtin_3.c: Ditto.
* gcc.target/powerpc/cell_builtin_4.c: Ditto.
* gcc.target/powerpc/cell_builtin_5.c: Ditto.
* gcc.target/powerpc/cell_builtin_6.c: Ditto.
* gcc.target/powerpc/cell_builtin_7.c: Ditto.
* gcc.target/powerpc/cell_builtin_8.c: Ditto.
From-SVN: r188194
Georg-Johann Lay [Mon, 4 Jun 2012 09:53:04 +0000 (09:53 +0000)]
backport: re PR target/46261 (avr-gcc: Segfaults when compiled with the -mint8 option)
Backport from 2012-06-04 mainline r188172
PR target/46261
* config/avr/avr-stdint.h: New file.
* config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
newlib-stdint.h
From-SVN: r188174
GCC Administrator [Mon, 4 Jun 2012 00:17:25 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188158
John David Anglin [Sun, 3 Jun 2012 12:41:02 +0000 (12:41 +0000)]
re PR target/52999 (ICE, segmentation fault in c_tree_printer)
PR target/52999
* config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
(pa_section_type_flags): New.
* config/pa/pa.h (LEGITIMATE_CONSTANT_P): Revert previous change.
From-SVN: r188150
GCC Administrator [Sun, 3 Jun 2012 00:16:58 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188144
GCC Administrator [Sat, 2 Jun 2012 00:17:22 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188131
Tobias Burnus [Fri, 1 Jun 2012 20:06:39 +0000 (22:06 +0200)]
re PR fortran/53521 (Memory leak with zero-sized array constructor)
2012-06-01 Tobias Burnus <burnus@net-b.de>
PR fortran/53521
* trans.c (gfc_deallocate_scalar_with_status): Properly
handle the case size == 0.
From-SVN: r188124
GCC Administrator [Fri, 1 Jun 2012 00:17:17 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r188092
Richard Guenther [Thu, 31 May 2012 15:03:37 +0000 (15:03 +0000)]
re PR middle-end/53541 (gcc-4.6.2 segfaults on dumping tree information)
2012-05-31 Richard Guenther <rguenther@suse.de>
PR middle-end/53541
* tree-pretty-print.c (dump_generic_node): Guard against
NULL_TREE TREE_TYPE when dumping MEM_REF offset type.
From-SVN: r188066
GCC Administrator [Thu, 31 May 2012 00:16:59 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r188037
GCC Administrator [Wed, 30 May 2012 00:17:14 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187996
GCC Administrator [Tue, 29 May 2012 00:17:07 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187939
GCC Administrator [Mon, 28 May 2012 00:17:13 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187925
GCC Administrator [Sun, 27 May 2012 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187919
Eric Botcazou [Sat, 26 May 2012 10:44:06 +0000 (10:44 +0000)]
decl.c (variant_desc): Rename 'record' to 'new_type'.
* gcc-interface/decl.c (variant_desc): Rename 'record' to 'new_type'.
(build_variant_list): Adjust to above renaming.
(gnat_to_gnu_entity) <E_Record_Subtype>: Likewise. Give a unique name
to the type of the variant containers.
(create_variant_part_from): Likewise. Give a unique name to the type
of the variant part.
From-SVN: r187910
GCC Administrator [Sat, 26 May 2012 00:17:45 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187904
GCC Administrator [Fri, 25 May 2012 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187863
Bill Schmidt [Thu, 24 May 2012 13:52:56 +0000 (13:52 +0000)]
backport: re PR target/53385 ("Error: operand out of range" after changes for LSHIFT_EXPR in vrp.c)
2012-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
Backport from mainline
2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR target/53385
* config/rs6000/rs6000.c (print_operand): Revise code that unsafely
relied on signed overflow behavior.
From-SVN: r187834
GCC Administrator [Thu, 24 May 2012 00:17:47 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187820
Michael Hope [Wed, 23 May 2012 21:34:50 +0000 (21:34 +0000)]
Fix the PR entry in the ChangeLog. Should be:
2012-05-23 Michael Hope <michael.hope@linaro.org>
PR c++/52796
* g++.dg/cpp0x/variadic-value1.C: Change selector for explicit
options.
From-SVN: r187816
Michael Hope [Wed, 23 May 2012 21:29:55 +0000 (21:29 +0000)]
PR c++/PR52796
2012-05-23 Michael Hope <michael.hope@linaro.org>
PR c++/PR52796
* g++.dg/cpp0x/variadic-value1.C: Change selector for explicit
options.
From-SVN: r187813
Tobias Burnus [Wed, 23 May 2012 19:13:27 +0000 (21:13 +0200)]
re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function result to allocatable array, where one of its supplied arguments is itself an array function result)
2012-05-23 Tobias Burnus <burnus@net-b.de>
PR fortran/53389
* trans-array.c (gfc_add_loop_ss_code): Don't evaluate
expression, if ss->is_alloc_lhs is set.
2012-05-23 Tobias Burnus <burnus@net-b.de>
PR fortran/53389
* gfortran.dg/realloc_on_assign_15.f90: New.
From-SVN: r187810
GCC Administrator [Wed, 23 May 2012 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187786
Richard Guenther [Tue, 22 May 2012 09:23:01 +0000 (09:23 +0000)]
backport: re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)
2012-05-22 Richard Guenther <rguenther@suse.de>
Backport from mainline
2011-11-10 Richard Guenther <rguenther@suse.de>
PR middle-end/51071
* gimple.c (gimple_has_side_effects): Remove checking code
that doesn't belong here.
* gcc.dg/torture/pr51071.c: New testcase.
* gcc.dg/torture/pr51071-2.c: Likewise.
From-SVN: r187764
Richard Guenther [Tue, 22 May 2012 09:20:15 +0000 (09:20 +0000)]
backport: re PR target/52407 (sse2 simd uint32_t and int64_t and stack variable initialization)
2012-05-22 Richard Guenther <rguenther@suse.de>
Backport from mainline
2012-02-28 Richard Guenther <rguenther@suse.de>
PR target/52407
* config/i386/i386.c (ix86_expand_vector_set): Fix element
ordering for the VEC_CONCAT for two element vectors for
V2SFmode, V2SImode and V2DImode.
* gcc.dg/torture/pr52407.c: New testcase.
From-SVN: r187763
Richard Guenther [Tue, 22 May 2012 09:17:42 +0000 (09:17 +0000)]
backport: re PR c/52862 (ICE convert_to_pointer, at convert.c:50)
2012-05-22 Richard Guenther <rguenther@suse.de>
Backport from mainline
2012-04-12 Richard Guenther <rguenther@suse.de>
PR c/52862
* convert.c (convert_to_pointer): Remove special-casing of
zero.
* gcc.dg/pr52862.c: New testcase.
From-SVN: r187762
GCC Administrator [Tue, 22 May 2012 00:17:36 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187753