This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] template template parm fixes (1/3)


>>>>> Paul Burchard <burchard@pobox.com> writes:

 > I noticed that in applying this patch you modified the crash test
 > g++.pt/memtemp89.C to say

 > // ERROR - Q::X inaccessible XFAIL *-*-*

 > That's correct of course -- my stupidity for using `class' instead
 > of `struct'.  But it would serve as a better regression test if
 > you were make it XPASS by correcting that goof (the corrected code
 > with `struct' still crashes old GCC versions).  Thanks.

No need; the testing machinery does not treat a crash as a valid error, so
that failure would still be detected with the current test.

Jason

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]