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: [patch] Fix PR 19894: Reject pointer-to-member of type void


Volker Reichelt wrote:

This is an omission in tsubst where we test e.g. for (invalid) reference
types, but fail to check for a void type.
The following patch adds the missing test.

Bootstrapped and regtested on i686-pc-linux-gnu.
Ok for mainline (it's not a regression)?

OK.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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