This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR middle-end/14521: Inconsistent warning quoting


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]