]>
git.ipfire.org Git - thirdparty/gcc.git/log
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
Joseph Myers [Mon, 21 May 2012 20:12:05 +0000 (21:12 +0100)]
re PR c/53418 (ICE at gimplify.c:7773)
PR c/53418
* c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
from folded operands before wrapping another around the
conditional expression.
testsuite:
* gcc.c-torture/compile/pr53418-1.c,
gcc.c-torture/compile/pr53418-2.c: New tests.
From-SVN: r187736
H.J. Lu [Mon, 21 May 2012 12:59:53 +0000 (12:59 +0000)]
Use unspec_volatile on rdrand<mode>_1
gcc/
Backport from mainline
PR target/53416
* config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
(UNSPECV_RDRAND): This.
(rdrand<mode>_1): Updated.
gcc/testsuite/
Backport from mainline
PR target/53416
* gcc.target/i386/pr53416.c: New file.
From-SVN: r187712
GCC Administrator [Mon, 21 May 2012 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187701
H.J. Lu [Sun, 20 May 2012 23:19:40 +0000 (23:19 +0000)]
Add RDRND, F16C and FSGSBASE support to -march=native
Backport from mainline
* config/i386/driver-i386.c (host_detect_local_cpu): Support
RDRND, F16C and FSGSBASE.
From-SVN: r187698
GCC Administrator [Sun, 20 May 2012 00:17:40 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187686
GCC Administrator [Sat, 19 May 2012 00:17:34 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187672
GCC Administrator [Fri, 18 May 2012 00:17:49 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187644
GCC Administrator [Thu, 17 May 2012 00:16:58 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r187618
Eric Botcazou [Wed, 16 May 2012 09:19:25 +0000 (09:19 +0000)]
* configure: Regenerate.
From-SVN: r187583
GCC Administrator [Wed, 16 May 2012 00:17:06 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187571
GCC Administrator [Tue, 15 May 2012 00:16:53 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r187491
Uros Bizjak [Mon, 14 May 2012 21:32:29 +0000 (23:32 +0200)]
re PR target/46098 (ICE: in extract_insn, at recog.c:2100 with -msse3 -ffloat-store and __builtin_ia32_loadupd())
PR target/46098
* config/i386/i386.c (ix86_expand_special_args_builtin): Always
generate target register for "load" class builtins.
Revert:
2010-10-22 Uros Bizjak <ubizjak@gmail.com>
PR target/46098
* config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
(avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
(*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
(<sse>_movu<ssemodesuffix>): New expander.
(*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
(avx_movdqu<avxmodesuffix>): New expander.
(*sse2_movdqu): Rename from sse2_movdqu.
(sse2_movdqu): New expander.
testsuite/ChangeLog:
* gcc.target/i386/avx256-unaligned-load-[1234].c: Update scan strings.
* gcc.target/i386/avx256-unaligned-store-[1234].c: Ditto.
From-SVN: r187483
GCC Administrator [Mon, 14 May 2012 00:17:54 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187447
Uros Bizjak [Sun, 13 May 2012 20:12:58 +0000 (22:12 +0200)]
backport: alpha.c (alpha_emit_conditional_branch): Handle ORDERED and UNORDERED conditions.
Backport from mainline
2012-05-12 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
ORDERED and UNORDERED conditions.
From-SVN: r187444
GCC Administrator [Sun, 13 May 2012 00:17:39 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187432
GCC Administrator [Sat, 12 May 2012 00:17:31 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187421
Tobias Burnus [Fri, 11 May 2012 22:33:21 +0000 (00:33 +0200)]
re PR fortran/53310 (EOSHIFT leaks memory)
2012-05-12 Tobias Burnus <burnus@net-b.de>
PR fortran/53310
* intrinsics/eoshift2.c (eoshift2): Do not leak
memory by allocating it in the loop.
From-SVN: r187418
GCC Administrator [Fri, 11 May 2012 00:17:31 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187389
GCC Administrator [Thu, 10 May 2012 00:17:33 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187360
GCC Administrator [Wed, 9 May 2012 00:17:53 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187305
GCC Administrator [Tue, 8 May 2012 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187273
GCC Administrator [Mon, 7 May 2012 00:17:40 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187221
John David Anglin [Sun, 6 May 2012 20:59:10 +0000 (20:59 +0000)]
re PR target/52999 (ICE, segmentation fault in c_tree_printer)
PR target/52999
* config/pa/pa.h (LEGITIMATE_CONSTANT_P): Don't put function labels
in constant pool.
From-SVN: r187217
GCC Administrator [Sun, 6 May 2012 00:17:22 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187201
GCC Administrator [Sat, 5 May 2012 00:17:23 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r187186
Uros Bizjak [Fri, 4 May 2012 17:48:56 +0000 (19:48 +0200)]
backport: re PR target/53228 (target attributes in libcpp/lex.c cause illegal instructions to be used elsewhere)
Backport from mainline
2012-05-04 Uros Bizjak <ubizjak@gmail.com>
PR target/53228
* config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
(TARGET_CMOV): Rename from TARGET_CMOVE.
(TARGET_CMOVE): New define.
* config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
Do not set TARGET_CMOVE here.
From-SVN: r187171