This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch, diagnostic] PR 37719
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 03 Oct 2008 11:18:13 -0500
- Subject: Re: [C++ Patch, diagnostic] PR 37719
- References: <48E632C6.2080405@oracle.com>
Paolo Carlini <paolo.carlini@oracle.com> writes:
| Hi all, hi Gaby,
|
| I have this patchlet fixing a slightly incorrect error message (throw
| (int) instead of throw (float) for the specialization in the testcase).
| Tested x86_64-linux. Ok for mainline?
Yes; thanks!
-- Gaby