On Tue, Aug 12, 2014 at 05:25:25PM +0800, Thomas Preud'homme wrote:
> @@ -10078,6 +10078,10 @@ finish_declspecs (struct c_declspecs *specs)
>       }
>        else if (specs->complex_p)
>       {
> +       if (flag_no_float)
> +         error_at (specs->locations[cdw_complex],
> +                   "use of floating points forbidden in this translation "
> +                   "unit (-fno-float)");

Please drop the " (-fno-float)" part (and elsewhere too).

        Marek

Reply via email to