]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Sun, 5 Jun 2005 17:56:48 +0000 (17:56 +0000)
committerNo Author <no-author@gcc.gnu.org>
Sun, 5 Jun 2005 17:56:48 +0000 (17:56 +0000)
'gcc-4_0-branch'.

From-SVN: r100628

gcc/testsuite/g++.dg/ext/builtin9.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.dg/ext/builtin9.C b/gcc/testsuite/g++.dg/ext/builtin9.C
new file mode 100644 (file)
index 0000000..6b2b712
--- /dev/null
@@ -0,0 +1,3 @@
+// PR c++/21619
+// { dg-options "" }
+int f[__builtin_constant_p(&"Hello"[0])?1:-1];