This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16260] New: [3.5 regression] ICE in template function
- 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: 29 Jun 2004 10:18:08 -0000
- Subject: [Bug c++/16260] New: [3.5 regression] ICE in template function
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Nathan, your patch
http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg01174.html
causes mainline to choke (segfault) on the following valid code snippet:
======================================================
template<typename T> int foo() { return T::X::Y; }
======================================================
Could you please have a look?
--
Summary: [3.5 regression] ICE in template function
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,nathan at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16260