Campbell Barton :
...
> Given the simple function:
>
> void print_v3(float v[static 3])
> {
> printf("%f %f %f\n", v[0], v[1], v[2]);
> }
>
> Calling `foo(NULL);` or `{ float v[2]; foo(v); }` should be able to
> cause a warning, it would be useful since this is a farily
Yes. I want this too
Snapshot gcc-6-20150503 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/6-20150503/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 6 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision
Hi Jakub,
would this better be gcc.gnu.org/onlinedocs/5.1/ instead of 5.1.0
to be in alignment with the release?
Gerald
PS. I can make this change on gcc.gnu.org (probably using a redirect
for the original link).