diff options
Diffstat (limited to 'test/C++Frontend/2008-02-13-sret.cpp')
-rw-r--r-- | test/C++Frontend/2008-02-13-sret.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/C++Frontend/2008-02-13-sret.cpp b/test/C++Frontend/2008-02-13-sret.cpp index 15b4a992d1..15bfa2ddab 100644 --- a/test/C++Frontend/2008-02-13-sret.cpp +++ b/test/C++Frontend/2008-02-13-sret.cpp @@ -6,13 +6,6 @@ typedef __builtin_va_list va_list; typedef unsigned long size_t; void *memset(void *, int, size_t); -struct S92 { int a:14; } ; - extern struct S92 s92; - - struct S92 check92 () { struct S92 ret; - memset (&ret, 0, sizeof (ret)); - ret.a = s92.a; - return ret; } struct S93 { __attribute__((aligned (8))) void * a; } ; extern struct S93 s93; |