This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g-socket.adb error


Hi,

Apparently no one has hit this case.  RTEMS does
not have two error codes that g-socket.adb
maps back. From s-oscons.ads:

ESHUTDOWN : constant := -1; -- Cannot send once shutdown
ESOCKTNOSUPPORT : constant := -1; -- Socket type not supported


This results in a compilation error in g-socket.adb
in the switch since they both have the same value:

g-socket.adb:1775:15: duplication of choice value at line 1773

Any thoughts?

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]