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] Don't ICE on invalid decltype uses (PR c++/34271)


On Dec 4, 2007 4:50 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> > I'd rather just handle SCOPE_REF in finish_decltype_type and print the
> > error at that point. As a general rule, we should diagnose whatever we
> > can when parsing the template. Sooner or later, we're going to have to
> > if we want to properly support C++0x concepts.
>
> Ok, here is the alternative patch, regtested on x86_64-linux:
>         PR c++/34271

This looks good to me, but I can't approve it.

  - Doug


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