[Bug c++/26148] New: g++ bug, possibly introduced around gcc 3.4.0

2006-02-06 Thread gcc_bugzilla at friedman dot to
{ pair p = make_pair((double)5, (double)12); s3< s2 >::t3 o = s3< s2 >::t3(p); return 0; } -- Summary: g++ bug, possibly introduced around gcc 3.4.0 Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal

[Bug c++/26148] g++ bug, possibly introduced around gcc 3.4.0

2006-02-08 Thread gcc_bugzilla at friedman dot to
--- Comment #2 from gcc_bugzilla at friedman dot to 2006-02-08 17:41 --- If this conforms with the Committee's decision, then the Committee's decision is buggy. In my opinion this is clearly a bug because it is inconsistent between using namespaces and not using namespace