Re: GCC 4.3.3 Released

2009-02-03 Thread rkiesling
Dennis Clarke: [ Charset ISO-8859-1 converted... ] > > >> > I'll try sparc64, powerpc64 and ia64 when the machines are available. > >> > >> I can probably help you with the Sparc64 requirement. To be precise, do > >> you need Sun UltraSparc or are you looking for the multicore SPARC64 > >> process

Re: GCC 4.3.3 Released

2009-02-03 Thread rkiesling
> > On an (possibly) off-topic note, it seems that gmp requires GNU ld, but GCC > > needs the native ld. > > Neither is supposed to be true (and I've built GMP with Sun ld and GCC with > GNU ld many times). I didn't take notes, and you wouldn't find my configuration very useful (much symlinking

Warnings while building gcc-4.3-20080605 on Solaris2.10

2008-06-07 Thread rkiesling
The build of gcc-4.3-20080605 snapshot on holly with Solaris2.10 generated the following warnings. ../../gcc-4.3-20080605/gcc/expr.c: In function 'expand_expr_real_1': ../../gcc-4.3-20080605/gcc/expr.c:8024: warning: unknown conversion type character 'K' in format ../../gcc-4.3-20080605/gcc/expr

Re: Warnings while building gcc-4.3-20080605 on Solaris2.10

2008-06-07 Thread rkiesling
Andrew Pinski: > On Sat, Jun 7, 2008 at 2:43 AM, rkiesling <[EMAIL PROTECTED]> wrote: > > The build on holly used the native SunOS build tools, so YMMV. If not > > a duplication of effort, should I submit a patch to correct these > > warnings? > > Are these war

Re: Feature request - a macro defined for GCC

2008-07-01 Thread rkiesling
Robert Dewar: [ Charset ISO-8859-1 converted... ] > Andrew Haley wrote: > > x z wrote: > > > >> I would like to see that GCC define a macro in the case it is being > >> used to compile a program. Currently there is a __GNUC__ macro > >> defined by the GNU C preprocessor CPP. That does not suit t

Re: Feature request - a macro defined for GCC

2008-07-02 Thread rkiesling
Vincent Lefevre: [ Charset ISO-8859-1 converted... ] > On 2008-07-01 11:11:42 -0700, Ian Lance Taylor wrote: > > __GNUC__ is indeed defined by the compiler proper, not by the > > preprocessor. > > What do you mean here? > > Even when calling the preprocessor directly, __GNUC__ is defined: > > vi

Re: Feature request - a macro defined for GCC

2008-07-03 Thread rkiesling
Paul Koning: > > "Ralf" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > Ralf> I feel like I'm stating the obvious, but maybe you're just > Ralf> trying to rediscover feature-based tests: do a test compile > Ralf> that exposes the compiler bug or feature you're looking for. > > Ralf> Au