NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
Target Milestone: ---
GCC 7.0 to 14.2 warn that "partial specialization is not more specialized than"
the primary t
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
Target Milestone: ---
Running g++ on
void unhelpful(int i) {
Unknown u;
u.distract();
for(auto &i: u) {
[i]() {
unhelpf
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
Target Milestone: ---
In a vain attempt to use designated initializers to target inherited fields, I
discovered that running
g
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
Target Milestone: ---
Running:
g++-10 -O3 -W -Wall -Wextra -Werror --std=c++2a -c problem.c++
on this code:
#include
#include
#include
struct A {
std
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
Target Milestone: ---
class outer {
class inner {
template void f();
};
};
template<> void outer::
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59876
--- Comment #1 from Jens-Wolfhard Schicke ---
Sorry, I forgot.
~ % gcc-4.9 --version
gcc-4.9 (Debian 4.9-20140116-1) 4.9.0 20140116 (experimental) [trunk revision
206688]
~ % dpkg -l libstdc++-4.9-dev:amd64
||/ Name Version Archit
++
Assignee: unassigned at gcc dot gnu.org
Reporter: drahflow at gmx dot de
#include
#include
using namespace std;
int main(void) {
map> m1;
map> m2(move(m1));
}
fails to compile under 4.9 (but works fine with 4.7 and 4.8).
A change was introduced in 4.9 after
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47450
Summary: Anonymous top-level classes assigned to static members
fail.
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
--- Comment #3 from drahflow at gmx dot de 2009-09-10 07:43 ---
Subject: Re: g++ crashes with segfault upon wrong placement
of case label
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
paolo dot carlini at oracle dot com wrote:
> --- Comment #2 from paolo dot carlini at ora
ement of case
label
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: drahflow at gmx dot de
http://gcc.gnu
ity: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: drahflow at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34089
11 matches
Mail list logo