[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-04 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #12 from ofv at wanadoo dot es --- I don't see other failure messages on the previous dozens of lines but, if they exist, they are not deemed serious enough to stop the build by the build system. BTW, we successfully built gcc-11

[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-04 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #10 from ofv at wanadoo dot es --- Setting CFLAGS/CXXFLAGS/BOOT_CFLAGS to -dwarf-4 has no effect: the build fails the same.

[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-04 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #9 from ofv at wanadoo dot es --- With those variables unset the build fails the same. Other users reported that only DWARF crashes. If the build is configured for SJLJ or SEH exception models, it completes. A user speculated

[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-03 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #7 from ofv at wanadoo dot es --- make BOOT_CFLAGS='-O1' V=1 all make BOOT_CFLAGS='-O0' V=1 both fails the same way as the initial report. export CFLAGS="-march=i686 -mtune=generic -O0 -pipe" export CXXFLAGS="-ma

[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-02 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #5 from ofv at wanadoo dot es --- Taken from config.log: ac_cs_config=" '--prefix=/mingw32' '--with-local-prefix=/mingw32/local' '--build=i686-w64-mingw32' '--host=i686-w64-mingw32' '--target=i686-w64-mingw32' '--with-native-s

[Bug ada/100486] Ada build fails for 32bit Windows

2021-07-02 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #4 from ofv at wanadoo dot es --- (In reply to Eric Botcazou from comment #3) > We definitely cannot investigate this without more information, in > particular the configure line. Barring that, you might want

[Bug ada/100486] Ada build fails for 32bit Windows

2021-05-10 Thread ofv at wanadoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 ofv at wanadoo dot es changed: What|Removed |Added CC||ofv at wanadoo dot es

[Bug c++/90664] [7/8 regression] noexcept confuses template argument deduction

2020-07-15 Thread ofv at wanadoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90664 ofv at wanadoo dot es changed: What|Removed |Added Summary|noexcept confuses template |[7/8 regression] noexcept

[Bug c++/90664] New: noexcept confuses template argument deduction

2019-05-28 Thread ofv at wanadoo dot es
++ Assignee: unassigned at gcc dot gnu.org Reporter: ofv at wanadoo dot es Target Milestone: --- consider this code: <<<<<<<<<<<<<<<<<< template struct OpM; template struct OpM {}; class Class { public: int address

[Bug libstdc++/63227] New: regex_replace fails on BOOST example

2014-09-11 Thread ofv at wanadoo dot es
++ Assignee: unassigned at gcc dot gnu.org Reporter: ofv at wanadoo dot es Created attachment 33473 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33473action=edit Adapted example from boost::regex The attached code is adapted from the credit_card.cpp example of boost::regex

[Bug libstdc++/63227] regex_replace fails on BOOST example

2014-09-11 Thread ofv at wanadoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63227 ofv at wanadoo dot es changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug libstdc++/63219] New: Superfluous template parameter in match_result::format overload

2014-09-10 Thread ofv at wanadoo dot es
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ofv at wanadoo dot es This method: templatetypename _Out_iter, typename _St, typename _Sa basic_stringchar_type, _St, _Sa format(const basic_stringchar_type, _St, _Sa

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-10-05 Thread ofv at wanadoo dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 ofv at wanadoo dot es changed: What|Removed |Added CC||ofv at wanadoo dot es --- Comment

[Bug c++/21675] New: -fvisibility : misleading documentation and low QoI

2005-05-19 Thread ofv at wanadoo dot es
Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ofv at wanadoo dot es CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC