Skip to content
Snippets Groups Projects
Commit df80f5b3 authored by xleroy's avatar xleroy
Browse files

Another regression

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1344 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 9c03226a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ LIBS=$(LIBMATH)
# Can run and have reference output in Results
TESTS=bitfields1 bitfields2 bitfields3 expr1 initializers volatile2 \
funct3 expr5 struct7 struct8
funct3 expr5 struct7 struct8 casts1
# Other tests: should compile to .s without errors (but expect warnings)
EXTRAS=commaprec expr2 expr3 expr4 extern1 funct2 funptr1 init1 \
......
65535
#include <stdio.h>
int main(void)
{
unsigned short p_69 = (signed char) (-1);
printf("%d\n", p_69);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment