This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gen-num-limits runs forever on GNU/Linux/sparc (Red Hat Linux 6.2)


On Feb  1, 2001, Gabriel Dos Reis <gdr@codesourcery.com> wrote:

> Alexandre Oliva <aoliva@redhat.com> writes:

> [...]

> | Tested on sparc-unknown-linux-gnu, with and without -DHAVE_SIGSETJMP.
> | The latter compiled, but would never complete, as before.  Ok to
> | install?

> Alexandre, can't it be possible to detect HAVE_SIGSETJUMP through
> autoconf?  I would prefer an autocoonf-based solution.

Well...  Sure it is.  I just didn't think it was worth the trouble.
We'd have to start #including <config.h> in gen-num-limits.cc, for
one.

I fancied finding some way to figure out whether a function was
available or not by means of template specialization, but didn't
investigate this possibility very thoroughly.

I don't know when I'm going to have time to do it, though.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]