This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/13324] [3.4 Regression] a-calend.adb:396:33: warning: value not in range of type "Ada.Calendar.Day_Duration"
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2003 17:11:16 -0000
- Subject: [Bug ada/13324] [3.4 Regression] a-calend.adb:396:33: warning: value not in range of type "Ada.Calendar.Day_Duration"
- References: <20031205213136.13324.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2003-12-09 17:11 -------
Subject: Re: [3.4 Regression] a-calend.adb:396:33: warning: va
> This is due to sinfo.h being unsynchrnoized again in CVS.
> I am going to remove all the auto generated file that keep causing
> maintenance
> trouble and confusion, and require gnatmake to build gnat, since in
> practice everyone already has gnatmake when building gnat.
I still have the problem. sinfo.h appears to have been built ok:
...
mkdir -p ada/bldtools
cp -p ../../gcc/gcc/ada/sinfo.ads ../../gcc/gcc/ada/xsinfo.adb ada/bldtools
(cd ada/bldtools; gnatmake -q xsinfo ; ./xsinfo ../sinfo.h )
The version of gnatmake is 3.4 20031201.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13324