This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR c/18282 - 3.4.3 regression from 3.4.2, 3.3.x and 4.0
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Richard Henderson <rth at redhat dot com>, mark at codesourcery dot com,gcc-patches at gcc dot gnu dot org, jvdias at redhat dot com
- Date: 02 Nov 2004 16:55:37 -0600
- Subject: Re: [PATCH] Fix PR c/18282 - 3.4.3 regression from 3.4.2, 3.3.x and 4.0
- Organization: Texas A&M University, Department of Computer Science
- References: <20041102220658.GB10340@devserv.devel.redhat.com>
Jakub Jelinek <jakub@redhat.com> writes:
| + error ("cannot use mode `%s' for enumeral types", p);
^^^^
Should be "%qs". Please, fix that before commit.
-- Gaby