This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32385] g++ rejects struct in default argument of template function
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 13 Mar 2011 01:21:48 +0000
- Subject: [Bug c++/32385] g++ rejects struct in default argument of template function
- Auto-submitted: auto-generated
- References: <bug-32385-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32385
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code, |
|monitored |
CC| |jason at gcc dot gnu.org
Target Milestone|4.3.6 |---
Summary|[4.3/4.4/4.5/4.6 |g++ rejects struct in
|regression] ICE with struct |default argument of
|in default argument of |template function
|template function |
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-13 01:21:41 UTC ---
Only the ICE was a regression; that's fixed, so this is no longer a regression
bug.