From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31666 invoked by alias); 1 Apr 2009 03:34:55 -0000 Received: (qmail 31093 invoked by alias); 1 Apr 2009 03:34:44 -0000 Date: Wed, 01 Apr 2009 03:34:00 -0000 Message-ID: <20090401033444.31092.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/34691] [4.3/4.4/4.5 Regression] Default argument checking not performed after overload resolution with C linkage In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason 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: 2009-04/txt/msg00004.txt.bz2 ------- Comment #11 from jason at gcc dot gnu dot org 2009-04-01 03:34 ------- Subject: Bug 34691 Author: jason Date: Wed Apr 1 03:34:30 2009 New Revision: 145386 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145386 Log: PR c++/34691 * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched extern C declarations. * libsupc++/unwind-cxx.h: Correct __cxa_call_terminate prototype. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/name-lookup.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/g++.old-deja/g++.other/using9.C trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/libsupc++/unwind-cxx.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34691