From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25057 invoked by alias); 6 May 2003 17:36:02 -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 25041 invoked by uid 71); 6 May 2003 17:36:02 -0000 Date: Tue, 06 May 2003 17:36:00 -0000 Message-ID: <20030506173602.25037.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg00400.txt.bz2 List-Id: The following reply was made to PR optimization/5415; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, jdonner@schedsys.com Cc: Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch Date: Tue, 6 May 2003 10:26:33 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=5415 Hi all the testcase in this PR no longer crashes as reported on gcc 3.3. On powerpc-apple-darwin6.5 x hppa2.0w-hp-hpux11.00 cross compiler on 3.3 cvs (20030506) I get no errors. Unfortunately the testcase does not compile at all on 3.4 due to changes in the C++ parser. With 3.4 I get: bash-2.05a$ /usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.4/cc1plus -quiet -W -O2 -fPIC qinputcontext_x11.ii In file included from /usr/local/gccSmokin/include/g++-v3/bits/basic_ios.h:41, from /usr/local/gccSmokin/include/g++-v3/ios:51, from /usr/local/gccSmokin/include/g++-v3/ostream:44, from /usr/local/gccSmokin/include/g++-v3/iterator:70, from /usr/llocal/qt-301-gcc3/include/qmap.h:49, from kernel/qmime.h:43, from kernel/qevent.h:45, from kernel/qobject.h:45, from kernel/qwidget.h:43, from kernel/qdesktopwidget.h:42, from kernel/qapplication.h:42, from kernel/qinputcontext_x11.cpp:39: /usr/local/gccSmokin/include/g++-v3/bits/locale_facets.h: In constructor ` std::collate_byname<_CharT>::collate_byname(const char*, long unsigned int) ': /usr/local/gccSmokin/include/g++-v3/bits/locale_facets.h:905: error: ` _M_c_locale_collate' has not been declared ... I'm not sure if this PR should be kept open or not, but it looks like changes in 3.4 mean the provided preprocessed source isn't a valid testcase, so we need an updated one. Dara