Re: [mico-devel] Marshall exception

2012-11-01 Thread Mark Glasberg
Please unsubscribe me from the list. Mark Glasberg On Nov 1, 2012, at 6:43 AM, "Gregory, Peter" wrote: > Hi Karel, > Yes, you are right the issue is fixed by that patch. > > Interesting comments from the GCC community members. > Whilst I agree with validation of the case values against the e

Re: [mico-devel] Marshall exception

2012-11-01 Thread Gregory, Peter
Hi Karel, Yes, you are right the issue is fixed by that patch. Interesting comments from the GCC community members. Whilst I agree with validation of the case values against the enum, I think this really should be an error not a warning, since it results in very different behaviour when you upgrad

Re: [mico-devel] Marshall exception

2012-10-31 Thread Karel Gardas
Hi Peter, this looks like an issue solved by this patch on MICO HEAD, isn't it? Sun Jan 3 18:59:34 CET 2010 Karel Gardas * fix "miscompilation" of typecode.cc by GNU C++ >= 4.4 This patch fixes typecode.cc to not use TK_RECURSIVE definition since this makes GNU C++ >= 4.4 miscompilin

Re: [mico-devel] Marshall exception

2012-10-31 Thread Gregory, Peter
Hi I have tracked this issue down and can confirm it is another problem caused by the upgrade to gcc version 4.4. A different problem with the same cause was reported in the issue "typecode assertion failed on gcc 4.4 ".