This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed cygwin/mingw dllimport patch for PRs 5287. 7910,11021
- From: Jason Merrill <jason at redhat dot com>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: Christopher Faylor <cgf at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 03 Jul 2003 09:14:48 -0400
- Subject: Re: Unreviewed cygwin/mingw dllimport patch for PRs 5287. 7910,11021
- References: <20030703044329.2477.qmail@web21407.mail.yahoo.com>
On Thu, 3 Jul 2003 14:43:29 +1000 (EST), Danny Smith <danny_r_smith_2001@yahoo.co.nz> wrote:
> Okay just to be clear. In light of Jason's original comment I revised the patch
> removing the virtual method part, but also streamlining the code somewhat, following
> Jason's advice on the static const initialization part, and hopefully making the
> error messages less ambiguous.
>
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01681.html
>
> Is approval for the revised patch? If so, should I add back in the the
> virtual method part and testcase or submit that separately along with the
> MI-thunk patch, as originally requested by Jason?
Go ahead and add it back.
Jason