[Bug c++/8164] [3.3 regression] ICE when using different const expressions as template parameter

bangerth@dealii.org gcc-bugzilla@gcc.gnu.org
Tue Jun 17 20:16: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=8164



------- Additional Comments From bangerth@dealii.org  2003-06-17 20:16 -------
I don't know whether the code should be accepted, but just for the record:
isn't it the case that the condition i<=2 is somehow mangled into the
name of the class, i.e. not only the truth value but the expression? If this
is the case, then the two types may be the same but will have different
names, which would make things a little awkward.

Just a very uninformed opinion,
  W.



More information about the Gcc-bugs mailing list