[Bug c++/90617] New: GCC 9 miscompiles Qt4 "foreach" macro

2019-05-24 Thread bastian.beisc...@rwth-aachen.de
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

[Bug c/80919] New: [7 Regression] ICE: Segmentation fault with -Wall when printing address of size 0 array

2017-05-30 Thread bastian.beisc...@rwth-aachen.de
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

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2016-02-07 Thread bastian.beisc...@rwth-aachen.de
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?

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2016-02-07 Thread bastian.beisc...@rwth-aachen.de
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

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2016-02-05 Thread bastian.beisc...@rwth-aachen.de
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

[Bug libstdc++/69699] New: libstdc++ ABI documentation is out of date

2016-02-05 Thread bastian.beisc...@rwth-aachen.de
: 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

[Bug libstdc++/65899] New: std::basic_stringbuf member __xfer_bufptrs should be explicitly declared private

2015-04-27 Thread bastian.beisc...@rwth-aachen.de
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