RE: M4 tests fail when built with PGI compilers

2017-02-09 Thread Stewart, Adam James
ences Argonne National Laboratory From: Paul Eggert [egg...@cs.ucla.edu] Sent: Wednesday, February 08, 2017 6:19 PM To: Stewart, Adam James Cc: Eric Blake; bug...@gnu.org; Bug-gnulib Subject: Re: M4 tests fail when built with PGI compilers On 02/06/2017 01:

Re: M4 tests fail when built with PGI compilers

2017-02-08 Thread Paul Eggert
On 02/06/2017 01:37 PM, Stewart, Adam James wrote: I tried applying your patch, and it looks like I got a bit further along, but `make check` still crashes with: CC test-stddef.o PGC-S-0045-Illegal field size (/blues/gpfs/home/software/spack-0.10.0/var/spack/stage/m4-1.4.18-zwtcbe4z66

RE: M4 tests fail when built with PGI compilers

2017-02-06 Thread Stewart, Adam James
edu] Sent: Tuesday, January 31, 2017 4:49 PM To: Stewart, Adam James Cc: Eric Blake; bug...@gnu.org; Bug-gnulib Subject: Re: M4 tests fail when built with PGI compilers On 01/31/2017 07:46 AM, Stewart, Adam James wrote: > Yes, the warnings are annoying, but more importantly, `make check` doesn

Re: M4 tests fail when built with PGI compilers

2017-01-31 Thread Paul Eggert
On 01/31/2017 07:46 AM, Stewart, Adam James wrote: Yes, the warnings are annoying, but more importantly, `make check` doesn't pass for me. In fact, I'm not sure if it even gets to the testing phase. I think it crashes when trying to build the test suite. Your log file says all the M4 tests pa

RE: M4 tests fail when built with PGI compilers

2017-01-31 Thread Stewart, Adam James
Computing Resource Center Computing, Environment and Life Sciences Argonne National Laboratory From: Paul Eggert [egg...@cs.ucla.edu] Sent: Monday, January 30, 2017 8:44 PM To: Stewart, Adam James Cc: Eric Blake; bug...@gnu.org; Bug-gnulib Subject: Re: M4 tests

Re: M4 tests fail when built with PGI compilers

2017-01-30 Thread Paul Eggert
On 01/30/2017 02:39 PM, Eric Blake wrote: I don't think test-intprops.c is compatible with the PGI compilers. Yes, test-intprops.c runs afoul of a problem in the PGI compiler. I can reproduce the problem in PGI 16.10 x86-64 by compiling this one-line program: short bar = -32768 <= 1

Re: M4 tests fail when built with PGI compilers

2017-01-30 Thread Eric Blake
[adding gnulib] On 01/30/2017 03:48 PM, Stewart, Adam James wrote: > I'm trying to build and install M4 1.4.18 with PGI 16.5, but `make check` > crashes for me. I'm seeing thousands of lines that look like: > > PGC-W-0116-Constant value out of range for signed short or char > (/blues/gpfs/home/