public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/40991] [4.5 Regression] ICE: at optimization -02
Date: Sun, 16 Aug 2009 20:25:00 -0000	[thread overview]
Message-ID: <20090816202505.29354.qmail@sourceware.org> (raw)
In-Reply-To: <bug-40991-365@http.gcc.gnu.org/bugzilla/>



------- Comment #6 from hjl at gcc dot gnu dot org  2009-08-16 20:25 -------
Subject: Bug 40991

Author: hjl
Date: Sun Aug 16 20:23:57 2009
New Revision: 150812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150812
Log:
2009-08-16  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-08-14  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/41070
        * gfortran.dg/structure_constructor_10.f90: New.

        2009-08-14  Paolo Bonzini  <bonzini@gnu.org>

        PR target/40934
        * gcc.target/i386/pr40934.c: New.

        2009-08-13  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/40995
        * gfortran.dg/intrinsic_4.f90: New.

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

        PR middle-end/41047
        * gcc.dg/tree-ssa/ssa-ccp-27.c: New testcase.

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

        PR tree-optimization/41011
        * gfortran.dg/pr41011.f: New testcase.

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

        PR middle-end/41006
        * gcc.c-torture/compile/pr41006-1.c: New testcase.
        * gcc.c-torture/compile/pr41006-2.c: Likewise.

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

        PR c++/40866
        * g++.dg/expr/stmt-expr-1.C: New test.

        2009-08-09  Ira Rosen  <irar@il.ibm.com>

        PR tree-optimization/41008
        * gcc.dg/vect/O1-pr41008.c: New test.

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

        PR tree-optimization/40991
        * g++.dg/torture/pr40991.C: New testcase.

        2009-08-06  Uros Bizjak  <ubizjak@gmail.com>
                    H.J. Lu  <hongjiu.lu@intel.com>

        PR target/40957
        * gcc.target/i386/pr40957.c: New test.

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

        PR tree-optimization/40964
        * gcc.c-torture/compile/pr40964.c: New testcase.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/expr/stmt-expr-1.C
      - copied unchanged from r150811,
trunk/gcc/testsuite/g++.dg/expr/stmt-expr-1.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr40991.C
      - copied unchanged from r150811,
trunk/gcc/testsuite/g++.dg/torture/pr40991.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40964.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr40964.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41006-1.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr41006-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41006-2.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr41006-2.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-27.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-27.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/O1-pr41008.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.dg/vect/O1-pr41008.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr40934.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.target/i386/pr40934.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr40957.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.target/i386/pr40957.c
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/intrinsic_4.f90
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/intrinsic_4.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr41011.f
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/pr41011.f
   
branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40991


      parent reply	other threads:[~2009-08-16 20:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 18:09 [Bug c++/40991] New: " bkoz at gcc dot gnu dot org
2009-08-06 18:09 ` [Bug c++/40991] " bkoz at gcc dot gnu dot org
2009-08-07 12:14 ` [Bug tree-optimization/40991] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-08-07 12:42 ` rguenth at gcc dot gnu dot org
2009-08-08 15:33 ` rguenth at gcc dot gnu dot org
2009-08-08 15:55 ` rguenth at gcc dot gnu dot org
2009-08-16 20:25 ` hjl at gcc dot gnu dot org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090816202505.29354.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).