On Tue, May 1, 2012 at 6:04 PM, Dodji Seketeli <do...@redhat.com> wrote:
>>> pfile->context = XNEW (cpp_context); >>> + memset (pfile->context, 0, sizeof (cpp_context)); >> >> You can use XCNEW instead of XNEW + memset. >> >> OK with that change. > > Thank you. > > Here is the patch I will commit when Uros confirms that it fixes the > problem for him on alpha. Yes, the patch works OK on alpha and fixes the ICE in macro-4.c test. Thanks, Uros.