[Bug c++/11684] Template specialisation
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sun Jul 27 15:13:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11684
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2003-07-27 15:13:29
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-27 15:13 -------
I can confirm this on the mainline (20030727), looks like gcc likes to pick the template based ones
rather than specialization ones (aka the ones builtin operator*(float, float)). This is not a
regression as 2.95.3 also reject this code.
More information about the Gcc-bugs
mailing list