[Bug libstdc++/79862] Compilation error while building libstdc++

2017-04-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-04-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #13 from Jonathan Wakely --- Author: redi Date: Thu Apr 20 13:04:28 2017 New Revision: 247021 URL: https://gcc.gnu.org/viewcvs?rev=247021=gcc=rev Log: PR79862 check macro for type aliases that depend on PR libstdc++/79862

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #12 from Jonathan Wakely --- Created attachment 40908 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40908=edit Make atomic depend on _GLIBCXX_USE_C99_STDINT_TR1 Here's a patch for trunk, which I'll commit after GCC 7 is

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #11 from Jonathan Wakely --- (In reply to Sumit from comment #2) > I understand that 4.8.1 is no longer supported. > Actually, our project in current state can't move to any version beyond > 4.8.1 for some maintainability reasons.

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #10 from Jonathan Wakely --- Libstdc++ should handle those types being missing, but it doesn't do so correctly. Try making the inclusion of conditional: --- include/std/future +++ include/std/future @@ -40,7 +40,9 @@ #include

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #9 from Andrew Pinski --- Looks like the stdint.h is not defining all the needed types ...

[Bug libstdc++/79862] Compilation error while building libstdc++

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

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #6 from Sumit --- Hi Andrew, Somehow these files were missing in my package. I have recopied them back and things have moved further. Now, I am seeing compilation error at : ../../../../../gcc-4.8/libstdc++-v3/src/c++11/debug.cc

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #5 from Sumit --- (In reply to Sumit from comment #4) > (In reply to Andrew Pinski from comment #3) > > --disable-hosted-libstdcxx \ > > > > That is more likely the cause. non-hosted libstdc++ is not well tested. > Hi

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #4 from Sumit --- (In reply to Andrew Pinski from comment #3) > --disable-hosted-libstdcxx \ > > That is more likely the cause. non-hosted libstdc++ is not well tested. Hi Andrew, Thanks for the comments. Actually, when

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #3 from Andrew Pinski --- --disable-hosted-libstdcxx \ That is more likely the cause. non-hosted libstdc++ is not well tested.

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 --- Comment #2 from Sumit --- (In reply to Richard Biener from comment #1) > Note GCC 4.8.1 is no longer maintained. Hi Richard, I understand that 4.8.1 is no longer supported. Actually, our project in current state can't move to any version

[Bug libstdc++/79862] Compilation error while building libstdc++

2017-03-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862 Richard Biener changed: What|Removed |Added Keywords||build Target|