comparison gcc/testsuite/gcc.dg/darwin-ld-3.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1
2 /* Test Darwin linker option -arch_errors_fatal. */
3 /* Developed by Devang Patel <dpatel@apple.com>. */
4
5 /* { dg-options "-arch_errors_fatal" } */
6 /* { dg-do link { target *-*-darwin* } } */
7
8 int main()
9 {
10 return 0;
11 }
12