Liviu Nicoara wrote:
Martin Sebor wrote:Nicole Willson wrote:The equivalent (modulo anonymous struct) passes as well: struct foo { int flag; }; static foo f = { 1 }; int flags = f.flag;
Interesting. So it's anonymous local struct that trips it up... Nicole, could you open a PMR with IBM? Here's the link: https://techsupport.services.ibm.com/server/pserv Martin
