[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-09-18-fwrite-cast-crash.c
Chris Lattner
sabre at nondot.org
Mon Sep 18 11:08:06 PDT 2006
Changes in directory llvm/test/Regression/CFrontend:
2006-09-18-fwrite-cast-crash.c added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+13 -0)
2006-09-18-fwrite-cast-crash.c | 13 +++++++++++++
1 files changed, 13 insertions(+)
Index: llvm/test/Regression/CFrontend/2006-09-18-fwrite-cast-crash.c
diff -c /dev/null llvm/test/Regression/CFrontend/2006-09-18-fwrite-cast-crash.c:1.1
*** /dev/null Mon Sep 18 13:08:01 2006
--- llvm/test/Regression/CFrontend/2006-09-18-fwrite-cast-crash.c Mon Sep 18 13:07:51 2006
***************
*** 0 ****
--- 1,13 ----
+ // RUN: %llvmgcc %s -S -o -
+ // PR910
+
+ struct l_struct_2E_FILE { char x; };
+ unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
+ static signed char str301[39];
+ static void Usage(signed char *ltmp_611_6) {
+ struct l_struct_2E_FILE *ltmp_6202_16;
+ unsigned ltmp_6203_92;
+ ltmp_6203_92 = /*tail*/ ((unsigned (*) (signed char *, unsigned , unsigned ,
+ struct l_struct_2E_FILE *))(void*)fwrite)((&(str301[0u])), 38u, 1u, ltmp_6202_16);
+ }
+
More information about the llvm-commits
mailing list