This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15528] segmentation fault with invalid code
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2004 04:25:27 -0000
- Subject: [Bug c++/15528] segmentation fault with invalid code
- References: <20040518224904.15528.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-19 04:25 -------
Confirmed and here is the reduced source:
template<class T> struct A
{
A(const A<T>& = A<T>()){}
};
A<int> a;
Thanks for pointing out what was wrong, it made it easy to find a reduced source.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-invalid-code, memory-
| |hog
Last reconfirmed|0000-00-00 00:00:00 |2004-05-19 04:25:25
date| |
Summary|segv |segmentation fault with
| |invalid code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15528