From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29978 invoked by alias); 13 May 2003 01:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 29927 invoked by uid 71); 13 May 2003 01:26:01 -0000 Date: Tue, 13 May 2003 01:26:00 -0000 Message-ID: <20030513012601.29924.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: other/6196: ICE in copy_to_mode_reg, at explow.c:711 Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01412.txt.bz2 List-Id: The following reply was made to PR other/6196; it has been noted by GNATS. From: Dara Hazeghi To: x_clerc@yahoo.com, gcc-gnats@gcc.gnu.org Cc: Subject: Re: other/6196: ICE in copy_to_mode_reg, at explow.c:711 Date: Mon, 12 May 2003 18:18:58 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=6196 Hello, I cannot reproduce the problem in this report. WIth gcc 3.2, 3.3 branch or mainline (20030510), I get: bash-2.04$ /usr/bin/g++ junk.cc In file included from /usr/include/c++/3.2/backward/iostream.h:31, from junk.cc:1: /usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. junk.cc: In function `int main()': junk.cc:6: pointer of type `void *' used in arithmetic junk.cc:6: `const void*' is not a pointer-to-object type Can the submitter please verify with a current version of gcc (ie 3.2.3) whether this problem is fixed? Thanks, Dara