One reason to love Swift. No semicolons required!!! ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Matt Hogstrom <[email protected]> Sent: Thursday, August 29, 2019 12:28 PM To: [email protected] <[email protected]> Subject: Re: Case TS002648607 (PMR 76523,082,000) - Compiler abend
I always knew semi-colons were dangerous. Most people butcher their usage in grammar and now abends … who knows what mischief they will stir up next. Matt Hogstrom [email protected] +1-919-656-0564 PGP Key: 0x90ECB270 Facebook <https://facebook.com/matt.hogstrom> LinkedIn <https://linkedin/in/mhogstrom> Twitter <https://twitter.com/hogstrom> “It may be cognitive, but, it ain’t intuitive." — Hogstrom > On Aug 29, 2019, at 1:37 PM, Charles Mills <[email protected]> wrote: > > Amazing! > > Charles > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Joseph Reichman > Sent: Thursday, August 29, 2019 10:27 AM > To: [email protected] > Subject: Fwd: Case TS002648607 (PMR 76523,082,000) - Compiler abend > > Begin forwarded message: > >> From: "Basil Kanneth" <[email protected]> >> Date: August 29, 2019 at 11:01:57 AM EDT >> To: "Joseph Reichman" <[email protected]> >> Subject: RE: Case TS002648607 (PMR 76523,082,000) - Compiler abend >> >> Hi Joseph, >> >> It turns out the system protection exception occurred because of a missing >> semicolon after the following line in the code: >> typedef int (DLL_FN)(char *) >> >> So it should be: >> typedef int (DLL_FN)(char *); >> >> If you make the above changes, your test case should compile fine. >> >> We agree the compiler should not abend in this situation and we are >> investigating a potential fix. >> >> I will provide you with another update by Thursday, September 5th, 2019. >> >> Regards, >> ________________________________ >> Basil Kanneth, PMP® >> IBM XL C,C++, Fortran & COBOL Compilers Service Team >> IBM Software Group - Toronto Lab ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
