This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14477] [3.4 Regression] Cannot compile pooma-gcc (regression)
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2004 14:56:34 -0000
- Subject: [Bug optimization/14477] [3.4 Regression] Cannot compile pooma-gcc (regression)
- References: <20040308081936.14477.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-08 14:56 -------
Reduced testcase (segfaults when compiled with "-O2 -fno-default-inline"):
=======================================
struct A
{
A();
};
struct B
{
B(const A*);
};
struct C
{
B b;
C(int) : b(new A) {}
};
C c(0);
=======================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-08 14:56:33
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14477