public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42183]  New: internal compiler error: verify_stmts failed
@ 2009-11-26 15:03 mario-baumann at web dot de
  2009-11-26 15:07 ` [Bug c++/42183] " mario-baumann at web dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mario-baumann at web dot de @ 2009-11-26 15:03 UTC (permalink / raw)
  To: gcc-bugs

Compiling of
qt-x11-opensource-src-4.5.3/src/3rdparty/webkit/WebCore/rendering/RenderMenuList.cpp
failed with the following compiler call
> g++ -c -fpreprocessed -m32 -O2 RenderMenuList.1.i
RenderMenuList.1.i: In member function
'WebCore::RenderMenuList::controlClipRect(int, int) const':
RenderMenuList.1.i:45546:9: error: address taken, but ADDRESSABLE bit not set
<retval>
RenderMenuList.1.i:1514:19: note: in statement
# .MEM_119 = VDEF <.MEM_117>
WebCore::IntRect::intersect (&<retval>, &innerBox);

RenderMenuList.1.i:45546:9: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: internal compiler error: verify_stmts failed
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mario-baumann at web dot de
GCC target triplet: x86_64-redhat-linux


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/42183] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
@ 2009-11-26 15:07 ` mario-baumann at web dot de
  2009-11-26 15:08 ` mario-baumann at web dot de
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mario-baumann at web dot de @ 2009-11-26 15:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mario-baumann at web dot de  2009-11-26 15:07 -------
Created an attachment (id=19157)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19157&action=view)
preprocessed cpp file


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/42183] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
  2009-11-26 15:07 ` [Bug c++/42183] " mario-baumann at web dot de
@ 2009-11-26 15:08 ` mario-baumann at web dot de
  2009-11-26 16:41 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mario-baumann at web dot de @ 2009-11-26 15:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mario-baumann at web dot de  2009-11-26 15:08 -------
> uname -a
Linux yoda.intec.dom 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64
x86_64 x86_64 GNU/Linux

> rpm -qa "glibc*" | grep -e 'glibc-[0-9]' | sort -u
glibc-2.5-42

> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/opt/gcc/4.5.0-20091126-svn154671/x86_64/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --with-cloog=/opt/gcc/svn/aux
--with-gmp=/opt/gcc/svn/aux --with-mpc=/opt/gcc/svn/aux
--with-mpfr=/opt/gcc/svn/aux --with-ppl=/opt/gcc/svn/aux --disable-nls
--enable-languages=c,c++,fortran
--prefix=/opt/gcc/4.5.0-20091126-svn154671/x86_64
Thread model: posix
gcc version 4.5.0 20091126 (experimental) (GCC) 

> ld -v
GNU ld (GNU Binutils) 2.20.51.20091126

> g++ -c -fpreprocessed -m32 -O2 RenderMenuList.1.i
RenderMenuList.1.i: In member function
'WebCore::RenderMenuList::controlClipRect(int, int) const':
RenderMenuList.1.i:45546:9: error: address taken, but ADDRESSABLE bit not set
<retval>
RenderMenuList.1.i:1514:19: note: in statement
# .MEM_119 = VDEF <.MEM_117>
WebCore::IntRect::intersect (&<retval>, &innerBox);

RenderMenuList.1.i:45546:9: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

NOTES:
(1) g++ -c -fpreprocessed -m32 RenderMenuList.1.i ................ works


-- 

mario-baumann at web dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario-baumann at web dot de


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/42183] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
  2009-11-26 15:07 ` [Bug c++/42183] " mario-baumann at web dot de
  2009-11-26 15:08 ` mario-baumann at web dot de
@ 2009-11-26 16:41 ` rguenth at gcc dot gnu dot org
  2009-11-27 10:22 ` [Bug middle-end/42183] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-26 16:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-11-26 16:41 -------
reducing.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (2 preceding siblings ...)
  2009-11-26 16:41 ` rguenth at gcc dot gnu dot org
@ 2009-11-27 10:22 ` rguenth at gcc dot gnu dot org
  2009-11-27 11:32 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-27 10:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-11-27 10:22 -------
class IntSize {
public:
    IntSize(int width, int height) : m_width(width), m_height(height) { }
    int m_width, m_height;
};
class IntPoint {
public:
    IntPoint(int x, int y) : m_x(x), m_y(y) { }
    int m_x, m_y;
};
class IntRect {
public:
    IntRect(int x, int y, int width, int height)
        : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
    void intersect(const IntRect&);
    IntPoint m_location;
    IntSize m_size;
};
inline IntRect intersection(const IntRect& a, const IntRect& b) {
    IntRect c = a;
    c.intersect(b);
    return c;
}
class RenderObject  {
public:
    int contentWidth() const { }
    int contentHeight() const { }
    virtual int xPos() const { }
    virtual int yPos() const { }
    virtual int paddingTop() const;
    virtual int paddingLeft() const;
    virtual int borderTop() const { }
    virtual int borderLeft() const { }
};
class RenderMenuList : public RenderObject {
    virtual IntRect controlClipRect(int tx, int ty) const;
    RenderObject* m_innerBlock;
};
IntRect RenderMenuList::controlClipRect(int tx, int ty) const {
    IntRect outerBox(tx + borderLeft() + paddingLeft(),
                     ty + borderTop() + paddingTop(),
                     contentWidth(), contentHeight());
    IntRect innerBox(tx + m_innerBlock->xPos() + m_innerBlock->paddingLeft(),
                     ty + m_innerBlock->yPos() + m_innerBlock->paddingTop(),
                     m_innerBlock->contentWidth(),
                     m_innerBlock->contentHeight());
    return intersection(outerBox, innerBox);
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
 GCC target triplet|x86_64-redhat-linux         |i?86-*-*
      Known to work|                            |4.4.3
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-27 10:22:39
               date|                            |
            Summary|internal compiler error:    |[4.5 Regression] internal
                   |verify_stmts failed         |compiler error: verify_stmts
                   |                            |failed
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (3 preceding siblings ...)
  2009-11-27 10:22 ` [Bug middle-end/42183] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2009-11-27 11:32 ` rguenth at gcc dot gnu dot org
  2009-11-28 16:54 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-27 11:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (4 preceding siblings ...)
  2009-11-27 11:32 ` rguenth at gcc dot gnu dot org
@ 2009-11-28 16:54 ` rguenth at gcc dot gnu dot org
  2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-28 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-11-28 16:54 -------
I have a patch, the issue is latent on the branches (the verification is new).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-11-27 10:22:39         |2009-11-28 16:54:12
               date|                            |


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (5 preceding siblings ...)
  2009-11-28 16:54 ` rguenth at gcc dot gnu dot org
@ 2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
  2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
  2009-12-11 23:41 ` hjl at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-28 19:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-11-28 19:11 -------
Subject: Bug 42183

Author: rguenth
Date: Sat Nov 28 19:11:22 2009
New Revision: 154728

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154728
Log:
2009-11-28  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42183
        * tree-nrv.c (tree_nrv): Bail out if the RESULT_DECL has its
        address taken.  Merge the addressable state of the NRV
        variable and the result instead of copying it.

        * g++.dg/torture/pr42183.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr42183.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-nrv.c


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (6 preceding siblings ...)
  2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
@ 2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
  2009-12-11 23:41 ` hjl at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-28 19:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-11-28 19:11 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/42183] [4.5 Regression] internal compiler error: verify_stmts failed
  2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
                   ` (7 preceding siblings ...)
  2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
@ 2009-12-11 23:41 ` hjl at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-12-11 23:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl at gcc dot gnu dot org  2009-12-11 23:38 -------
Subject: Bug 42183

Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.

2009-12-11  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-12-11  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42225
        * g++.dg/template/typedef24.C: New test.
        * g++.dg/template/typedef25.C: New test.

        2009-12-11  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42251
        * g++.dg/template/const3.C: New test.

        2009-12-10  Jakub Jelinek  <jakub@redhat.com>

        PR c++/42317
        * g++.dg/opt/dtor2.C: New test.
        * g++.dg/opt/dtor2.h: New file.
        * g++.dg/opt/dtor2-aux.cc: New file.

        2009-12-10  Jan Hubicka  <jh@suse.cz>

        PR middle-end/42110
        * g++.dg/torture/pr42110.C: new file.

        2009-12-07  Jakub Jelinek  <jakub@redhat.com>

        PR debug/42244
        * gcc.dg/debug/pr42244.c: New test.

        2009-12-04  David Daney  <ddaney@caviumnetworks.com>

        PR rtl-optimization/42164
        * gcc.c-torture/compile/pr42164.c: New test.

        2009-12-03  Jason Merrill  <jason@redhat.com>

        PR c++/41611
        * g++.dg/abi/guard2.C: New.

        2009-12-03  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42217
        * g++.dg/other/bitfield4.C: New test.

        2009-12-03  Jakub Jelinek  <jakub@redhat.com>

        PR c++/42256
        * g++.dg/inherit/thunk11.C: New test.
        * g++.dg/inherit/thunk11.h: New file.
        * g++.dg/inherit/thunk11-aux.cc: New file.

        2009-12-01  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42237
        * gcc.c-torture/compile/pr42237.c: New test.

        2009-12-01  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/42057
        * g++.dg/parse/crash54.C: New.

        2009-11-30  Martin Jambor  <mjambor@suse.cz>

        PR middle-end/42196
        * gcc.c-torture/compile/pr42196-1.c: New test.
        * gcc.c-torture/compile/pr42196-2.c: New test.
        * gcc.c-torture/compile/pr42196-3.c: New test.

        2009-11-30  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42069
        * g++.dg/template/typedef23.C: New test.

        2009-11-29  H.J. Lu  <hongjiu.lu@intel.com>

        PR tree-optimization/41961
        * g++.dg/tree-ssa/pr41961.C: New.

        2009-11-29  Ira Rosen  <irar@il.ibm.com>

        PR tree-optimization/42193
        * gcc.dg/vect/pr42193.c: New test.

        2009-11-28  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42183
        * g++.dg/torture/pr42183.C: New testcase.

        2009-11-27  Martin Jambor  <mjambor@suse.cz>

        PR middle-end/42006
        * gcc.c-torture/execute/pr42006.c: New test.

        2009-11-27  Michael Matz  <matz@suse.de>

        PR rtl-optimization/42084
        * gcc.dg/pr42084.c: New test.

        2009-11-27  Michael Matz  <matz@suse.de>

        PR c++/41906
        * g++.dg/tree-ssa/pr41906.C: New testcase.

        2009-11-26  Michael Matz  <matz@suse.de>

        PR tree-optimization/41905
        * g++.dg/tree-ssa/pr41905.C: New testcase.

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

        PR tree-optimization/42142
        * gcc.c-torture/execute/pr42142.c: New testcase.

        2009-11-24  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42154
        * gcc.c-torture/execute/pr42154.c: New test.

        2009-11-21  Martin Jambor  <mjambor@suse.cz>

        PR middle-end/42025
        * gcc.c-torture/compile/pr42025-1.c: New test.
        * gcc.c-torture/compile/pr42025-2.c: New test.

        2009-11-21  Jakub Jelinek  <jakub@redhat.com>

        PR tree-optimization/42078
        * gcc.dg/pr42078.c: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/abi/guard2.C
      - copied unchanged from r155170, trunk/gcc/testsuite/g++.dg/abi/guard2.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/inherit/thunk11-aux.cc
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/inherit/thunk11-aux.cc
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/inherit/thunk11.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/inherit/thunk11.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/inherit/thunk11.h
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/inherit/thunk11.h
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/opt/dtor2-aux.cc
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/opt/dtor2-aux.cc
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/opt/dtor2.C
      - copied unchanged from r155170, trunk/gcc/testsuite/g++.dg/opt/dtor2.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/opt/dtor2.h
      - copied unchanged from r155170, trunk/gcc/testsuite/g++.dg/opt/dtor2.h
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/bitfield4.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/other/bitfield4.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/crash54.C
      - copied unchanged from r155172,
trunk/gcc/testsuite/g++.dg/parse/crash54.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/const3.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/template/const3.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/typedef23.C
      - copied unchanged from r155181,
trunk/gcc/testsuite/g++.dg/template/typedef23.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/typedef24.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/template/typedef24.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/typedef25.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/template/typedef25.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42110.C
      - copied unchanged from r155170,
trunk/gcc/testsuite/g++.dg/torture/pr42110.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42183.C
      - copied unchanged from r155181,
trunk/gcc/testsuite/g++.dg/torture/pr42183.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/tree-ssa/pr41905.C
      - copied unchanged from r155182,
trunk/gcc/testsuite/g++.dg/tree-ssa/pr41905.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/tree-ssa/pr41906.C
      - copied unchanged from r155182,
trunk/gcc/testsuite/g++.dg/tree-ssa/pr41906.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/tree-ssa/pr41961.C
      - copied unchanged from r155181,
trunk/gcc/testsuite/g++.dg/tree-ssa/pr41961.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42025-1.c
      - copied unchanged from r155182,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42025-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42025-2.c
      - copied unchanged from r155182,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42025-2.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42164.c
      - copied unchanged from r155170,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42164.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42196-1.c
      - copied unchanged from r155181,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42196-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42196-2.c
      - copied unchanged from r155181,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42196-2.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42196-3.c
      - copied unchanged from r155181,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42196-3.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42237.c
      - copied unchanged from r155171,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42237.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr42006.c
      - copied unchanged from r155181,
trunk/gcc/testsuite/gcc.c-torture/execute/pr42006.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr42142.c
      - copied unchanged from r155182,
trunk/gcc/testsuite/gcc.c-torture/execute/pr42142.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr42154.c
      - copied unchanged from r155182,
trunk/gcc/testsuite/gcc.c-torture/execute/pr42154.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/debug/pr42244.c
      - copied unchanged from r155170,
trunk/gcc/testsuite/gcc.dg/debug/pr42244.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42078.c
      - copied unchanged from r155182, trunk/gcc/testsuite/gcc.dg/pr42078.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42084.c
      - copied unchanged from r155182, trunk/gcc/testsuite/gcc.dg/pr42084.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr42193.c
      - copied unchanged from r155181,
trunk/gcc/testsuite/gcc.dg/vect/pr42193.c
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-12-11 23:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-26 15:03 [Bug c++/42183] New: internal compiler error: verify_stmts failed mario-baumann at web dot de
2009-11-26 15:07 ` [Bug c++/42183] " mario-baumann at web dot de
2009-11-26 15:08 ` mario-baumann at web dot de
2009-11-26 16:41 ` rguenth at gcc dot gnu dot org
2009-11-27 10:22 ` [Bug middle-end/42183] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-11-27 11:32 ` rguenth at gcc dot gnu dot org
2009-11-28 16:54 ` rguenth at gcc dot gnu dot org
2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
2009-11-28 19:11 ` rguenth at gcc dot gnu dot org
2009-12-11 23:41 ` hjl at gcc dot gnu dot org

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).