ctions.
--
Summary: ICE with __builtin_isinf() and _Decimal argument
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
Rep
--- Comment #3 from kononov at ftml dot net 2009-02-12 23:49 ---
$ cat t.cc
template struct junk {
template static Z& y();
template static int test(...);
template static char test(typeof(y())*);
static int const value=sizeof(test(0));
};
typedef char type[junk::v
+
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kononov at ftml dot net
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39070