This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34219] gcc doesn't accept const members of variadic templates as const
- 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: 25 Nov 2007 03:15:38 -0000
- Subject: [Bug c++/34219] gcc doesn't accept const members of variadic templates as const
- References: <bug-34219-15404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-25 03:15 -------
value = MAX_EXPR <(int) value, 1>
Which means we did not "inline" the value of the other value.
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2007-11-25 03:15:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34219