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]
Other format: [Raw text]

Re: [C++ PATCH] Fix bug 5132




--On Monday, December 31, 2001 04:39:40 PM +0000 Nathan Sidwell 
<nathan@codesourcery.com> wrote:

> Hi,
> this fixes bug 5132, an ICE on a legal extension.
> We shouldn't be calling digest_init when parsing a template function.
> digest_init is called in build_expr_from tree, during instantiation.
>
> built & tested on i686-pc-linux-gnu, ok?

Yes, thanks.

Note that reparse_absdcl_as_casts is no more in the new parser; if
we can get that whipped into shape for 3.2 that will be nice.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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