[Bug c++/79713] \f missing from c++14, at least

2017-03-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79713

--- Comment #4 from Jonathan Wakely  ---
What are you talking about? \f is not "missing" and works as it should.

[Bug c++/79713] \f missing from c++14, at least

2017-02-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79713

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Andrew Pinski  ---
Also this does not make sense "\f" is the same as (const char[]){0x0C, 0x00}
GCC has nothing to do how 0x0C is with printers or even windows text forms.

[Bug c++/79713] \f missing from c++14, at least

2017-02-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79713

--- Comment #2 from Andrew Pinski  ---
\f is 0x0c and not 0xff.

[Bug c++/79713] \f missing from c++14, at least

2017-02-25 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79713

--- Comment #1 from Jim Michaels  ---
\f is ASCII FF