https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116882
Jean-Michaël Celerier changed:
What|Removed |Added
Resolution|--- |FIXED
Status|WAITIN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116882
Bug ID: 116882
Summary: gcc-14 ICE with coroutines
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115839
Bug ID: 115839
Summary: Some common patterns in libstdc++-14 break many
libraries with clang in C++23
Product: gcc
Version: 14.1.1
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115838
Bug ID: 115838
Summary: Some common patterns in libstdc++-14 break many
libraries with clang in C++23
Product: gcc
Version: 14.1.1
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88602
Jean-Michaël Celerier changed:
What|Removed |Added
CC||jeanmichael.celerier@gmail.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111748
Bug ID: 111748
Summary: GCC does not understand partial ordering between
non-constrained and constrained templates for
specialization
Product: gcc
Version: 13.1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110936
Bug ID: 110936
Summary: if constexpr: member function pointers cannot be
checked with ubsan
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109899
Bug ID: 109899
Summary: ICE in check_noexcept_r, at cp/except.cc:1065
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
--- Comment #3 from Jean-Michaël Celerier ---
Created attachment 54943
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54943&action=edit
Preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
Bug ID: 109651
Summary: ICE in lookup_template_class
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579
--- Comment #4 from Jean-Michaël Celerier ---
Adding an explicit "member..." to the lambda capture, e.g. [&, member...] makes
it work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579
--- Comment #3 from Jean-Michaël Celerier ---
It worked in 11.2 and started failing in 11.3.
Short repro: https://gcc.godbolt.org/z/GYYbrTdxh
#include
template
constexpr void for_each_field(T&& value, F&& func)
{
using namespace boost:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579
--- Comment #2 from Jean-Michaël Celerier ---
Clang and MSVC compiles the same thing correctly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579
--- Comment #1 from Jean-Michaël Celerier ---
Created attachment 53851
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53851&action=edit
bug report provided by -fbug-report
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579
Bug ID: 107579
Summary: ICE on fold-expression on .* member access operator
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106668
--- Comment #1 from Jean-Michaël Celerier ---
When checking on gcc.godbolt.org it seems that it crashes as far back as GCC
4.9.0 (and 4.8 doesn't seem to be able to compile generic lambdas)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106668
Bug ID: 106668
Summary: ICE: friend function in struct declaration in generic
lambda
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683
Bug ID: 105683
Summary: [12 Regression] Infinite loop with construction of
vector of variant
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102990
--- Comment #12 from Jean-Michaël Celerier ---
In any case many thanks for fixing this !
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102990
--- Comment #11 from Jean-Michaël Celerier ---
Do you know if the patch will be applied to the 10.x / 11.x branches ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104720
Bug ID: 104720
Summary: internal compiler error: in tsubst_copy_and_build, at
cp/pt.c:19817
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103764
--- Comment #3 from Jean-Michaël Celerier ---
Wops, sorry for the noise, forgot that shared libs were "executable"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103764
Bug ID: 103764
Summary: Global std::string constructor not called
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102990
Bug ID: 102990
Summary: ICE in tsubst_copy_and_build, à cp/pt.c:19856
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42679
--- Comment #25 from Jean-Michaël Celerier ---
My code is built with CMake with CMAKE_POSITION_INDEPENDENT_CODE set, which (I
double checked) correctly adds -fPIC to the link line.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42679
Jean-Michaël Celerier changed:
What|Removed |Added
CC||jeanmichael.celerier@gmail.
26 matches
Mail list logo