Package: gnat-gps Version: 4.0.1-6lenny1 Severity: minor In ./gnat-gps_4.0.1/gvd/tests/language/tests/general_001/parse_c.c
/* Initialize to 0 so that test_parse_c gives reliable results */ memset (&Uni2, sizeof (Uni2), 0); memset (&Uni3, sizeof (Uni2), 0); The 0 should be in the second argument, not the third.