This is the mail archive of the gcc-cvs@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]

r267349 - in /branches/gcc-8-branch/gcc/testsui...


Author: iains
Date: Sat Dec 22 16:13:48 2018
New Revision: 267349

URL: https://gcc.gnu.org/viewcvs?rev=267349&root=gcc&view=rev
Log:
backport three fixes to the use of _USER_LABEL_PREFIX_

	Backport from mainline
	2018-08-22  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc.dg/lto/pr85248_0.c (test_alias):
	Stringify __USER_LABEL_PREFIX__.
	(test_noreturn): Likewise.

	2018-08-16  Iain Sandoe <iain@sandoe.co.uk>
 
	* gcc.dg/memcmp-1.c (lib_memcmp): Apply __USER_LABEL_PREFIX__.
	(lib_strncmp): Likewise.

	2018-08-16  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc.dg/asan/pr81923.c: Stringify __USER_LABEL_PREFIX__.


Modified:
    branches/gcc-8-branch/gcc/testsuite/ChangeLog
    branches/gcc-8-branch/gcc/testsuite/gcc.dg/asan/pr81923.c
    branches/gcc-8-branch/gcc/testsuite/gcc.dg/lto/pr85248_0.c
    branches/gcc-8-branch/gcc/testsuite/gcc.dg/memcmp-1.c


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