comparison gcc/testsuite/g++.dg/torture/pr77674.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 // { dg-do compile } 1 // { dg-do compile }
2 typedef struct { } __fsid_t; 2 typedef struct { } __fsid_t;
3 typedef unsigned long int pthread_t; 3 typedef unsigned long int pthread_t;
4 extern "C" { 4 extern "C" {
5 extern __inline __attribute__ ((__gnu_inline__)) int pthread_equal (pthread_t __thread1, pthread_t __thread2) throw () { 5 extern __inline __attribute__ ((__gnu_inline__)) int pthread_equal (pthread_t __thread1, pthread_t __thread2) throw () {
6 return 0;
6 } 7 }
7 } 8 }
8 typedef pthread_t __gthread_t; 9 typedef pthread_t __gthread_t;
9 static __typeof (pthread_equal) __gthrw_pthread_equal __attribute__ ((__weakref__ ("pthread_equal"))); 10 static __typeof (pthread_equal) __gthrw_pthread_equal __attribute__ ((__weakref__ ("pthread_equal")));
10 11