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]

preprocessor/5851: tmp-dum.c:2: Internal error: Segmentation fault



>Number:         5851
>Category:       preprocessor
>Synopsis:       tmp-dum.c:2: Internal error: Segmentation fault
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 06 06:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefaan De Roeck
>Release:        gcc 3.0.4
>Organization:
>Environment:
Native gcc:
Configured with: ../gcc-3.0.4/configure --program-suffix=-3.0.4
--enable-languages=c,c++
Thread model: single
gcc version 3.0.4
>Description:
Trying to build gcc for alpha-dec-vms:
../src/configure
--with-gcc-version-trigger=/home/stefaan/src/alpha/src/gcc/version.c
--host=i686-pc-linux-gnu --prefix=/home/stefaan/eigbin
--target=alpha-dec-vms --norecursion

Error (dump of last messages of make):
make[1]: Entering directory `/home/stefaan/src/alpha/build/gcc'
(cd intl && make all)
make[2]: Entering directory `/home/stefaan/src/alpha/build/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stefaan/src/alpha/build/gcc/intl'
(cd po && make all)
make[2]: Entering directory `/home/stefaan/src/alpha/build/gcc/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stefaan/src/alpha/build/gcc/po'
echo "int xxy_us_dummy;" >tmp-dum.c
/home/stefaan/src/alpha/build/gcc/xgcc
-B/home/stefaan/src/alpha/build/gcc/ -nostdinc
-B/home/stefaan/src/alpha/build/alpha-dec-vms/newlib/ -isystem
/home/stefaan/src/alpha/build/alpha-dec-vms/newlib/targ-include -isystem
/home/stefaan/src/alpha/src/newlib/libc/include
-B/home/stefaan/eigbin/alpha-dec-vms/bin/
-B/home/stefaan/eigbin/alpha-dec-vms/lib/ -isystem
/home/stefaan/eigbin/alpha-dec-vms/include -S tmp-dum.c
tmp-dum.c:2: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [s-under] Error 1
make[1]: Leaving directory `/home/stefaan/src/alpha/build/gcc'
make: *** [all-gcc] Error 2

Same compile-command but with -v and -save-temps added gives the output
attached in savetemps.gz.
>How-To-Repeat:
I have binutils-2.9.1.tar.gz  gcc-3.0.4.tar.gz  newlib-1.9.0.tar.gz
for i in *gz; do tar xzf $i; done
mkdir src
cd src
ln -fs ../*/* .
cd -
mkdir build
cd build
../src/configure --prefix=/home/stefaan/alpha-vms-build \
  --target=alpha-dec-vms
make
>Fix:
No idea
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-gzip; name="savetemps.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="savetemps.gz"

H4sICMEmhjwCA3NhdmV0ZW1wcwCtVd9v2jAQfl7+ihN76aQl6dY+RaNSRLMWiQIq0LcoMo6TWHLs
zHZg/e93CQQK6y/WPYC++3Lf+ey7sxeGyxyWNReWSzAVo8ZzBkpmPK81S2HNbRGAMy80IymUKmUi
gEYjmJNTCiumDVcSLrxz79IBWlXn4Aoic5eCK5WxKZeIVuBy82gsKyEuVMlihBkhMjaaxkRUBYmb
HNIYY8aoEHXK3itpsZsy6q5KE0u2Fnz5VgzG8yWXR9KG+RfdwXrXSXIzXgySpH+xN+6G48k9Uud7
ahrOB7ej6CEaIX/Z8uFoehsiwpj4/3A3a1m0kqRFyGxR5/n81xe4jgE33Oyt35HjSTIcj4bjaOs8
m18PktvJbB6h0f/WcqNwfLMIb6JksHXaE2g+NUJa1f32hBCXhBZcss5G3RHaRttgtrps7DYC4vbL
MIqi5OdoEs73RfGbovjbovjYEH6r99uG8A+q428awrdE5+5f1X0pUIO2QvxR/w3hpi2OFu40tqzc
tC49ukPc4blUupk8qST7zTGOtJByzahV+hF67x6S3gdDvTY8p8Z+a6j+S7yT8vtgn5y6wGtt0HNw
7GEwnR5emXCGVyau+wXOJhWTOJ5+2Mi/OJ+7/ul5ntcDw4imBRjMzxoomGbB3uUHulw963JqhzuR
TEFlXSyBW/bwWqd4CWSVZpVWlBmDD8Oul8H9VXNmobGqJTFPG97t9uqqHWtOPYjW/dj5yOcTVWXF
Bea1fIRnBJ6zSyr4HsBQWqYlEcC0VjqAGctLrCyxjSAjtbDOVLBmL6ZeltwCgawWAt/JHPAQlLZf
neZlhIMjMarWlAHPgFTIVpoTyzxnxrBAi/tRUFhbBb6/Xq+9XNae0rlvVGbXRDMfRxq7MjdeYUtx
BZnSwKWxuqZNTvgm/wGexh44qQcAAA==


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