https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2016-03-17 00:00:00 |2024-12-20
--- Comment #6 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Richard Biener changed:
What|Removed |Added
Target Milestone|7.5 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Richard Biener changed:
What|Removed |Added
Target Milestone|7.4 |7.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Richard Biener changed:
What|Removed |Added
Target Milestone|7.3 |7.4
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Richard Biener changed:
What|Removed |Added
Target Milestone|7.2 |7.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Richard Biener changed:
What|Removed |Added
Target Milestone|7.2 |7.3
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|7.0 |7.2
--- Comment #4 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
Jakub Jelinek changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
--- Comment #3 from Jakub Jelinek ---
Let's look at
#include
#include
int
main ()
{
std::vector v {
"0", "1", "2"
};
}
which is IMHO below the limit for the proposed optimization, but on the other
side easier to explain. We already h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
--- Comment #2 from Jonathan Wakely ---
It's allowed by Annex B in the standard (although I don't see specific mention
of a suggested minimum for the number of initializers in a braced-init-list):
Because computers are finite, C++ implementation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70277
--- Comment #1 from Richard Biener ---
I only see a single try {} finally {} generated by the FE. It looks like
the remaining are generated by gimplification do be able to output CLOBBERs.
I think for large initializer lists it would be good to
13 matches
Mail list logo