From mboxrd@z Thu Jan 1 00:00:00 1970 From: rkl@connect.org.uk To: gcc-gnats@gcc.gnu.org Subject: c++/4095: Variable misspelled in gcc/cp/rtti.c Date: Thu, 23 Aug 2001 07:36:00 -0000 Message-id: <20010823143106.12091.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00588.html List-Id: >Number: 4095 >Category: c++ >Synopsis: Variable misspelled in gcc/cp/rtti.c >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: mistaken >Submitter-Id: net >Arrival-Date: Thu Aug 23 07:36:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: rkl@connect.org.uk >Release: 3.0.1 >Organization: >Environment: All platforms >Description: In line 1293 (create_pseudo_type_info() function), the first param of va_arg() is spelled "app", which doesn't exist as a variable. >How-To-Repeat: Compile without ANSI_PROTOTYPES defined - I did this by building with a K&R C compiler. >Fix: Line 1293 should read: ident = va_arg (ap, int); >Release-Note: >Audit-Trail: >Unformatted: