Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: erich.keane at intel dot com
Target Milestone: ---
See this example:
template
void call_lambda(T&& L)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94960
--- Comment #9 from Erich Keane ---
> But in C++20 every function is 'constexpr' now, so every function is inline
> anyway, right? Even the large functions that aren't good candidates for
> inlining (see also PR 93008). So The 'inline' keyword ha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94960
--- Comment #6 from Erich Keane ---
(In reply to Jonathan Wakely from comment #5)
> (In reply to Erich Keane from comment #3)
> > As you know, "extern template" is a hint to the compiler that we don't need
> > to emit the template as a way to sav
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94960
Erich Keane changed:
What|Removed |Added
CC||erich.keane at intel dot com
--- Comment
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: erich.keane at intel dot com
Target Milestone: ---
Again detected by trying to compile these headers with clang, I get two more
issues. They can be reproduced here: https://godbolt.org/z/L-UVGq though that
still
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94199
--- Comment #4 from Erich Keane ---
Thanks Jonathan!
: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: erich.keane at intel dot com
Target Milestone: ---
Discovered in Clang, since Clang diagnoses the issue without an instantiation,
here is a GCC repro: https
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: erich.keane at intel dot com
Target Milestone: ---
This very simple repro causes a segfault:
__attribute__((target("default")))
int foo() {return 99;}
__attribute__((targ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67824
--- Comment #3 from Erich Keane ---
Don't know if it is a result of the red-hat packaging, or the .1 release, but
the 3.7.1 release from here: http://llvm.org/releases/download.html
seems to no longer crash.(In reply to Erich Keane from comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67824
--- Comment #2 from Erich Keane ---
Don't know if it is a result of the red-hat packaging, or the .1 release, but
the 3.7.1 release from here: http://llvm.org/releases/download.html
seems to no longer crash.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67824
--- Comment #1 from Erich Keane ---
I just reconfirmed this in 5.3.1 on Fedora:
gcc (GCC) 5.3.1 20151207 (Red Hat 5.3.1-2)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is N
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: erich.keane at intel dot com
Target Milestone: ---
The below code reproduces this bug, found in 4.9.2, but also reproduced in
5.2.1
Version results for both:
g++ (GCC) 4.9.2
12 matches
Mail list logo