[Bug c++/69373] GCC emits incorrect warning that "exception of type ‘void (*)()’ will be caught by earlier handler for 'void*'"

2019-11-23 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69373 Jö changed: What|Removed |Added CC||jorrit at jorrit dot de --- Comment #1 from Jö

gcc-bugs@gcc.gnu.org

2019-11-23 Thread jorrit at jorrit dot de
ion: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jorrit at jorrit dot de Target Milestone: --- In the following program, the catch-clause for `derived` is taken

[Bug c++/87145] [7/8 Regression] Implicit conversion to scoped enum fails: "error: taking address of temporary/rvalue"

2019-05-07 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87145 --- Comment #14 from Jö --- Hmm, thinking about it. But it looks like Debian buster is going to release with 8.3 anyway as it is in freeze. And I don't think they're gonna update gcc in buster while it's stable. Which means we're going to have

[Bug c++/87145] [7/8 Regression] Implicit conversion to scoped enum fails: "error: taking address of temporary/rvalue"

2019-05-07 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87145 --- Comment #12 from Jö --- Just to be get this straight: "no backport possible" means this won't be fixed at all for 7 and 8, correct?

[Bug target/87288] [8 Regression] Segfault after const_cast with "-O2 -ftree-loop-vectorize" but _without_ "-mavx"

2018-11-23 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87288 --- Comment #12 from Jö --- Thanks a lot, I can confirm that this is fixed for us with the snapshot from https://gcc.gnu.org/pub/gcc/snapshots/9-20181118/gcc-9-20181118.tar.xz. Still, a fix for 8 would be appreciated, as that would let us re-ena

[Bug tree-optimization/87288] New: Segfault after const_cast with "-O2 -ftree-loop-vectorize" but _without_ "-mavx"

2018-09-12 Thread jorrit at jorrit dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: jorrit at jorrit dot de Target Milestone: --- Created attachment 44682 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44682&

[Bug c++/86623] constexpr evaluation fails to give an error for modifying a const object

2018-09-11 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86623 Jö changed: What|Removed |Added CC||jorrit at jorrit dot de --- Comment #1 from Jö

[Bug c++/84569] [6 Regression] g++ -g -O3 consumes all memory

2018-03-08 Thread jorrit at jorrit dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84569 --- Comment #5 from Jö --- I can report that that indeed fixes the issue for us; the unit test now compiles fine with gcc revision 258359. Thanks a lot!

[Bug c++/84569] New: g++ -g -O3 consumes all memory

2018-02-26 Thread jorrit at jorrit dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: jorrit at jorrit dot de Target Milestone: --- Created attachment 43503 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43503&action=edit reduced test case Compiling the attached reduced test-case with -g -O3 eats more than 14G

[Bug c++/82040] New: ICE with -Wbool-operation and ~

2017-08-30 Thread jorrit at jorrit dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: jorrit at jorrit dot de Target Milestone: --- The following code, when compiled with g++ -std=c++11 -Wbool-operation standardtest_bool.ii -S -o /dev/null results in the following ICE: Internal compiler error: Error reporting routines

[Bug libstdc++/45228] Can't copy-construct "tuple" from "const tuple" rvalue

2010-08-07 Thread jorrit at jorrit dot de
--- Comment #1 from jorrit at jorrit dot de 2010-08-07 20:24 --- I also reported this to Debian: http://bugs.debian.org/592153 -- jorrit at jorrit dot de changed: What|Removed |Added

[Bug libstdc++/45228] New: Can't copy-construct "tuple" from "const tuple" rvalue

2010-08-07 Thread jorrit at jorrit dot de
= -- Summary: Can't copy-construct "tuple" from "const tuple" rvalue Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/26261] Rejects template with local static variable used in return type

2010-02-16 Thread jorrit at jorrit dot de
--- Comment #5 from jorrit at jorrit dot de 2010-02-16 16:30 --- Here is a workaround that works with gcc "gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-27)" as well as the gcc 3.4 and 4.4 mentioned in

[Bug c++/26261] Rejects template with local static variable used in return type

2010-02-16 Thread jorrit at jorrit dot de
--- Comment #3 from jorrit at jorrit dot de 2010-02-16 16:03 --- This still fails with "gcc version 4.3.4 (Debian 4.3.4-6)" and "gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9)" In addition the workaround suggested in the last comment stopped working for g