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/16265] New: nmake.ads truncated


When trying to compile the compiler I get:

make[1]: Entering directory `/work/gnu_3.5/x86_64-suse-linux/gcc'
gcc -c -fPIC -DPIC      -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../..
/gcc/gcc/ada/checks.adb -o ada/checks.o
nmake.ads:84:53: identifier expected
nmake.ads:85:01: (style) trailing spaces not permitted
nmake.ads:85:04: missing ")"
nmake.ads:85:04: missing "end Nmake;"
make[1]: *** [ada/checks.o] Fehler 1
make[1]: Leaving directory `/work/gnu_3.5/x86_64-suse-linux/gcc'
make: *** [all-gcc] Fehler 2

I am going to attach nmake.ads and nmake.adb since they are both truncated.

With Regards

Martin

-- 
           Summary: nmake.ads truncated
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krischik at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-suse-linux
  GCC host triplet: x86_64-suse-linux
GCC target triplet: x86_64-suse-linux


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


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