Re: NetBSD bootstrap (was: Target deprecations for 4.6)

2011-01-30 Thread Arnaud Lacombe
Hi, On Sat, Jan 29, 2011 at 5:24 PM, Jonathan Wakely wrote: > Ah, I did look in the NetBSD cvs repository and the other arches I > looked at just used _ANSI_H_, I obviously didn't check the ones you > identified. > >From a quick look, dreamcast, landisk, hpcsh, usermode and evbsh3 use fancy heade

Re: NetBSD bootstrap (was: Target deprecations for 4.6)

2011-01-29 Thread Arnaud Lacombe
Hi, On Fri, Jan 28, 2011 at 4:32 AM, Jonathan Wakely wrote: > On 28 January 2011 01:11, Joseph S. Myers wrote: >> >> * a.out NetBSD (arm*-*-netbsd* not matching arm*-*-netbsdelf*, >> i[34567]86-*-netbsd* not matching i[34567]86-*-netbsdelf*, vax-*-netbsd* >> not matching vax-*-netbsdelf*). > > Th

Re: cscope replacement

2010-12-20 Thread Arnaud Lacombe
Hi, On Mon, Dec 20, 2010 at 2:44 PM, Ian Lance Taylor wrote: > Perry Smith writes: > >> Is there a way to have gcc produce some type of intermediate file that >> could be used to generate a cscope like database.  (Perhaps a better >> way to phrase the question is 'which intermediate file, if any

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 5:55 PM, Richard Guenther wrote: > On Fri, Nov 19, 2010 at 10:46 PM, Ian Lance Taylor wrote: >> Jack Howarth writes: >> >>> ps Is there a list of targets that the go compiler has been built on? >> >> It's been built and tested on x86 and x86_64 GNU/Linux and RTEMS. >

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 11:58 PM, Arnaud Lacombe wrote: > sysinfo.go:2874:13: error: use of undefined type 'func___sighandler_t' > gen-sysinfo.go has : // type ___sighandler_t func*(int32) It may not like the * as the following: package main import "fmt" type

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 11:58 PM, Arnaud Lacombe wrote: > [...] > continuing to dig for other errors. > One nits; is there any reason to use `__xpg_strerror_r()' which is not POSIX, versus 'strerror_r()' [0] ? // FIXME: The name is only right for glibc. func li

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 10:43 PM, Arnaud Lacombe wrote: > ok, this last one is a classic use of non-standard extension of GNU > sed I should be able to fix it. It might not be clean, though. > Here we go, most redefinition fixed by the attached patch. Remaining error are: sysinfo.

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 10:17 PM, Arnaud Lacombe wrote: > Hi, > > On Fri, Nov 19, 2010 at 2:55 PM, Jack Howarth > wrote: >> Ian, >>   The current gccgo branch (at r166931) fails to bootstrap on >> x86_64-apple-darwin10 >> using... >> >>

Re: gccgo branch and darwin

2010-11-19 Thread Arnaud Lacombe
Hi, On Fri, Nov 19, 2010 at 2:55 PM, Jack Howarth wrote: > Ian, >   The current gccgo branch (at r166931) fails to bootstrap on > x86_64-apple-darwin10 > using... > > ../gccgo/configure --prefix=/Users/howarth/dist --with-gmp=/sw --with-ppl=/sw > --with-cloog=/sw --with-mpc=/sw --with-libiconv-

Re: Using C++ in GCC is OK

2010-05-30 Thread Arnaud Lacombe
Hi, On Sun, May 30, 2010 at 10:03 PM, Robert Dewar wrote: > Mark Mitchell wrote: > >> Is there anyone who would like to volunteer to develop the C++ coding >> standards?  I think that this could be done as a Wiki page.  (If nobody >> volunteers, I will volunteer myself.)  Whoever ends up doing th