[Bug ada/41912] FAIL: gnat.dg/null_pointer_deref1.adb execution test

ebotcazou at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Dec 5 11:35:00 GMT 2009



------- Comment #15 from ebotcazou at gcc dot gnu dot org  2009-12-05 11:34 -------
> The attached change seems to fix the Array_3 linux fail.  Testing a
> similar change for hpux.  However, need to fix the following warnings:
> 
> ../../../gcc/libjava/prims.cc:178:1: warning: unused parameter
> '_dummy'../../../gcc/libjava/prims.cc:178:1: warning: unused parameter
> '_info'../../../gcc/libjava/prims.cc:178:1: warning: unused parameter 'arg'

include/sparc-signal.h has:

#define SIGNAL_HANDLER(_name)                                           \
static void _name (int _dummy __attribute__ ((__unused__)), \
                   siginfo_t *_info __attribute__ ((__unused__)), \
                   void *arg __attribute__ ((__unused__)))


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41912



More information about the Gcc-bugs mailing list