From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22092 invoked by alias); 5 Apr 2008 13:31:43 -0000 Received: (qmail 21962 invoked by uid 48); 5 Apr 2008 13:30:56 -0000 Date: Sat, 05 Apr 2008 13:31:00 -0000 Message-ID: <20080405133056.21961.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/35326] [4.2/4.3/4.4 regression] ICE with stray digraph token In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey 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: 2008-04/txt/msg00414.txt.bz2 ------- Comment #4 from tromey at gcc dot gnu dot org 2008-04-05 13:30 ------- With trunk I still can't reproduce this. I ran valgrind on cc1 and cc1plus, and see no reports. Here's the command line I'm using: valgrind /home/tromey/gnu/Trunk/install/libexec/gcc/i686-pc-linux-gnu/4.4.0/cc1plus -quiet -v -D_GNU_SOURCE pr35326.c -quiet -dumpbase pr35326.c -mtune=generic -auxbase pr35326 -version -o /tmp/out.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35326