From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32659 invoked by alias); 1 Dec 2007 11:33:22 -0000 Received: (qmail 32626 invoked by uid 48); 1 Dec 2007 11:33:11 -0000 Date: Sat, 01 Dec 2007 11:33:00 -0000 Message-ID: <20071201113311.32625.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/34307] when data member name is same as parameter name, possible to omit parameter name in constructor without warning In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00011.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-01 11:33 ------- Hop::Hop(string):msg(msg) {} Does not reference msg the argument here since there is no such thing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34307