This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/13324] New: a-calend.adb:396:33: warning: value not in range of type "Ada.Calendar.Day_Duration"


The following error occurs building gnatlib and tools:

make[2]: Entering directory `/home/dave/gnu/gcc-3.4/objdir/gcc/ada/rts'
../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  a-caldel.adb -o a-caldel.o
../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  a-calend.adb -o a-calend.o
a-calend.adb:396:33: warning: value not in range of type "Ada.Calendar.Day_Durat
ion"
a-calend.adb:396:33: warning: "Constraint_Error" will be raised at run time
a-calend.ads:70:33: warning: value not in range of type "Ada.Calendar.Day_Durati
on"
a-calend.ads:70:33: warning: "Constraint_Error" will be raised at run time
make[2]: *** [a-calend.o] Error 1
make[2]: Leaving directory `/home/dave/gnu/gcc-3.4/objdir/gcc/ada/rts'
make[1]: *** [gnatlib] Error 2

-- 
           Summary: a-calend.adb:396:33: warning: value not in range of type
                    "Ada.Calendar.Day_Duration"
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13324


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]