errout.adb (Write_Error_Summary): Do not output the number of lines when Main_Source_...
authorVincent Celier <celier@adacore.com>
Mon, 14 Oct 2013 13:13:55 +0000 (13:13 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 14 Oct 2013 13:13:55 +0000 (15:13 +0200)
commit5164151f87bf8872c5e0749dd30730bce79cb5b8
treeaa13585022d1953d243192e708c2700f2c32e5c8
parent0247964def38159afff19aeeb79880d8aaa63a05
errout.adb (Write_Error_Summary): Do not output the number of lines when Main_Source_File is unknown.

2013-10-14  Vincent Celier  <celier@adacore.com>

* errout.adb (Write_Error_Summary): Do not output the number
of lines when Main_Source_File is unknown.
(Output_Messages): Do not write the header when Main_Source_File is
unknown.

2013-10-14  Vincent Celier  <celier@adacore.com>

* prep.adb (Expression): Accept terms of the form 'symbol <relop>
integer", where relop is =, <, <=, > or >=.
(Parse_Def_File): Accept literal integer values.
* gcc-interface/Make-lang.in: Add s-valint.o, s-valuns.o and
s-valuti.o to the compiler object files.

From-SVN: r203540
gcc/ada/ChangeLog
gcc/ada/errout.adb
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/prep.adb