https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484
James Legg changed:
What|Removed |Added
CC||jlegg at feralinteractive dot
com
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
The following c++ code incorrectly produces the error "passing ‘const C’ as
‘this’ arg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87584
James Legg changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #3 from James Legg --
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
If using -gsplit-dwarf and outputting an object file in a path containing
spaces, objcopy is invoked to copy the debug symbols to a dwo file, however the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98109
James Legg changed:
What|Removed |Added
CC||jlegg at feralinteractive dot
com
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
When compiling this C++ code:
void f();
struct S {using F = void (* const)();};
template void g
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
GCC 10.3 correctly ([dcl.fct.def.delete] paragraph 4) diagnosed a "deleted
definition of &
Version: 11.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
With -fsanitize=undefined, this C++ code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65891
James Legg changed:
What|Removed |Added
CC||jlegg at feralinteractive dot
com
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
A variable declaration inside a function body qualified with extern and
__thread appears to ignore
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
Target Milestone: ---
Compiling this c++ code with g++ -O2 -c:
struct A {
bool operator<(A b) { return b.x; }
in
Severity: normal
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: jlegg at feralinteractive dot com
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109700
--- Comment #6 from James Legg ---
Yes, declaring bulitin functions is bad, but I didn't expect the ICE.
It wasn't done intentionally. glibc's alloca.h defines a alloca(s) macro as
__builtin_alloca(s). I had some code defining _alloca as alloca
13 matches
Mail list logo