--- Comment #4 from pinskia at gcc dot gnu dot org 2006-07-08 13:56 ---
Reduced testcase:
template
class relationMixin {};
enum domainCode{
binaryFP,
control,
decimalFP,
logical,
pointer,
signedInt,
unsignedInt,
};
class pointer : public relationMixin< ::p
--- Comment #2 from igodard at pacbell dot net 2006-07-08 10:21 ---
Created an attachment (id=11854)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11854&action=view)
save-temps source (compressed)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28311
--- Comment #1 from igodard at pacbell dot net 2006-07-08 10:19 ---
Created an attachment (id=11853)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11853&action=view)
compiler output -v
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28311