From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16131 invoked by alias); 23 May 2007 20:59:14 -0000 Received: (qmail 15312 invoked by alias); 23 May 2007 20:58:51 -0000 Date: Wed, 23 May 2007 20:59:00 -0000 Message-ID: <20070523205851.15311.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/20077] [4.0/4.1/4.2/4.3 Regression] GCC accepts macro definitions that fail a constraint In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "simartin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg02074.txt.bz2 ------- Comment #7 from simartin at gcc dot gnu dot org 2007-05-23 21:58 ------- Subject: Bug 20077 Author: simartin Date: Wed May 23 20:58:34 2007 New Revision: 125000 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125000 Log: 2007-05-23 Simon Martin PR preprocessor/20077 * macro.c (create_iso_definition): Fixed the method to determine whether the token-pasting operator appears at the beginning or the end of a macro. Added: trunk/gcc/testsuite/gcc.dg/cpp/paste15.c Modified: trunk/gcc/testsuite/ChangeLog trunk/libcpp/ChangeLog trunk/libcpp/macro.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20077