This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/36453] New: PR36320 breaks boost
- From: "mueller at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2008 17:54:03 -0000
- Subject: [Bug preprocessor/36453] New: PR36320 breaks boost
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
testcase:
=== Cut ===
#if !defined(BOOST_PP_IS_ITERATING)
#elif BOOST_PP_ITERATION_DEPTH() == 1
#endif
=== Cut ===
error: missing binary operator before token "("
from reading the PR36320, this behaviour doesn't seem to be intended. It was
intended to only add a check for non-null argument.
--
Summary: PR36320 breaks boost
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mueller at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453