This is the mail archive of the gcc-patches@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]

Re: [fixed-point] Patch for complex types



Ex: (complex.c) _Complex a = 0.5 + 0.8i; _Complex b = 0.5r + 0.8i; _Complex c = 0.5r; _Fract d = 0.5 + 0.8i; _Fract e = 0.5r + 0.8i;


You should put this (and a bunch of the other testcases) into a few testcases as part of your patches.


-eric


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