Hi Paul, > That's strange, since Line 3 is taken almost verbatim from the HP-UX > manual you mentioned.
This manual is for a quite new HP cc on Itanium (IA-64) servers. I'm talking about an older HP cc on hppa. > What happens if you compile with 'cc > +std=gnu'? or with 'cc +std=gcc', or 'cc -Agnu', or 'cc -Agcc'? See > pages 13-14 of: Doesn't help: cc: warning 422: Unknown option "std=gnu" ignored. cc: warning 422: Unknown option "std=gcc" ignored. cc: error 1412: Unrecognized argument "gnu" to option -A. cc: error 1412: Unrecognized argument "gcc" to option -A. > The revised patch to the stdalign module looks good to me; thanks. OK, I've pushed it. Bruno