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: [PATCH] take 3: pragma FLOAT_CONST_DECIMAL64 for decimal float support


Janis,

This patch breaks AIX.  The ChangeLog does not mention the new

enum pragma_switch_t

        * c-pragma.c (valid_location_for_stdc_pragma,
	mark_valid_location_for_stdc_pragma,
	valid_location_for_stdc_pragma_p, handle_stdc_pragma,
	handle_pragma_float_const_decimal64): New.

The simple names in the enum conflict with AIX macros.  They should have used
a more protected name like PRAGMA_BAD or C_PRAGMA_BAD or STDC_PRAGMA_BAD.

Thanks, David


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