Re: working around gcc bugs.

2001-09-19 Thread Bill Allombert
On Mon, Sep 17, 2001 at 10:57:16PM +0200, Matthias Klose wrote: > > What is the best solution ? > > Build-Depends: gcc-3.0 [arm] > > use CC=gcc-3.0 for configuring/building on arm. hppa and ia64 don't > have gcc-2.95 at all. OK, but default gcc is not gcc-3.0 on merulo (ia64) merulo% gcc -v Rea

working around gcc bugs.

2001-09-17 Thread Matthias Klose
Bill Allombert writes: > Hello, > > My PARI package has the bad habits of breaking compiler. Worse > of all, problems are often run-time and not compile-time. > > Currently on hppa, arm and ia64 gcc-2.95 cannot build working binaries, > but gcc-3.0 work. > > So should I force the packag

working around gcc bugs.

2001-09-17 Thread Bill Allombert
Hello, My PARI package has the bad habits of breaking compiler. Worse of all, problems are often run-time and not compile-time. Currently on hppa, arm and ia64 gcc-2.95 cannot build working binaries, but gcc-3.0 work. So should I force the package to be build with gcc-3.0 on these archs ? And in