>>> On 9/8/2008 at 2:25 PM, in message <[EMAIL PROTECTED]>, John McKown <[EMAIL PROTECTED]> wrote: -snip- > Why don't I just look at the generated code? Because I don't > have a C compiler for z/OS. I'm writing my code on Linux using GCC.
You can see the generated code from gcc. Use the "-save-temps" flag and you'll get both the .s and .i files for the source module. Mark Post ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

