This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/9767] explicit instantiation of class members unoptimized?
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2003 22:15:42 -0000
- Subject: [Bug optimization/9767] explicit instantiation of class members unoptimized?
- References: <20030220055600.9767.bkoz@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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?