[PATCH v3] Fix -Os related build and test failures.
Joseph Myers
joseph@codesourcery.com
Sat Oct 29 17:35:00 GMT 2016
On Sat, 29 Oct 2016, Carlos O'Donell wrote:
> +#if __OPTIMIZE_SIZE__
> +#define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option) \
> + _Pragma (_DIAG_STR (GCC diagnostic ignored option))
> +#else
> +#define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option)
> +#endif
That should have "# define" preprocessor indentation inside #if.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list