This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR middle-end/14521: Inconsistent warning quoting
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Joseph Myers <jsm at polyomino dot org dot uk>
- Date: 31 Oct 2004 15:45:08 -0600
- Subject: Re: [PATCH] PR middle-end/14521: Inconsistent warning quoting
- Organization: Texas A&M University, Department of Computer Science
- References: <Pine.LNX.4.44.0410311240490.20778-100000@www.eyesopen.com>
Roger Sayle <roger@eyesopen.com> writes:
| The following is my attempt to resolve PR middle-end/14521 on mainline
| by using the new quoting machinery. This patch replaces the remaining
| instances of '%F' and '%D' in the middle-end to use %qF and %qD instead.
|
| The following patch has been tested on i686-pc-linux-gnu with a full
| "make bootstrap", all default languages, and regression tested with a
| top-level "make -k check" with no new failures.
It is OK.
| Ok for mainline? If someone could confirm this is the correct fix, I'm
| happy to approve these changes to the middle-end. I'd also appreciate
| thoughts on how best/whether to fix this PR for the 3.4 branch.
modulo the diagnostic bits I guess :-)
-- Gaby