PATCH COMMITTED: Don't use int64_t in test

Ian Lance Taylor iant@google.com
Wed Mar 19 06:11:00 GMT 2014


Among other issues, PR 60563 complains that g++.dg/ext/sync-4.c fails on
Darwin because both the system header files and the test define the
typedef int64_t.  This patch should avoid that problem by renaming the
typedef.  Tested on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian


2014-03-18  Ian Lance Taylor  <iant@google.com>

	PR target/60563
	* g++.dg/ext/sync-4.C (int32_t): Remove typedef.
	(ditype): Rename typedef from int64_t.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 5761 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20140319/b40149bb/attachment.bin>


More information about the Gcc-patches mailing list