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] Remove pointless code in grokdeclarator


Hi,

I think this qualifies as obvious: we reset type_quals to TYPE_UNQUALIFIED and then we only use it in a 'if (type_quals != TYPE_UNQUALIFIED)' test before returning.

Thanks,
Paolo.

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

Attachment: CL1
Description: Text document

Attachment: patchlet1
Description: Text document


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