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]

Minor C++ PATCH for dependent_type_p sanity check


A while back I noticed that we were calling dependent_type_p with
global_type_node, which should never happen.  I fixed that separately,
but this patch adds a check to catch it if it happens again.

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: global-check.diff
Description: Text document


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