[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-08-31 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-08-31 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 --- Comment #4 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:73a2b8dd17dbc02c0c7e6286e90f17833aa50906 commit r11-2954-g73a2b8dd17dbc02c0c7e6286e90f17833aa50906 Author: Marek Polacek Date: Th

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-08-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 Marek Polacek changed: What|Removed |Added Keywords||patch --- Comment #3 from Marek Polacek

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-08-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 Marek Polacek changed: What|Removed |Added Blocks||88323 --- Comment #2 from Marek Polacek

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-05-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-01-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/93529] Implement P1009R2, Array size deduction in new-expressions

2020-01-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93529 --- Comment #1 from Jason Merrill --- Created attachment 47756 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47756&action=edit initial WIP This implements the simplest form, but not the string literal case or parenthesized init.