]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
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

12 years agore PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
Kai Tietz [Wed, 30 Jan 2013 16:58:10 +0000 (17:58 +0100)] 
re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)

PR other/54620
PR target/39064
* md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
stdint.h and sys/types.h headers are present.
* sha1.h (sha1_uintptr, sha1_uint32): Likewise.

From-SVN: r195581

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

From-SVN: r195566

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

From-SVN: r195523

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

From-SVN: r195498

12 years agobackport: re PR target/56114 (x86_64-linux-gnu-gcc generate wrong asm instruction...
Uros Bizjak [Sun, 27 Jan 2013 18:37:23 +0000 (19:37 +0100)] 
backport: re PR target/56114 (x86_64-linux-gnu-gcc generate wrong asm instruction MOVABS for intel syntax)

Backport from mainline
2013-01-27  Uros Bizjak  <ubizjak@gmail.com>

PR target/56114
* config/i386/i386.md (*movabs<mode>_1): Add square brackets around
operand 0 in movabs insn template for -masm=intel asm alternative.
(*movabs<mode>_2): Ditto for operand 1.

From-SVN: r195497

12 years agoDaily bump.
GCC Administrator [Sun, 27 Jan 2013 00:17:06 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195489

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

From-SVN: r195483

12 years agoDaily bump.
GCC Administrator [Fri, 25 Jan 2013 00:17:07 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195449

12 years agobackport: re PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXPR produced by SRA)
Martin Jambor [Thu, 24 Jan 2013 15:41:04 +0000 (16:41 +0100)] 
backport: re PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXPR produced by SRA)

2013-01-24  Martin Jambor  <mjambor@suse.cz>

Backport from mainline
2013-01-04  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/55755
* tree-sra.c (sra_modify_assign): Do not check that an access has no
children when trying to avoid producing a VIEW_CONVERT_EXPR.

testsuite/
* gcc.dg/torture/pr55755.c: New test.
* gcc.dg/tree-ssa/sra-13.c: Likewise.
* gcc.dg/tree-ssa/pr45144.c: Update.

From-SVN: r195429

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

From-SVN: r195415

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

From-SVN: r195394

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

From-SVN: r195352

12 years agore PR rtl-optimization/56023 ([alpha] -fcompare-debug failure due to sched1 pass)
Uros Bizjak [Mon, 21 Jan 2013 18:02:57 +0000 (19:02 +0100)] 
re PR rtl-optimization/56023 ([alpha] -fcompare-debug failure due to sched1 pass)

PR rtl-optimization/56023
* haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
dependent on debug instruction.

testsuite/ChangeLog:

PR rtl-optimization/56023
* gcc.dg/pr56023.c: New test.

From-SVN: r195345

12 years agore PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa-prop...
Martin Jambor [Mon, 21 Jan 2013 17:09:22 +0000 (18:09 +0100)] 
re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak)

2013-01-21  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimizations/55264
* cgraph.c (cgraph_create_virtual_clone): Mark clones as non-virtual.
* cgraph.h (cgraph_only_called_directly_p): Return false for virtual
functions.
* ipa-inline.c (cgraph_clone_inlined_nodes): Do reuse nodes of any
virtual function.
* ipa.c (cgraph_remove_unreachable_nodes): Never return true for
virtual methods before inlining is over.

testsuite/
* g++.dg/ipa/pr55264.C: New test.

From-SVN: r195340

12 years agoDaily bump.
GCC Administrator [Mon, 21 Jan 2013 00:17:42 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195327

12 years agoDaily bump.
GCC Administrator [Sun, 20 Jan 2013 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195315

12 years agoDaily bump.
GCC Administrator [Sat, 19 Jan 2013 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195307