This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ headers and system headers
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: libstdc++ headers and system headers
- From: Jason Merrill <jason at redhat dot com>
- Date: 16 Feb 2001 00:57:35 +0000
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- References: <20010215234531.G20825@daikokuya.demon.co.uk>
>>>>> "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