[Bug c++/12536] Regression regarding partial ordering

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 30 23:40: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=12536



------- Additional Comments From bangerth at dealii dot org  2003-10-30 23:22 -------
For what it's worth: here is what icc 7 says:

g/x> ./a.out
foo<R,A>
bar<A>

g/x> icc x.cc -Xc -ansi
g/x> ./a.out
foo<R,A>
bar<A>

The same holds for a development snapshot of icc8 I happen to have around.

W.



More information about the Gcc-bugs mailing list