Make this explictly signed. Fixes PR1571.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 28 Jul 2007 16:43:10 +0000 (16:43 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 28 Jul 2007 16:43:10 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40569 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2007-06-18-SextAttrAggregate.c

index 2eabd4fcca4e8cd87c4cf34a1b22b174f6d7fa33..2fcd72607a2a6c96e7d376949271f767fcace11d 100644 (file)
@@ -6,6 +6,6 @@ long a;
 long b;
 };
 
-void f(struct s a, char *b, char C) {
+void f(struct s a, char *b, signed char C) {
 
 }