Hello, > Here is a trivial patch to fix a crash which I discovered when trying to > stress the parser. Unary expressions '& 1' and '* 1' (AddressOf and > Indirect) currently crash mcs when it tries to perform constant > folding. Shall I apply to CVS?
This patch is actually incorrect, because it is not valid to take the address of a constant, so this code should emit the corresponding error instead of silently generating incorrect code. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
