Re: error compiling regex gnulib module with pgcc compiler

2009-02-06 Thread Jim Meyering
Bruno Haible wrote: > Jim Meyering wrote: >> I'm reverting this patch, >> >> http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=e48d8b47fb3eee8 >> >> since with the upcoming gcc-4.4 it causes a compilation error: >> >> regex_internal.h:189:55: error: integer overflow in preprocessor

Re: error compiling regex gnulib module with pgcc compiler

2009-02-05 Thread Bruno Haible
Jim Meyering wrote: > I'm reverting this patch, > > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=e48d8b47fb3eee8 > > since with the upcoming gcc-4.4 it causes a compilation error: > > regex_internal.h:189:55: error: integer overflow in preprocessor > expression Looks right

Re: error compiling regex gnulib module with pgcc compiler

2009-02-05 Thread Jim Meyering
Paul Eggert wrote: > Ralf Wildenhues writes: > >>> Thanks for checking that. Can you please run the following >>> program on that platform and send us the output? If it outputs >>> "preprocessor thinks BITSET_WORD_BITS = 64", then we have an >>> obvious fix to regex_internal.h. Thanks. >> >> Y

Re: error compiling regex gnulib module with pgcc compiler

2006-01-10 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> Thanks for checking that. Can you please run the following >> program on that platform and send us the output? If it outputs >> "preprocessor thinks BITSET_WORD_BITS = 64", then we have an >> obvious fix to regex_internal.h. Thanks. > > Yes OK, th

Re: error compiling regex gnulib module with pgcc compiler

2006-01-10 Thread Claudio Fontana
--- Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Paul, > > > Paul Eggert wrote on Thu, Jan 05, 2006: > > Thanks for checking that. Can you please run the > following > > program on that platform and send us the output? > If it outputs > > "preprocessor thinks BITSET_WORD_BITS = 64", then >

Re: error compiling regex gnulib module with pgcc compiler

2006-01-10 Thread Ralf Wildenhues
Hi Paul, * Paul Eggert wrote on Thu, Jan 05, 2006 at 07:40:26PM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > This is pgcc 6.0-8 64-bit target on x86-64 Linux, but as indicated > > above, the issue is present in 5.2-1 as well. > > Thanks for checking that. Can you please run the foll

Re: error compiling regex gnulib module with pgcc compiler

2006-01-05 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > This is pgcc 6.0-8 64-bit target on x86-64 Linux, but as indicated > above, the issue is present in 5.2-1 as well. Thanks for checking that. Can you please run the following program on that platform and send us the output? If it outputs "preprocesso

Re: error compiling regex gnulib module with pgcc compiler

2006-01-05 Thread Ralf Wildenhues
Forwarding this to PGI support. This thread is archived at http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/5059 . * Paul Eggert wrote on Thu, Dec 29, 2005 at 10:35:24PM CET: > Claudio Fontana <[EMAIL PROTECTED]> writes: > > >> pgcc -DHAVE_CONFIG_H -I. -I. -I.. -g -c regex.c > >> PGC-F-024

Re: error compiling regex gnulib module with pgcc compiler

2005-12-29 Thread Paul Eggert
Claudio Fontana <[EMAIL PROTECTED]> writes: >> pgcc -DHAVE_CONFIG_H -I. -I. -I.. -g -c regex.c >> PGC-F-0249-#error -- "Add case for new bitset_word >> size" (./regex_internal.h: 186) >> PGC/x86-64 Linux/x86-64 5.2-1: compilation aborted > > I do not know whether this is something that should

error compiling regex gnulib module with pgcc compiler

2005-12-28 Thread Claudio Fontana
Hello, the new GNU id-utils release has been completely gnulibized, and I am getting very good feedback from an user that is testing it on about 20 different unix flavours, and with different compilers. during compilation of lib/ (which contains only gnulib code) with pgcc compiler (Portland Grou