This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix lazy fp hex value handling (PR preprocessor/45457)
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 31 Aug 2010 16:31:44 -0600
- Subject: Re: [PATCH] Fix lazy fp hex value handling (PR preprocessor/45457)
- References: <20100831161815.GJ1269@tyan-ft48-01.lab.bos.redhat.com>
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> 2010-08-31 Jakub Jelinek <jakub@redhat.com>
Jakub> PR preprocessor/45457
Jakub> * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
Jakub> needed.
Jakub> * directives.c (do_ifdef, do_ifndef): Likewise.
Jakub> * c-c++-common/cpp/pr45457.c: New test.
This is ok. Thanks.
Tom