glibc/stdio-common
Joseph Myers 6f30e59fc9 Disable -Wformat-overflow= warnings for some printf tests.
Recent GCC -Wformat-overflow= changes result in some printf tests
failing to build, because those tests are deliberately testing the
handling of formats writing more than INT_MAX characters and the
handling of NULL arguments to the %s format, which GCC now warns
about.  This patch duly disables -Wformat-overflow= for the relevant
calls to printf functions.

Tested with build-many-glibcs.py with GCC mainline for
aarch64-linux-gnu.

	* stdio-common/bug22.c: Include <libc-diag.h>.
	(do_test): Disable -Wformat-overflow= warnings around fprintf
	calls outputting more than INT_MAX characters.
	* stdio-common/tst-printf.c: Disable -Wformat-overflow= warnings
	around printf call with NULL %s argument.
2018-11-01 17:13:55 +00:00
..
2011-08-20 09:22:16 -04:00
2018-07-05 19:00:10 +02:00
2013-10-12 14:47:50 +02:00
2018-07-05 19:00:10 +02:00
2018-07-05 19:00:10 +02:00
2017-11-16 11:49:26 +05:30
2017-11-16 11:49:26 +05:30
2018-07-05 19:00:10 +02:00