[Bug c++/70253] gets() c++14
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70253 --- Comment #1 from lonewohlf42 at cogeco dot ca --- Sorry if this seems trivial.
[Bug c++/70253] New: gets() c++14
at gcc dot gnu.org Reporter: lonewohlf42 at cogeco dot ca Target Milestone: --- when legacy code #include int main() { char s1[10]; gets(s1); ... } is compiled using C++14 compiler switch on Linux Ubuntu 15.10 using Code::blocks IDE 16.01. The compiler gives error