From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10213 invoked by alias); 29 May 2006 15:13:36 -0000 Received: (qmail 10144 invoked by uid 48); 29 May 2006 15:13:28 -0000 Date: Mon, 29 May 2006 15:13:00 -0000 Message-ID: <20060529151328.10143.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/13717] duplicated parameter name not caught ? In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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 X-SW-Source: 2006-05/txt/msg02943.txt.bz2 List-Id: ------- Comment #5 from rguenth at gcc dot gnu dot org 2006-05-29 15:13 ------- Based on 8.3.5/8 and the example from 8.3.6/9 which reads int f(int a, int b = a); I think this bug is invalid and function declarations with duplicate parameter names are not invalid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13717