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 c/36692] New: _Complex __float128 doesn't work


[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


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