comparison gcc/testsuite/g++.dg/abi/empty16.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 // PR c++/60336 1 // PR c++/60336
2 // { dg-do run { target { { i?86-*-* x86_64-*-* } && { ! { ia32 } } } } } 2 // { dg-do run { target { { i?86-*-* x86_64-*-* } && { ! { ia32 } } } } }
3 // { dg-options "-Wabi=11 -x c" } 3 // { dg-options "-Wabi=11 -x c" }
4 // { dg-additional-sources "empty16a.c" } 4 // { dg-additional-sources "empty16a.c" }
5 // { dg-prune-output "command line option" } 5 // { dg-prune-output "command-line option" }
6 6
7 #include "empty16.h" 7 #include "empty16.h"
8 extern "C" void fun(struct dummy, struct foo); 8 extern "C" void fun(struct dummy, struct foo);
9 9
10 int main() 10 int main()