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 crash in QT compilation


On Sun, 2003-07-27 at 13:46, Jan Hubicka wrote:
> 
> Hi,
> QT compilation fails on reaching member pointer to the structure field, instead of function.

You should be checking "TYPE_PTRMEMFUNC_P (TREE_TYPE (*tp))".

If that works, that change is OK.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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