: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: superbem at gmail dot com
#include
#include
using namespace std;
int main(){
int y=2;
float fa[2][y]; // thread compile fine if y were 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57408
--- Comment #4 from superbem at gmail dot com ---
Thanks for further testing it.
Isn't this confirmed yet? How to do.
I've stumbled across this issue several times, and I'm very admired that I'm
the only one.