[Bug c/36692] New: _Complex __float128 doesn't work

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 2 00:43:00 GMT 2008


[hjl@gnu-6 floa128-3]$ cat x.c
__float128
bar (__float128 x)
{
  return x;
}

_Complex  __float128
foo (_Complex __float128 x)
{
  return x;
}
[hjl@gnu-6 floa128-3]$ make x.s
/export/build/gnu/gcc-float128/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-float128/build-x86_64-linux/gcc/ -m32 -O2  -S -o x.s
x.c
x.c:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘foo’
make: *** [x.s] Error 1
[hjl@gnu-6 floa128-3]$


-- 
           Summary: _Complex  __float128 doesn't work
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36692



More information about the Gcc-bugs mailing list