This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-25 05:25:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
108f92e376
llvm
/
test
/
FrontendC
/
2004-05-21-IncompleteEnum.c
6 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Add -w to inhibit gcc warnings, which causes the harness to fail the tests. The warning all appear legitimate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52186 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-10 18:00:09 +00:00
// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 22:41:00 +00:00
new testcase for PR326 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13098 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-21 18:49:35 +00:00
void
test
(
enum
foo
*
X
)
{
}
Reference in New Issue
Copy Permalink