Skip to content
Snippets Groups Projects
Commit a3a33a7b authored by Jakub Jelinek's avatar Jakub Jelinek Committed by Jakub Jelinek
Browse files

re PR bootstrap/47827 (gcc fails to bootstrap on i386-pc-solaris2.10)

	PR bootstrap/47827
	* printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").

From-SVN: r170346
parent a3e5390d
No related merge requests found
2011-02-20 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/47827
* printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
2011-02-17 Jakub Jelinek <jakub@redhat.com> 2011-02-17 Jakub Jelinek <jakub@redhat.com>
* libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP, * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
......
...@@ -181,3 +181,6 @@ __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide, ...@@ -181,3 +181,6 @@ __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide,
#undef _itoa #undef _itoa
#define _itoa __quadmath_itoa #define _itoa __quadmath_itoa
#undef NAN
#define NAN __builtin_nanf ("")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment