]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
15 years agoDaily bump.
GCC Administrator [Sat, 3 Oct 2009 00:16:58 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152426

15 years agoDaily bump.
GCC Administrator [Fri, 2 Oct 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152390

15 years agore PR fortran/41515 (PARAMETER statement in module subroutines)
Tobias Burnus [Thu, 1 Oct 2009 16:10:49 +0000 (18:10 +0200)] 
re PR fortran/41515 (PARAMETER statement in module subroutines)

2009-10-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41515
        * decl.c (do_parm): Call add_init_expr_to_sym.

2009-10-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41515
        * gfortran.dg/parameter_array_init_5.f90: New test.

From-SVN: r152379

15 years agoDaily bump.
GCC Administrator [Thu, 1 Oct 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152351

15 years agore PR target/22093 (Unaligned access to HI values causes unrecognizable insn error)
Uros Bizjak [Wed, 30 Sep 2009 18:22:48 +0000 (20:22 +0200)] 
re PR target/22093 (Unaligned access to HI values causes unrecognizable insn error)

PR target/22093
* config/alpha/alpha.md (unaligned_storehi_be): Force operand
of plus RTX into register.

testsuite/ChangeLog:

PR target/22093
* gcc.target/alpha/pr22093.c: New test.

From-SVN: r152344

15 years agoDaily bump.
GCC Administrator [Wed, 30 Sep 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152312

15 years agoDaily bump.
GCC Administrator [Tue, 29 Sep 2009 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152259

15 years agoDaily bump.
GCC Administrator [Mon, 28 Sep 2009 00:16:27 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152228

15 years agoDaily bump.
GCC Administrator [Sun, 27 Sep 2009 00:16:09 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152209

15 years agoDaily bump.
GCC Administrator [Sat, 26 Sep 2009 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152190

15 years agoDaily bump.
GCC Administrator [Fri, 25 Sep 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152151

15 years agors6000.md (load_toc_v4_PIC_3c): Correct POWER form of instruction.
Alan Modra [Fri, 25 Sep 2009 00:03:49 +0000 (00:03 +0000)] 
rs6000.md (load_toc_v4_PIC_3c): Correct POWER form of instruction.

* config/rs6000/rs6000.md (load_toc_v4_PIC_3c): Correct POWER
form of instruction.

From-SVN: r152150

15 years agoDaily bump.
GCC Administrator [Thu, 24 Sep 2009 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152107

15 years agore PR target/40473 (-mno-sched-prolog breaks function parameter debug location lists)
Alan Modra [Wed, 23 Sep 2009 22:30:05 +0000 (22:30 +0000)] 
re PR target/40473 (-mno-sched-prolog breaks function parameter debug location lists)

PR target/40473
* config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
call final to emit non-scheduled prologue, instead insert at entry.

From-SVN: r152105

15 years agoPR libffi/40242, PR libffi/41443
Matthias Klose [Wed, 23 Sep 2009 15:11:17 +0000 (15:11 +0000)] 
PR libffi/40242, PR libffi/41443

2009-09-23  Matthias Klose  <doko@ubuntu.com>

        PR libffi/40242, PR libffi/41443
        * src/arm/sysv.S (__ARM_ARCH__): Define for processors
        __ARM_ARCH_6T2__, __ARM_ARCH_6M__, __ARM_ARCH_7__,
        __ARM_ARCH_7A__, __ARM_ARCH_7R__, __ARM_ARCH_7M__.
        Change the conditionals to __SOFTFP__ || __ARM_EABI__
        for -mfloat-abi=softfp to work.

From-SVN: r152079

15 years agore PR c/39779 (ICE shifting byte to the right with constant > 7FFFFFFF)
Uros Bizjak [Wed, 23 Sep 2009 10:18:46 +0000 (12:18 +0200)] 
re PR c/39779 (ICE shifting byte to the right with constant > 7FFFFFFF)

PR c/39779
* c-typeck.c (build_binary_op) <short_shift>: Check that integer
constant is more than zero.

testsuite/ChangeLog:

PR c/39779
* gcc.c-torture/compile/pr39779.c: New test.

From-SVN: r152066

15 years agoDaily bump.
GCC Administrator [Wed, 23 Sep 2009 00:16:28 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r152053

15 years agoDaily bump.
GCC Administrator [Tue, 22 Sep 2009 00:16:20 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151955

15 years agore PR c/41049 (conversion from integer to decimal float loses trailing zeros)
Janis Johnson [Mon, 21 Sep 2009 16:22:43 +0000 (16:22 +0000)] 
re PR c/41049 (conversion from integer to decimal float loses trailing zeros)

PR c/41049
* real.c decimal_from_integer, decimal_integer_string): New.
(real_from_integer): Use them as special case for decimal float.
* config/dfp-bit.c (_si_to_sd, _usi_to_sd): Use default rounding.
(_di_to_sd, _di_to_dd, _di_to_td, _udi_to_sd, _udi_to_dd, _udi_to_td):
Do not append zero after the decimal point in string to convert.

* gcc.dg/dfp/pr41049.c: New test.

From-SVN: r151934

15 years agoDaily bump.
GCC Administrator [Mon, 21 Sep 2009 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151909

15 years agoDaily bump.
GCC Administrator [Sun, 20 Sep 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151891

15 years agoDaily bump.
GCC Administrator [Sat, 19 Sep 2009 00:16:48 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151874

15 years agore PR testsuite/41288 (gcc.target/x86_64/abi/test_struct_returning.c regressions...
Jack Howarth [Fri, 18 Sep 2009 17:12:41 +0000 (17:12 +0000)] 
re PR testsuite/41288 (gcc.target/x86_64/abi/test_struct_returning.c regressions on *-apple-darwin* at -m64)

PR testsuite/41288
* gcc.target/x86_64/abi/asm-support-darwin.s (snapshot_ret): Preserve
stack alignment.

From-SVN: r151859

15 years agore PR middle-end/41009 (FAIL: gcc.c-torture/execute/20070614-1.c execution, -O0)
John David Anglin [Fri, 18 Sep 2009 14:34:31 +0000 (14:34 +0000)] 
re PR middle-end/41009 (FAIL: gcc.c-torture/execute/20070614-1.c execution,  -O0)

PR middle-end/41009
Backport from mainline
2009-03-10  Richard Guenther  <rguenther@suse.de>
Nathan Froyd  <froydnj@codesourcery.com>

PR middle-end/37850
* libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
(__divMODE3): Likewise.

From-SVN: r151846

15 years agoDaily bump.
GCC Administrator [Fri, 18 Sep 2009 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151827

15 years agoDaily bump.
GCC Administrator [Thu, 17 Sep 2009 00:16:26 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151783

15 years agodefault_format_denormal_2.f90: Add ieee options.
Uros Bizjak [Wed, 16 Sep 2009 17:50:31 +0000 (19:50 +0200)] 
default_format_denormal_2.f90: Add ieee options.

* gfortran.dg/default_format_denormal_2.f90: Add ieee options.
* gfortran.dg/default_format_denormal_1.f90: Ditto.  Remove
alpha*-*-* target from XFAIL list.

From-SVN: r151769

15 years agoDaily bump.
GCC Administrator [Wed, 16 Sep 2009 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151732

15 years agoalpha.md (smaxsf3): Disable for IEEE mode.
Uros Bizjak [Tue, 15 Sep 2009 06:32:27 +0000 (08:32 +0200)] 
alpha.md (smaxsf3): Disable for IEEE mode.

* config/alpha/alpha.md (smaxsf3): Disable for IEEE mode.
(sminsf3): Ditto.

From-SVN: r151710

15 years agoDaily bump.
GCC Administrator [Tue, 15 Sep 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151705

15 years agoDaily bump.
GCC Administrator [Mon, 14 Sep 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151677

15 years agoDaily bump.
GCC Administrator [Sun, 13 Sep 2009 00:16:16 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151662

15 years ago* doc/install.texi (avr): Remove obsolete reference site.
Gerald Pfeifer [Sat, 12 Sep 2009 18:58:58 +0000 (18:58 +0000)] 
* doc/install.texi (avr): Remove obsolete reference site.

From-SVN: r151660

15 years agoDaily bump.
GCC Administrator [Sat, 12 Sep 2009 00:16:26 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151647

15 years agoDaily bump.
GCC Administrator [Fri, 11 Sep 2009 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151622

15 years agobackport: rs6000.c (rs6000_split_lock_test_and_set): Do not emit memory barrier befor...
Peter Bergner [Thu, 10 Sep 2009 21:37:49 +0000 (16:37 -0500)] 
backport: rs6000.c (rs6000_split_lock_test_and_set): Do not emit memory barrier before operation.

Backport from mainline:
2008-09-03  Anton Blanchard  <anton@samba.org>

* config/rs6000/rs6000.c (rs6000_split_lock_test_and_set): Do not
emit memory barrier before operation.

From-SVN: r151617

15 years agoDaily bump.
GCC Administrator [Thu, 10 Sep 2009 00:16:50 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151582

15 years agoDaily bump.
GCC Administrator [Wed, 9 Sep 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151540

15 years agoDaily bump.
GCC Administrator [Tue, 8 Sep 2009 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151492

15 years agoDaily bump.
GCC Administrator [Mon, 7 Sep 2009 00:16:26 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151464

15 years agoDaily bump.
GCC Administrator [Sun, 6 Sep 2009 00:16:20 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151456

15 years agoDaily bump.
GCC Administrator [Sat, 5 Sep 2009 00:16:20 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151442

15 years agoDaily bump.
GCC Administrator [Fri, 4 Sep 2009 00:16:42 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151397

15 years agoDaily bump.
GCC Administrator [Thu, 3 Sep 2009 00:16:15 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151356

15 years agoDaily bump.
GCC Administrator [Wed, 2 Sep 2009 00:16:18 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151306

15 years agoi386.c (ix86_vectorize_builtin_conversion): Never vectorize if not TARGET_SSE2.
Chris Demetriou [Tue, 1 Sep 2009 16:46:10 +0000 (09:46 -0700)] 
i386.c (ix86_vectorize_builtin_conversion): Never vectorize if not TARGET_SSE2.

* config/i386/i386.c (ix86_vectorize_builtin_conversion): Never
vectorize if not TARGET_SSE2.

From-SVN: r151276

15 years agoDaily bump.
GCC Administrator [Tue, 1 Sep 2009 00:16:24 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151254

15 years agoDaily bump.
GCC Administrator [Mon, 31 Aug 2009 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151236

15 years agobuiltins-config.h (HAVE_C99_RUNTIME): Do not define for FreeBSD.
Gerald Pfeifer [Sun, 30 Aug 2009 22:50:00 +0000 (22:50 +0000)] 
builtins-config.h (HAVE_C99_RUNTIME): Do not define for FreeBSD.

* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Do not define
for FreeBSD.

From-SVN: r151234

15 years agoDaily bump.
GCC Administrator [Sun, 30 Aug 2009 00:16:23 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151214

15 years agoDaily bump.
GCC Administrator [Sat, 29 Aug 2009 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151197

15 years agoglobal.c (global_alloc): Do not calculate bitmatrix percentages when num_bytes == 0.
Uros Bizjak [Fri, 28 Aug 2009 17:22:01 +0000 (19:22 +0200)] 
global.c (global_alloc): Do not calculate bitmatrix percentages when num_bytes == 0.

* global.c (global_alloc): Do not calculate bitmatrix percentages
when num_bytes == 0.

From-SVN: r151170

15 years agodefault_format_1.f90: Add -mieee for alpha*-*-* targets.
Uros Bizjak [Fri, 28 Aug 2009 15:41:37 +0000 (17:41 +0200)] 
default_format_1.f90: Add -mieee for alpha*-*-* targets.

* gfortran.dg/default_format_1.f90: Add -mieee for alpha*-*-* targets.
* gfortran.dg/boz_12.f90: Ditto.

From-SVN: r151167

15 years agobackport: sync.md: Update comment about unpredictable LL/SC lock clearing by a taken...
Uros Bizjak [Fri, 28 Aug 2009 13:15:27 +0000 (15:15 +0200)] 
backport: sync.md: Update comment about unpredictable LL/SC lock clearing by a taken branch.

Backport from mainline:
2009-08-26  Uros Bizjak  <ubizjak@gmail.com>

* config/alpha/sync.md: Update comment about unpredictable LL/SC lock
clearing by a taken branch.
(sync_<fetchop_name><mode>): Split when epilogue_completed is set,
effectively after bbro pass.
(sync_nand<mode>): Ditto.
(sync_old_<fetchop_name><mode>): Ditto.
(sync_old_nand<mode>): Ditto.
(sync_new_<fetchop_name><mode>): Dito.
(sync_new_nand<mode>): Ditto.
(sync_compare_and_swap<mode>_1): Ditto.
(*sync_compare_and_swap<mode>): Ditto.
(sync_lock_test_and_set<mode>_1): Ditto.
("sync_lock_test_and_set<mode>): Ditto.

2009-08-25  Uros Bizjak  <ubizjak@gmail.com>

* config/alpha/alpha.md (*cmpdf_ieee_ext[123]): Remove.
(*cmpdf_internal): Enable for all ALPHA_FPTM levels.
(*movdfcc_ext[1234]): Disable for IEEE mode.

2009-08-16  Uros Bizjak  <ubizjak@gmail.com>

* config/alpha/alpha.c (alpha_end_function): Handle NULL_RTX returned
from prev_active_insn.

testsuite/ChangeLog:

Backport from mainline:
2009-08-17  Uros Bizjak  <ubizjak@gmail.com>

* lib/target-supports.exp
(check_effective_target_vect_cmdline_needed): Add alpha to the list
of targets that do not need command line argument to enable SIMD.

From-SVN: r151160

15 years agoDaily bump.
GCC Administrator [Fri, 28 Aug 2009 00:16:20 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151154

15 years agoDaily bump.
GCC Administrator [Thu, 27 Aug 2009 00:16:12 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151133

15 years agoDaily bump.
GCC Administrator [Wed, 26 Aug 2009 00:16:13 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151109

15 years agoDaily bump.
GCC Administrator [Tue, 25 Aug 2009 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151066

15 years agore PR middle-end/41094 (Erroneous optimization of pow() with -ffast-math)
Richard Guenther [Mon, 24 Aug 2009 09:56:30 +0000 (09:56 +0000)] 
re PR middle-end/41094 (Erroneous optimization of pow() with -ffast-math)

2009-08-24  Richard Guenther  <rguenther@suse.de>

PR middle-end/41094
* builtins.c (fold_builtin_pow): Fold pow(pow(x,y),z) to
pow(x,y*z) only if x is nonnegative.

* gcc.dg/torture/pr41094.c: New testcase.
* gcc.dg/torture/builtin-power-1.c: Adjust.
* gcc.dg/builtins-10.c: Likewise.

From-SVN: r151052

15 years agoDaily bump.
GCC Administrator [Mon, 24 Aug 2009 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151040

15 years agore PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)
Tobias Burnus [Sun, 23 Aug 2009 16:01:11 +0000 (18:01 +0200)] 
re PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)

2009-08-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40851
        * gfortran.dg/derived_init_3.f90: New test.

From-SVN: r151034

15 years agore PR target/40718 (Invalid code produced with -foptimize-sibling-calls)
Uros Bizjak [Sun, 23 Aug 2009 13:03:39 +0000 (15:03 +0200)] 
re PR target/40718 (Invalid code produced with -foptimize-sibling-calls)

PR target/40718
* config/i386/i386.c (*call_pop_1): Disable for sibling calls.
(*call_value_pop_1): Ditto.
(*sibcall_pop_1): New insn pattern.
(*sibcall_value_pop_1): Ditto.

testsuite/ChangeLog:

PR target/40718
* gcc.target/i386/pr40718.c: New test.

From-SVN: r151033

15 years agoDaily bump.
GCC Administrator [Sun, 23 Aug 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151018

15 years agoDaily bump.
GCC Administrator [Sat, 22 Aug 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r151006

15 years agoDaily bump.
GCC Administrator [Fri, 21 Aug 2009 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150980

15 years agoDaily bump.
GCC Administrator [Thu, 20 Aug 2009 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150948

15 years agore PR fortran/41102 (Ease error checking of included files located in the SYSTEM_INCL...
Tobias Burnus [Wed, 19 Aug 2009 07:01:03 +0000 (09:01 +0200)] 
re PR fortran/41102 (Ease error checking of included files located in the SYSTEM_INCLUDE_DIR/ending in .h)

2009-08-19  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41102
        omp_lib.h.in: Fix -std=f95 errors.

From-SVN: r150932

15 years agoDaily bump.
GCC Administrator [Wed, 19 Aug 2009 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150923

15 years agoDaily bump.
GCC Administrator [Tue, 18 Aug 2009 00:16:18 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150864

15 years agoDaily bump.
GCC Administrator [Mon, 17 Aug 2009 00:16:14 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150818

15 years agobackport: re PR target/41019 (Vector conditional move produces wrong code with -O3.)
Uros Bizjak [Sun, 16 Aug 2009 21:05:47 +0000 (23:05 +0200)] 
backport: re PR target/41019 (Vector conditional move produces wrong code with -O3.)

Backport from mainline:
2009-08-14  Uros Bizjak  <ubizjak@gmail.com>

PR target/41019
* config/i386/sse.md (SSEMODE124C8): New mode iterator.
(vcond<SSEMODEF2P:mode>): Assert that operation is supported by
ix86_expand_fp_vcond.
(vcond<SSEMODE124C8:mode>): Use SSEMODE124C8 instead of SSEMODE124.
Assert that operation is supported by ix86_expand_int_vcond.
(vcondu<SSEMODE124C8:mode>): Ditto.

testsuite/ChangeLog:

Backport from mainline:
2009-08-14  Uros Bizjak  <ubizjak@gmail.com>

PR target/41019
* gcc.target/i386/pr41019.c: New test.

From-SVN: r150816

15 years agore PR fortran/40847 (segfault & bogus warning)
Paul Thomas [Sun, 16 Aug 2009 21:01:50 +0000 (21:01 +0000)] 
re PR fortran/40847 (segfault & bogus warning)

2009-08-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40847
* iresolve.c (gfc_resolve_transfer): Correct error in 'mold'
character length for case where length expresson is NULL.

2009-08-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40847
* gfortran.dg/transfer_resolve_1.f90 : New test.

From-SVN: r150815

15 years agore PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)
Tobias Burnus [Sun, 16 Aug 2009 20:29:02 +0000 (22:29 +0200)] 
re PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)

2009-08-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40851
        * resolve.c (resolve_symbol): Do not initialize pointer
        * derived-types.
        * trans-decl.c (init_intent_out_dt): Ditto.
        (generate_local_decl): No need to set attr.referenced for DT pointers.

2009-08-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40851
        * gfortran.dg/derived_init_3.f90: New test.

From-SVN: r150813

15 years agoDaily bump.
GCC Administrator [Sun, 16 Aug 2009 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150793

15 years agoDaily bump.
GCC Administrator [Sat, 15 Aug 2009 00:16:18 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150784

15 years agobackport: atomic-6.c: Add -mieee for alpha*-*-* targets.
Uros Bizjak [Fri, 14 Aug 2009 10:05:33 +0000 (12:05 +0200)] 
backport: atomic-6.c: Add -mieee for alpha*-*-* targets.

libgomp/ChangeLog:

2009-08-14  Uros Bizjak  <ubizjak@gmail.com>

        Backport from mainline:
        2008-12-26  Uros Bizjak  <ubizjak@gmail.com>

        * testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.

gcc/testsuite/ChangeLog:

2009-08-14  Uros Bizjak <ubizjak@gmail.com>

Backport from mainline:
2008-12-10  Uros Bizjak <ubizjak@gmail.com>

* gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.
* gcc.dg/pr31866.c: Ditto.
* gcc.dg/torture/type-generic-1.c: Add -mieee for alpha*-*-* targets.
* g++.dg/torture/type-generic-1.C: Ditto.
* gfortran.dg/boz_9.f90: Ditto.
* gfortran.dg/init_flag_3.f90: Ditto.
* gfortran.dg/init_flag_4.f90: Ditto.
* gfortran.dg/init_flag_5.f90: Ditto.
* gfortran.dg/integer_exponentiation_1.f90: Ditto.
* gfortran.dg/integer_exponentiation_5.F90: Ditto.
* gfortran.dg/isnan_1.f90: Ditto.
* gfortran.dg/nan_1.f90: Ditto.
* gfortran.dg/nan_2.f90: Ditto.
* gfortran.dg/nan_3.f90: Ditto.
* gfortran.dg/nan_4.f90: Ditto.
* gfortran.dg/namelist_42.f90: Ditto.
* gfortran.dg/namelist_43.f90: Ditto.
* gfortran.dg/nearest_1.f90: Ditto.
* gfortran.dg/nearest_2.f90: Ditto.
* gfortran.dg/nearest_3.f90: Ditto.
* gfortran.dg/real_const_3.f90: Ditto.
* gfortran.dg/transfer_simplify_2.f90: Ditto.

* gfortran.dg/default_format_denormal_1.f90: XFAIL on alpha.

From-SVN: r150737

15 years agobackport: re PR target/8603 ([Alpha] s?addl pattern doesn't work)
Uros Bizjak [Fri, 14 Aug 2009 07:41:17 +0000 (09:41 +0200)] 
backport: re PR target/8603 ([Alpha] s?addl pattern doesn't work)

Backport from mainline:
2009-08-11  Uros Bizjak  <ubizjak@gmail.com>

PR target/8603
* config/alpha/alpha.md (addsi3): Remove expander.
(addsi3): Rename from *addsi3_internal insn pattern.
(subsi3): Remove expander.
(subsi3): Rename from *subsi3_internal insn pattern.

From-SVN: r150735

15 years agoDaily bump.
GCC Administrator [Fri, 14 Aug 2009 00:16:33 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150728

15 years agore PR c/41046 (decNumber leaves printf call in libgcc)
Janis Johnson [Thu, 13 Aug 2009 17:00:49 +0000 (17:00 +0000)] 
re PR c/41046 (decNumber leaves printf call in libgcc)

PR c/41046
* decCommon.c ( decFloatShow): Define function only for DECCHECK
or DECTRACE.

From-SVN: r150722

15 years ago[multiple changes]
Andrey Belevantsev [Thu, 13 Aug 2009 08:10:21 +0000 (12:10 +0400)] 
[multiple changes]

2009-08-13  Andrey Belevantsev  <abel@ispras.ru>

    PR rtl-optimization/41033
    * alias.c (nonoverlapping_component_refs_p): Punt if strict aliasing is disabled.

2009-08-13  Richard Guenther  <rguenther@suse.de>

    PR rtl-optimization/41033
    * gcc.dg/pr41033.c: New test.

From-SVN: r150714

15 years agoDaily bump.
GCC Administrator [Thu, 13 Aug 2009 00:16:36 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150710

16 years agoDaily bump.
GCC Administrator [Wed, 12 Aug 2009 00:16:25 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150669

16 years agoDaily bump.
GCC Administrator [Tue, 11 Aug 2009 00:16:15 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150637

16 years agoBackport:
Kaveh R. Ghazi [Mon, 10 Aug 2009 18:04:39 +0000 (18:04 +0000)] 
Backport:

2009-04-30  Adam Nemet  <anemet@caviumnetworks.com>

* gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.

From-SVN: r150630

16 years agoDaily bump.
GCC Administrator [Mon, 10 Aug 2009 00:16:24 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150601

16 years agoDaily bump.
GCC Administrator [Sun, 9 Aug 2009 00:16:30 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150582

16 years agoDaily bump.
GCC Administrator [Sat, 8 Aug 2009 00:16:22 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150575

16 years agoDaily bump.
GCC Administrator [Fri, 7 Aug 2009 00:16:37 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150548

16 years ago* gcc.target/i386/pr40906-3.c: Remove unsupported test.
Uros Bizjak [Thu, 6 Aug 2009 23:45:36 +0000 (01:45 +0200)] 
* gcc.target/i386/pr40906-3.c: Remove unsupported test.

From-SVN: r150547

16 years agoDaily bump.
GCC Administrator [Thu, 6 Aug 2009 00:16:19 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150506

16 years agore PR target/40906 (Wrong code generated for push of long double)
Uros Bizjak [Wed, 5 Aug 2009 21:16:52 +0000 (23:16 +0200)] 
re PR target/40906 (Wrong code generated for push of long double)

PR target/40906
* config/i386/i386.c (ix86_split_long_move): Fix push of multi-part
source operand.

testsuite/ChangeLog:

PR target/40906
* gcc.target/i386/pr40906-1.c: New test.
* gcc.target/i386/pr40906-2.c: Ditto.
* gcc.target/i386/pr40906-3.c: Ditto.

Co-Authored-By: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
From-SVN: r150501

16 years agoDaily bump.
GCC Administrator [Wed, 5 Aug 2009 00:16:16 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r150472

16 years agobackport: re PR target/40577 (ICE on valid code: in extract_insn)
Uros Bizjak [Tue, 4 Aug 2009 19:25:05 +0000 (21:25 +0200)] 
backport: re PR target/40577 (ICE on valid code: in extract_insn)

Backport from mainline:
2009-08-03  Uros Bizjak  <ubizjak@gmail.com>

* config/alpha/alpha.c (alpha_legitimate_constant_p): Reject CONST
constants referencing TLS symbols.

2009-07-29  Uros Bizjak  <ubizjak@gmail.com>

PR target/40577
* config/alpha/alpha.c (alpha_expand_unaligned_store): Convert src
to DImode when generating insq_le insn.

From-SVN: r150466

16 years agore PR debug/39706 (namespaces represented incorrectly in debug_pubnames)
Dodji Seketeli [Tue, 4 Aug 2009 16:59:11 +0000 (16:59 +0000)] 
re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)

2009-08-04  Dodji Seketeli  <dodji@redhat.com>

gcc/cp/ChangeLog:
PR debug/39706
* error.c (lang_decl_name): Print qualified names for decls
in  namespace scope.

gcc/testsuite/ChangeLog:
PR debug/39706
* g++.dg/debug/dwarf2/pubnames-1.C: New test.

From-SVN: r150462

16 years agoBASE-VER: Set to 4.3.5.
Richard Guenther [Tue, 4 Aug 2009 14:06:19 +0000 (14:06 +0000)] 
BASE-VER: Set to 4.3.5.

2008-08-04  Richard Guenther  <rguenther@suse.de>

        * BASE-VER: Set to 4.3.5.
        * DEV-PHASE: Set to prerelease.

From-SVN: r150456

16 years agoMark as release releases/gcc-4.3.4
Richard Biener [Tue, 4 Aug 2009 11:01:41 +0000 (11:01 +0000)] 
Mark as release

From-SVN: r150450

16 years agoMark ChangeLog
Richard Biener [Tue, 4 Aug 2009 11:01:34 +0000 (11:01 +0000)] 
Mark ChangeLog

From-SVN: r150449

16 years agoMark ChangeLog
Richard Biener [Tue, 4 Aug 2009 11:01:26 +0000 (11:01 +0000)] 
Mark ChangeLog

From-SVN: r150448

16 years agoMark ChangeLog
Richard Biener [Tue, 4 Aug 2009 11:01:19 +0000 (11:01 +0000)] 
Mark ChangeLog

From-SVN: r150447

16 years agoMark ChangeLog
Richard Biener [Tue, 4 Aug 2009 11:01:13 +0000 (11:01 +0000)] 
Mark ChangeLog

From-SVN: r150446