This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32187] Complex __float128 is rejected



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]