On 29/11/11 13:20, Yufeng Zhang wrote: > PING. > > On 11/22/11 15:11, Yufeng Zhang wrote: >> Hi, >> >> This patch changes the macro CDBL in gcc.dg/compat/compat-common.h >> to use complex floating-point constant rather than complex integer >> constant. >> >> CDBL is a macro to help construct complex floating-point constants in a >> number of compat tests. >> >> I have been running the compat test against a compiler that only supports >> floating-point complex types; having an integral complex constant in >> CDBL has caused some troubles. >> >> Is it OK for trunk? >> >> Thanks, >> Yufeng >> >> gcc/testsuite/ChangeLog >> 2011-11-22 Yufeng Zhang <yufeng.zh...@arm.com> >> >> Use complex floating-point constant in CDBL. >> >> * gcc.dg/compat/compat-common.h (CDBL): Replace 1i with 1.0i. >> >>
OK R.