There once was a similar problem...
"sizeof() is a macro and not a function. It can be used for setting a variable or passing a parameter to a function, but can not be used in expressions. Thus, long_size = sizeof(long); is ok, but long_size_times_ten = sizeof(long)*10; is not. This restriction does not apply to A7.7 or above."
Maybe that is happening again?