[Bug c/82283] New: Wrong warning with -Wmissing-field-initializers

2017-09-21 Thread etienne.doms at gmail dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: etienne.doms at gmail dot com Target Milestone: --- See the following code: /* * gcc bug.c -Wextra -c */ struct A { int *a; int b; }; union B { struct A a; }; union B data1 = { .a.a = & (int)

[Bug c++/108479] New: Internal compiler error: in type_memfn_rqual, at cp/typeck.cc:10994

2023-01-20 Thread etienne.doms at gmail dot com via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: etienne.doms at gmail dot com Target Milestone: --- Created attachment 54316 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54316&action=edit Preprocessed source He