[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 --- Comment #8 from Sumit --- (In reply to Markus Trippelsdorf from comment #7) > (In reply to Sumit from comment #6) > > Actually, once I have -std=c++11 included in CPPFLAGS, I am able to get rid > > of nullptr problem. > > > > But still in th

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 Sumit changed: What|Removed |Added Status|RESOLVED|WAITING Resolution|INVALID

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 --- Comment #4 from Sumit --- (In reply to Jonathan Wakely from comment #2) > (In reply to Sumit from comment #0) > > I am migrating my code from 3.4.5 to 4.8.1 and enabled c++11 using > > Why would you choose 4.8.1 and not 4.8.5 ? There are lot

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 --- Comment #3 from Sumit --- (In reply to Richard Biener from comment #1) > Provide a testcase. It works for me. Testcase: > > void *p = nullptr; > > > g++-4.8 t.C -S -std=c++11 > > Note that GCC 4.8 is no longer maintained, please use at l

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 --- Comment #2 from Jonathan Wakely --- (In reply to Sumit from comment #0) > I am migrating my code from 3.4.5 to 4.8.1 and enabled c++11 using Why would you choose 4.8.1 and not 4.8.5 ? There are lots of bug fixes in later 4.8.x releases, espe

[Bug c++/80247] 'nullptr' was not declared in this scope

2017-03-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|