So many times I worked on a script or compiled/assembled code, got an error that made no sense, and then complained to anyone who would listen, "The system is obviously broken". And I'm sure you can guess *exactly* how many of those times the system really turned out to be broken :)

On 8/29/2019 10:27 AM, Joseph Reichman wrote:
Begin forwarded message:

From: "Basil Kanneth" <bkann...@ca.ibm.com>
Date: August 29, 2019 at 11:01:57 AM EDT
To: "Joseph Reichman" <reichman...@gmail.com>
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



From:        "Joseph Reichman" <reichman...@gmail.com>
To:        "'Basil Kanneth'" <bkann...@ca.ibm.com>
Date:        08/29/2019 08:16 AM
Subject:        [EXTERNAL] Re: Case TS002648607 (PMR 76523,082,000) - Compiler 
abend



Any updates
thanks



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to