URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [socket1.adb] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run { target { ! "*-*-solaris2*" } } } with GNAT.Sockets; use GNAT.Sockets; procedure socket1 is X : Character; begin X := 'x'; GNAT.Sockets.Initialize; declare H : Host_Entry_Type := Get_Host_By_Address (Inet_Addr ("127.0.0.1")); begin null; end; end socket1;
Go to most recent revision | Compare with Previous | Blame | View Log