From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26890 invoked by alias); 4 Jan 2010 14:19:36 -0000 Received: (qmail 26835 invoked by uid 48); 4 Jan 2010 14:19:25 -0000 Date: Mon, 04 Jan 2010 14:19:00 -0000 Message-ID: <20100104141925.26834.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42608] [4.4/4.5 Regression] Undefined reference not reported in case of explicit template instantiation 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-01/txt/msg00381.txt.bz2 ------- Comment #1 from rguenth at gcc dot gnu dot org 2010-01-04 14:19 ------- Confirmed. Starting with GCC 4.4 we emit: .size main, .-main .weak _ZN1AIiiE1fEv .weak _ZN1AIiiE1fEv .weak _ZN1AIiiE1fEv .ident "GCC: (Debian 4.4.2-8) 4.4.2" .section .note.GNU-stack,"",@progbit huh. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |wrong-code Known to work| |4.3.4 Last reconfirmed|0000-00-00 00:00:00 |2010-01-04 14:19:25 date| | Summary|Undefined reference not |[4.4/4.5 Regression] |reported in case of explicit|Undefined reference not |template instantiation |reported in case of explicit | |template instantiation Target Milestone|--- |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42608