From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15203 invoked by alias); 29 Jul 2003 22:15:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15190 invoked by uid 48); 29 Jul 2003 22:15:42 -0000 Date: Tue, 29 Jul 2003 22:15:00 -0000 Message-ID: <20030729221542.15189.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030220055600.9767.bkoz@redhat.com> References: <20030220055600.9767.bkoz@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/9767] explicit instantiation of class members unoptimized? X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg03498.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9767 ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-29 22:15 ------- It is fixed with -funit-at-a-time in c++. Should we close this, now it is fixed with -funit-at-a- time?