++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
The comparison operators for std::array seem a bit broken in gcc 10.
Seems to work in gcc 11 and 12. The following program should probably print the
same value twice. I assume it
rmal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
Compiling the below with
> g++-10 main.cpp library.cpp -o main
in gcc 10.1 leads to an executable "main" that segfa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880
Toby Brull changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88292
--- Comment #2 from Toby Brull ---
Probably (at least partly) a duplicate of PR 81880. Seems to be working now on
more recent versions (7.5, 8.4, 10.1), even though PR 81880 still persists.
Close?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366
Toby Brull changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59994
Toby Brull changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69775
Toby Brull changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67135
Toby Brull changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Comment
++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
This also crashed in g++10 v10.1.0 for me.
#include
template
struct hana {
template
consteval bool operator==(hana) {
return std::is_same_v;
}
};
int main
++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
The following program leads to a seg-fault in gcc. Compile with
-Wall -Wextra -std=gnu++2a "-fconcepts"
It works when using "operator << (os, x)" inst
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
I believe the following code should never print a null-pointer. Works as I
expect with clang. Also, there are various ways in which it
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
Shouldn't the following compile? Also, if one replaces the hash_value_t by the
32-bit variant?
This is also rejected by
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: tobias.bruell at gmail dot com
Target Milestone: ---
Created attachment 44033
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44033&action=edit
Reproducer
In the following condensed example the unrelated
13 matches
Mail list logo