[Bug c++/64000] internal compiler error on lambda that captures 2-dimensional variable size array by reference

2018-03-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64000

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Paolo Carlini  ---
Note, in trunk we don't ICE anymore on this, I will add a testcase.

*** This bug has been marked as a duplicate of bug 60230 ***

[Bug c++/64000] internal compiler error on lambda that captures 2-dimensional variable size array by reference

2014-12-11 Thread tobias.polzer+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64000

tobias.polzer+gcc at gmail dot com changed:

   What|Removed |Added

  Attachment #34053|0   |1
is obsolete||

--- Comment #2 from tobias.polzer+gcc at gmail dot com ---
Created attachment 34247
  -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34247action=edit
Reduced testcase


[Bug c++/64000] internal compiler error on lambda that captures 2-dimensional variable size array by reference

2014-12-10 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64000

Ville Voutilainen ville.voutilainen at gmail dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-12-10
 CC||ville.voutilainen at gmail dot 
com
 Ever confirmed|0   |1

--- Comment #1 from Ville Voutilainen ville.voutilainen at gmail dot com ---
A reduced testcase would be nice.