------- Comment #1 from ubizjak at gmail dot com 2007-06-02 19:44 ------- Is this a parser problem? Compilation fails even for generic:
--cut here--
typedef float DFtype __attribute__((mode(DF)));
__complex__ DFtype z;
void test(void) { z = 1.0+2.0i; }
--cut here--
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32187
