This section lists all messages that the compiler emits when an executable program is produced,
and only when the internal linker is used.
     
- 
Fatal: Can’t post process executable arg1 
 -                                                  
Fatal error when the compiler is unable to post-process an executable.
      - 
Fatal: Can’t open executable arg1 
 -                                                            
Fatal error when the compiler cannot open the file for the executable.
      - 
Size of Code: arg1 bytes 
 -                                                                        
Informational message showing the size of the produced code section.
      - 
Size of initialized data: arg1 bytes 
 -                                                            
Informational message showing the size of the initialized data section.
      - 
Size of uninitialized data: arg1 bytes 
 -                                                        
Informational message showing the size of the uninitialized data section.
      - 
Stack space reserved: arg1 bytes 
 -                                                              
Informational  message  showing  the  stack  size  that  the  compiler  reserved  for  the
     executable.
      - 
Stack space committed: arg1 bytes 
 -                                                           
Informational message showing the stack size that the compiler committed for the
     executable.