[Bug c++/90058] New: False Positive in undefined-sanitizer only with GCC8

2019-04-12 Thread svenja.mehringer at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: svenja.mehringer at gmail dot com Target Milestone: --- Created attachment 46148 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46148&action=edit intermediate cpp file Hi, When compiling with the un

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2019-02-13 Thread svenja.mehringer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #4 from smehringer --- Thanks for the fix! Is the fix included only in GCC 9 or also in GCC 7 and 8?

[Bug c++/89300] New: C++ requires statement does not fail silently for const void *

2019-02-12 Thread svenja.mehringer at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: svenja.mehringer at gmail dot com Target Milestone: --- The following code snippet fails to compile with GCC 8.1/8.2/latest trunk on Godbolt because of the requires clause. From my

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2018-08-27 Thread svenja.mehringer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #1 from smehringer --- Created attachment 44609 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44609&action=edit workaround of error Inserting a member variable into the struct prevents ICE.

[Bug c++/87113] New: ICE in adjust_temp_type at cp/constexpr.c:1205

2018-08-27 Thread svenja.mehringer at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: svenja.mehringer at gmail dot com Target Milestone: --- Created attachment 44608 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44608&action=edit intermediate file that produces error See attached intermedia