]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")
authorJakub Jelinek <jakub@redhat.com>
Tue, 31 Aug 2010 22:47:25 +0000 (00:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 31 Aug 2010 22:47:25 +0000 (00:47 +0200)
commita69d2520e0ed978f8c030689958e5f67e7ca42eb
treef637ade47d19715a8cf418b551c01d28ece8d143
parent0c1bebc414bf795957a4371d614618344589310e
re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")

PR preprocessor/45457
* expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
needed.
* directives.c (do_ifdef, do_ifndef): Likewise.

* c-c++-common/cpp/pr45457.c: New test.

From-SVN: r163705
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cpp/pr45457.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/directives.c
libcpp/expr.c