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]

[C++ Patch] PR 34272 (+ 43630 + 34491)


Hi,

this issue, which I tried already to fix some time ago in a different
way, and two more, are solved by the same tweak, that is returning early
in process_partial_specialization, immediately after the error, as
suggested by Jason.

As regards crash95.C, an additional error message is produced about type
incompleteness: FWIW, I checked that the EDG front-end does the same.

Ok for mainline?

Thanks,
Paolo.

///////////////

Attachment: CL_34272_43630_34491
Description: Text document

Attachment: patch_34272_43630_34491
Description: Text document


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