This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: libstdc++ headers and system headers


>>>>> "Neil" == Neil Booth <neil@daikokuya.demon.co.uk> writes:

> The bug is that CPP is not creating a file_change callback for #pragma,
> but I think it should do (like it would for #include or for #line).
> This callback would then result in the correct flags output, and the
> warnings would disappear.  It would also have the benefit that the front
> ends know about #pragma system_header; at present they are not informed
> of the change in state.

> Do you agree this is the correct fix, Jason?

Sounds good to me, thanks!

Jason


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