From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16702 invoked by alias); 11 Aug 2008 22:46:43 -0000 Received: (qmail 16328 invoked by uid 48); 11 Aug 2008 22:45:21 -0000 Date: Mon, 11 Aug 2008 22:46:00 -0000 Message-ID: <20080811224521.16327.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/37088] Functions with default parameters not correctly handled inside templates. 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: 2008-08/txt/msg00869.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-11 22:45 ------- Hmm, I don't think default parameters are taken into account with function pointers. I think this was a GCC "undocumented extension" (aka bug) that was fixed in 4.3. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37088