This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 23:08 -------
A little further:
template <class Union>
void perform_test_trivial() {
struct check_union { void perform_test_trivial() {} };
}
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.0/4.1 Regression] ICE in |[4.0/4.1 Regression] ICE in
|GC with local class inside a|GC with local class inside a
|function inside a template |template function
|class |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21687
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |