From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43561 invoked by alias); 3 Mar 2015 07:48:07 -0000 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 Received: (qmail 43498 invoked by uid 48); 3 Mar 2015 07:48:03 -0000 From: "raj.khem at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65292] Template function not emitted Date: Tue, 03 Mar 2015 07:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: raj.khem at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg00248.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #2 from Khem Raj --- (In reply to Andrew Pinski from comment #1) > Why do you think this is an issue? there is another file in same library where this file object resides which uses this function and reports undefined symbol errors when linking. Has it been inlined and thrown away ? then why the rest two were not. Anyway if there is a plausible explanation of this behavior thats ok but I could not deduce it.