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]

bootstrap/5149: gcc-20011217 reads beyond EOF on cygwin



>Number:         5149
>Category:       bootstrap
>Synopsis:       gcc-20011217 reads beyond EOF on cygwin
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 18 03:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Werner Tuchan
>Release:        gcc 3.1 20011217
>Organization:
>Environment:
Windows ME
1.3.6-cygwin 1-3-6-6
../gcc-20011217/configure --with-gcc-version-trigger=/home/gcc/gcc-20011217/gcc/version.c --host=i686-pc-cygwin
>Description:
I get the following error messages for diffent files on each retry. The linenumbers indicate that stale data after the end of the file is read. The souce files themselves are ok.
gcc 2.95.3-5 and gcc 3.0.2 do not show this problem.

/home/gcc/gcc/gcc/xgcc -B/home/gcc/gcc/gcc/ -B/usr/local/i686-pc-cygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem /usr/local/i686-pc-cygwin/include -O2 -I../../gcc-20011217/gcc/../winsup/include -I../../gcc-20011217/gcc/../winsup/cygwin/include -I../../gcc-20011217/gcc/../winsup/w32api/include -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-20011217/gcc -I../../gcc-20011217/gcc/. -I../../gcc-20011217/gcc/config -I../../gcc-20011217/gcc/../include  -DL_ashldi3 -c ../../gcc-20011217/gcc/libgcc2.c -o libgcc/./_ashldi3.o
In file included from ../../gcc-20011217/gcc/libgcc2.h:299,
                 from ../../gcc-20011217/gcc/libgcc2.c:46:
../../gcc-20011217/gcc/longlong.h:1489: stray '\7' in program
../../gcc-20011217/gcc/longlong.h:1489: stray '\210' in program
In file included from ../../gcc-20011217/gcc/libgcc2.h:299,
                 from ../../gcc-20011217/gcc/libgcc2.c:46:
../../gcc-20011217/gcc/longlong.h:1489:4: warning: null character(s) ignored
../../gcc-20011217/gcc/longlong.h:1489: parse error before "T"
../../gcc-20011217/gcc/longlong.h:1489: stray '\1' in program
../../gcc-20011217/gcc/longlong.h:1490:1: warning: null character(s) ignored
../../gcc-20011217/gcc/longlong.h:1490: stray '\200' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\240' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\261' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\214' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\261' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\305' in program
../../gcc-20011217/gcc/longlong.h:1490: stray '\276' in program
>How-To-Repeat:
Make a native build of gcc-20011217 on windows me / cygwin.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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