Re: Duplicated typedef trips my gcc over

2015-10-26 Thread Ben Gamari
Gabor Greif writes: > Hi all, > > look: > > $ git grep "typedef struct LibDwSession_ " > rts/Libdw.c:typedef struct LibDwSession_ LibDwSession; > rts/Libdw.h:typedef struct LibDwSession_ LibDwSession; > > $ which gcc > /usr/bin/gcc > > $ gcc --version > gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)

Re: Duplicated typedef trips my gcc over

2015-10-26 Thread Gabor Greif
I have just committed a tentative fix I am using for a while, and keep watching the buildbots. Cheers, Gabor On 10/26/15, Christiaan Baaij wrote: > I cannot build HEAD for the same reason. Same GCC version. > > On 21 October 2015 at 13:08, Gabor Greif wrote: > >> Hi all, >> >> look: >> >>

Re: Duplicated typedef trips my gcc over

2015-10-26 Thread Christiaan Baaij
I cannot build HEAD for the same reason. Same GCC version. On 21 October 2015 at 13:08, Gabor Greif wrote: > Hi all, > > look: > > $ git grep "typedef struct LibDwSession_ " > rts/Libdw.c:typedef struct LibDwSession_ LibDwSession; > rts/Libdw.h:typedef struct LibDwSession_ LibDwSession; > > $ wh

Duplicated typedef trips my gcc over

2015-10-21 Thread Gabor Greif
Hi all, look: $ git grep "typedef struct LibDwSession_ " rts/Libdw.c:typedef struct LibDwSession_ LibDwSession; rts/Libdw.h:typedef struct LibDwSession_ LibDwSession; $ which gcc /usr/bin/gcc $ gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Copyright (C) 2010 Free Software Foundation,