[COMMITTED] ada: INOX: prototype RFC on String Interpolation

2023-05-15 Thread Marc Poulhiès via Gcc-patches
From: Javier Miranda gcc/ada/ * doc/gnat_rm/implementation_defined_pragmas.rst (Extensions_Allowed): Document string interpolation. * gnat_rm.texi: Regenerate. * gnat_ugn.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. --- .../implementati

[COMMITTED] ada: INOX: prototype RFC on String Interpolation

2023-01-05 Thread Marc Poulhiès via Gcc-patches
From: Javier Miranda This patch incorporates a prototype for a new string literal syntax which supports the use of "string interpolation," where the names of variables or expressions can be used directly within the string literal, such that the value of the variable or the expression is "interpol