cvs commit: src/include tgmath.h

Stefan Farfeleder stefanf at FreeBSD.org
Fri Sep 3 16:44:09 PDT 2004


stefanf     2004-09-03 23:44:09 UTC

  FreeBSD src repository

  Modified files:
    include              tgmath.h 
  Log:
  Add a workaround to recognise I/_Complex_I as complex arguments.  Although
  the GCC manual claims that the expression 1.0fi has type float _Complex,
  __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0.
  
  Revision  Changes    Path
  1.4       +2 -1      src/include/tgmath.h


More information about the cvs-src mailing list