From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27284 invoked by alias); 29 Aug 2005 03:39:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27276 invoked by uid 48); 29 Aug 2005 03:39:26 -0000 Date: Mon, 29 Aug 2005 03:40:00 -0000 From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050829033926.23611.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug testsuite/23611] New: obj-c++.dg/encode-4.mm fails with the GNU runtime on linux X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03246.txt.bz2 List-Id: obj-c++.dg/encode-4.mm fails with the following error message: /home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-4.mm:35: error: declaration of 'int sscanf(const char*, const char*, ...)' throws different exceptions/usr/include/stdio.h:402: error: than previous declaration 'int sscanf(const char*, const char*, ...) throw ()' We should be just including stdio.h instead of declaring sscanf. -- Summary: obj-c++.dg/encode-4.mm fails with the GNU runtime on linux Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: x86_64-*-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23611