]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Add another non-reserved name to tests
authorJonathan Wakely <jwakely@redhat.com>
Wed, 25 Aug 2021 22:19:25 +0000 (23:19 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 21 Apr 2022 11:13:10 +0000 (12:13 +0100)
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* testsuite/17_intro/names.cc: Check 'sz'.

(cherry picked from commit ea5674687ac45fe7242c57220b699337899881f0)

libstdc++-v3/testsuite/17_intro/names.cc

index e72f49c1443b99dcc44baf9b0eadbd5d0e7ea92c..b29e08dae02c3390084c266d7d295e8b55aca204 100644 (file)
 #define z (
 
 #define tmp (
+#define sz (
 
 #if __cplusplus < 201103L
 #define uses_allocator  (
This page took 0.066155 seconds and 5 git commands to generate.