This is the mail archive of the gcc@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] |
Looking at the way pedwarn_cxx98 is used for long long (the original motivating case), think the right way to use it for your issue too seems having something more precise than just OPT_pedantic as the second argument. Or do something else altogether, like just not calling any warning when the dialect is != cxx98. The right person to help you is Manuel, I think.So, now I would like to know if there is something amiss with pedwarn_cxx98 or the comment above it?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |