[Bug target/32187] New: Complex __float128 is rejected
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 2 13:16:00 GMT 2007
I've been trying to use the complex type associated with __float128, but it's
rejected:
$ cat u.c
int main (void) { __complex__ __float128 z; }
$ gcc u.c
u.c: In function ÂmainÂ:
u.c:1: error: expected Â=Â, Â,Â, Â;Â, Âasm or Â__attribute__ before ÂzÂ
--
Summary: Complex __float128 is rejected
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fxcoudert at gcc dot gnu dot org
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=32187
More information about the Gcc-bugs
mailing list