mponent: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bastian.beisc...@rwth-aachen.de
Target Milestone: ---
Created attachment 46410
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46410&action=edit
preprocessed qt4.C source.
The following piece of code, wh
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: bastian.beisc...@rwth-aachen.de
Target Milestone: ---
Hey,
the following code causes a GCC segmentation fault when compiled with -Wall:
#include
void conftest
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699
--- Comment #5 from bastian.beisc...@rwth-aachen.de ---
Thanks for your comments. Does this mean that such a macro does not exist at
the present time?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699
--- Comment #3 from bastian.beisc...@rwth-aachen.de ---
Jonathan, maybe so but it should be mentioned on the page nevertheless, right?
My issue is that we are using (as an example):
#if (defined(__GLIBCXX__) && __GLIBCXX__ &g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699
--- Comment #1 from bastian.beisc...@rwth-aachen.de ---
This is a list of all the missing values of the __GLIBCXX__ macro
4.7.3 20130411
4.7.4 20140612
4.8.0 20130322
4.8.1 20130531
4.8.2 20131016
4.8.3 20140522
4.8.4 20141219
4.8.5 20150623
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: bastian.beisc...@rwth-aachen.de
Target Milestone: ---
The page
https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html
is out of date, specifically section 7 of the history. This section is often
very useful when
Severity: trivial
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: bastian.beisc...@rwth-aachen.de
Target Milestone: ---
I'm trying to compile code with GCC 5.1.0 which makes use of the good ole:
#define private public
hack