--- Begin Message ---
Subject: |
printf in make-prime-list.c uses "modern" features |
Date: |
Sun, 28 Oct 2012 15:40:23 -0400 |
User-agent: |
Mutt/1.5.16 (2007-06-09) |
make-prime-list crashes on hppa1.1-hp-hpux10.20. This probably
will occur on any hppa-hpux system.
Attached is a hack to work around the problem.
Dave
--
J. David Anglin address@hidden
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
make-prime-list.c.d
Description: Text document
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#12753: printf in make-prime-list.c uses "modern" features |
Date: |
Sun, 04 Nov 2012 00:55:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
On 10/29/2012 12:22 PM, John David Anglin wrote:
On 28-Oct-12, at 9:57 PM, Pádraig Brady wrote:
Is %jx not supported, or is the * not supported with %j?
I'm guessing the latter since you got a runtime issue
rather than a compile time one. We also use '*' in
other format strings, so I doubt that's an issue in itself.
I will test this evening. The printf manpage doesn't mention %j
or * in the HP-UX 10.20 and 11.11 pages. Sometimes things
are supported but not documented.
I've now pushed the patch set from this thread,
so I'm marking this as done.
cheers,
Pádraig.
--- End Message ---