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] |
Doug Gregor <dgregor@apple.com> writes:
| This little patch deprecates the GNU extension that inserts a | default-constructed character into a string if no character value is | provided. The same type of extension was deprecated in 3.3 for vector | et al, but this one was apparently missed. | | Tested on powerpc-apple-darwin; no regressions. Okay?
Yes.
I do not see the purpose of the last hunk however.
-- Gaby
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |