From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12512 invoked by alias); 19 Aug 2004 16:42:19 -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 12491 invoked by uid 48); 19 Aug 2004 16:42:18 -0000 Date: Thu, 19 Aug 2004 16:42:00 -0000 Message-ID: <20040819164218.12490.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040819161838.17109.krelisnet@softhome.net> References: <20040819161838.17109.krelisnet@softhome.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17109] bogus syntax error of c++ 3.4.0 triggered by -O X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01955.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-19 16:42 ------- The problem is "gettext" when "-O" is specified, a macro definition for gettext is provided, which causes the error messages. Here's a shorter testcase: =============================== #include struct A { void gettext(); }; =============================== -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17109