gnatgcc -c -pipe -O2 prog.adb
prog.adb:4:11: warning: file name does not match unit name, should be "hello.adb"
prog.adb:13:26: no candidate interpretations match the actuals:
prog.adb:13:26: missing argument for parameter "From" in call to "get" declared at a-tiinio.ads:72, instance at a-inteio.ads:18
prog.adb:13:26: missing argument for parameter "Item" in call to "get" declared at a-tiinio.ads:57, instance at a-inteio.ads:18
prog.adb:13:26: missing argument for parameter "File" in call to "get" declared at a-tiinio.ads:52, instance at a-inteio.ads:18
prog.adb:13:26: missing argument for parameter "Item" in call to "get" declared at a-textio.ads:242
prog.adb:13:26: missing argument for parameter "File" in call to "get" declared at a-textio.ads:241
prog.adb:13:26: missing argument for parameter "Item" in call to "get" declared at a-textio.ads:208
prog.adb:13:26: missing argument for parameter "File" in call to "get" declared at a-textio.ads:207
prog.adb:24:16: warning: unary minus expression should be parenthesized here
prog.adb:25:42: "c" is undefined
gnatmake: "prog.adb" compilation error