I expected this to be a missing paren causing the S0C4 but a semicolon is 
surprising. Usually you get a confusing message for a missing semicolon.

Notice that IBM says they will get back to you by Sept 5. You caused this guy 
extra work by declaring this a sev 1. I don't know about today but in the past, 
they were usually helpful without declaring an  unnecessary sev 1. In the 
future, try sev 2 and only raise to a sev 1 if you really need it.

Jon.

 On Thursday, August 29, 2019, 10:27:36 AM PDT, Joseph Reichman 
<reichman...@gmail.com> 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