This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13057] regparm attribute not applied to destructor
- From: "bryner at brianryner dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2003 21:20:06 -0000
- Subject: [Bug c++/13057] regparm attribute not applied to destructor
- References: <20031114211618.13057.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bryner at brianryner dot com 2003-11-14 21:20 -------
Created an attachment (id=5137)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5137&action=view)
assembly output without -mregparm
Compiled with:
c++ -fno-exceptions -Os -S -o test_regparm_dtor1.S test_regparm_dtor.cpp
with a CVS trunk build from Oct 27.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13057