https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124
Szőts Ákos changed:
What|Removed |Added
CC||szotsaki at gmail dot com
--- Comment #48
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: szotsaki at gmail dot com
Target Milestone: ---
Example code:
#include
int main() {
const volatile std::array a = {1, 2, 3};
return 0;
}
Compile with "-std=c++17 -Wmi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773
Szőts Ákos changed:
What|Removed |Added
CC||szotsaki at gmail dot com
--- Comment #12
2
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: szotsaki at gmail dot com
Target Milestone: ---
The following test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91244
--- Comment #1 from Szőts Ákos ---
Ps.: I've just realised that it's possible to unify the loop with the next
#else section and have only lines
nargv[k + 0] = "--plugin";
nargv[k + 1] = plugin;
inside the #if condition, thus removing code d
: normal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: szotsaki at gmail dot com
Target Milestone: ---
"ar" seemingly doesn't accept options after a longopt (in our case "--plugin")
which ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67128
Szőts Ákos changed:
What|Removed |Added
CC||szotsaki at gmail dot com
--- Comment #3
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: szotsaki at gmail dot com
Target Milestone: ---
Example code:
class GenVectorS {};
template
using VectorS = GenVectorS;
template
void runB(const VectorS<(n > m ? n : m)>)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124
--- Comment #43 from Szőts Ákos ---
Yes, I can agree with this reasoning. However, when you remove either the
"while" or the "if" statements, the warning disappears. I don't think they
should have any influence on the array_size.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124
Szőts Ákos changed:
What|Removed |Added
CC||szotsaki at gmail dot com
--- Comment #41
10 matches
Mail list logo