aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.cc
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-10-31 16:00:18 -0700
committerAndrew Pinski <quic_apinski@quicinc.com>2024-11-22 21:38:44 -0800
commit4aa4162e365023896ebf6ed56bf0a00994c50639 (patch)
treee167c88c5012d8c7f25e86b5dddf210e0742e17c /gcc/function.cc
parent8223841bdade127edeb3f5bd00cd7647f9dbeb5b (diff)
downloadgcc-4aa4162e365023896ebf6ed56bf0a00994c50639.zip
gcc-4aa4162e365023896ebf6ed56bf0a00994c50639.tar.gz
gcc-4aa4162e365023896ebf6ed56bf0a00994c50639.tar.bz2
md-files: Add a note about escaped quotes in braced strings in md files
While looking into PR 33532, It was noted that \" would be treated still as " for braced strings in the md file. I think that is still the correct thing to do. So let's just a note to the documentation on this behavior and NOT change read-md.cc (read_braced_string). Since this behavior has been there for the last 23 years and only one person ran into this behavior and helped with the conversion from using quoted strings to braced strings; that is you just need to remove the quote around the brace rather than change all of the code. Build the documentation to make sure it looks correct. gcc/ChangeLog: * doc/rtl.texi: Add a note about quotes in braced strings. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/function.cc')
0 files changed, 0 insertions, 0 deletions