Re: Ping^3 Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-11-04 Thread Jakub Jelinek
On Mon, Nov 04, 2013 at 02:51:37PM +, Joseph S. Myers wrote: > Ping^3. The addition of a new target hook in this patch > is still pending > review. Ok. Jakub

Ping^3 Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-11-04 Thread Joseph S. Myers
Ping^3. The addition of a new target hook in this patch is still pending review. -- Joseph S. Myers jos...@codesourcery.com

Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-10-29 Thread David Edelsohn
On Tue, Oct 15, 2013 at 5:22 PM, Joseph S. Myers wrote: > Bootstrapped with no regressions on x86_64-unknown-linux-gnu, and > tested with no regressions with cross to powerpc-linux-gnu > (soft-float). OK to commit (hook addition, rs6000/powerpc changes)? > > 2013-10-15 Joseph Myers > >

Ping^2 Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-10-29 Thread Joseph S. Myers
Ping^2. This patch is still pending review (hook addition, rs6000/powerpc changes). -- Joseph S. Myers jos...@codesourcery.com

Ping Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-10-22 Thread Joseph S. Myers
Ping. This patch is pending review (hook addition, rs6000/powerpc changes). -- Joseph S. Myers jos...@codesourcery.com

Re: Add predefined macros for library use in defining __STDC_IEC_559*

2013-10-18 Thread Joseph S. Myers
Note that the associated glibc patch is now approved, pending the GCC one. -- Joseph S. Myers jos...@codesourcery.com

Add predefined macros for library use in defining __STDC_IEC_559*

2013-10-15 Thread Joseph S. Myers
ISO C99 and C11 specify various predefined macros for implementation properties that describe library features, or features of the combination of the compiler and library implementations. In such cases, GCC does not predefine the macros but provides a mechanism for the library implementation to pr