Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] Warn on 8-bit boolean for imported C subprograms

Monday October 29, 2007

If an 8-bit convention Ada boolean type is used in a subprogram with C or C_Plus_Plus convention, a warning is given under control of the -gnatdx flag reminding that this must be represented as a char on the C side.

 

Posted by Posted in Development Log, GNAT Compilation System