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/1741: GCC make failing with Internal compiler error in 'dump_and_abort'



>Number:         1741
>Category:       other
>Synopsis:       GCC make failing with Internal compiler error in 'dump_and_abort'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 23 01:26:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     edA-qa mort-ora-y
>Release:        gcc version 2.95.2-6 19991024 (cygwin experimental)
>Organization:
>Environment:
Cygwin, Win2000, PentiumIII
>Description:
While trying to remake GCC with the new libstdc++ the make fails with:

./genattr /c/cygwin/gcc-2.95.2-6/gcc/config/i386/i386.md > tmp-attr.h
.  At file position: 155ound character

I do not suspect this is related to the new libstdc++ since it hasn't gotten to the point to compile it yet.
>How-To-Repeat:
Install Cygwin (version containing 1.1.7 of the dll, latest version as of 20010123) with all sources
Get libstdc++-2.91, extract into gcc-2.95.2-6 dir of the cygwin install
mv libio libio-v2
mv libstdc++ libstdc++-v2
ln -s libstdc++-2.91 libstdc++

mkdir /c/temp/object
mkdir /c/temp/output
cd /c/temp/object
/c/cygwin/gcc-2.95.2-6/configure --prefix /c/temp/output
make bootstrap (or make all, or make libstdc++)
>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]