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


Eric Christopher <echristo@apple.com> writes:
>> 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.

I'm not sure that's necessary for a development branch, is it?
Obviously we'll need testcases for any mainline merge, but if Chao-Ying
thinks it makes more sense to write the testsuite later in the branch's
lifecycle (like when complete programs can work) I don't see anything
wrong with that.

Richard


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