[Bug c++/60068] missing diagnostic on array with negative bounds in template

2017-11-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60068

Martin Sebor  changed:

   What|Removed |Added

  Known to fail||8.0

--- Comment #2 from Martin Sebor  ---
No change in GCC 8.0.

[Bug c++/60068] missing diagnostic on array with negative bounds in template

2017-02-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60068

Martin Sebor  changed:

   What|Removed |Added

   Keywords||accepts-invalid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-02-16
 Ever confirmed|0   |1
  Known to fail||4.8.3, 4.9.3, 5.3.0, 6.2.0,
   ||7.0

--- Comment #1 from Martin Sebor  ---
No change in GCC 7.0.  Clang 5.0, EDG eccp 4.11, and Oracle CC 5.13 all reject
the code.  Thus confirmed.