CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2012/12/10 11:07:46
Modified files: gnu/gcc/gcc : c-bounded.c Log message: Fix c-bounded when arrays are declared without the size expression. The array_size was uninitialized and used to work by accident. Spotted with SSP on MIPS. OK miod@. Tested by jasper@.