Dan Sugalski <[EMAIL PROTECTED]> writes: > On Mon, 13 Oct 2003, Juergen Boemmels wrote: > > > Leopold Toetsch <[EMAIL PROTECTED]> writes: > > > > > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > > > To the point of failing near-every test. GCC 2.95, on the other hand, > > > > seems quite happy with it. (details at http://tinderbox.perl.org) > > > > > > > Could someone take a look at things and see what's going on please? > > > > Strange, with gcc 3.3.1 I could not reproduce this error. > > 3.3.2 dies like this. (And the fix is apparently very specific, as arete, > which looks to be running 3.3.2, dies wiht a complaint about > no-accumulate-outgoing-args not existing.
Looking a bit more closely to the gcc-docs: This option is specific to i386 and x86-64. As ariete is an ia64 it does not recognize this option. > I think we're entering a maze of twisty little compiler version quirks, > all of them annoying. :( It also depends on the target. An i386 needs diffrent flags than a ia64. :-( On the positive side adding -mno-accumulate-outgoing-args did not hurt on gcc-3.3.1/i386; it still fails only t/op/numbers_38.pasm. I will try to find out whats wrong with this. bye boe -- Juergen Boemmels [EMAIL PROTECTED] Fachbereich Physik Tel: ++49-(0)631-205-2817 Universitaet Kaiserslautern Fax: ++49-(0)631-205-3906 PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F 23 F6 C7 2F 85 93 DD 47