[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
assertion failed
From: |
Gerd Knorr |
Subject: |
assertion failed |
Date: |
Thu, 20 Jun 2002 16:16:22 +0200 |
User-agent: |
Mutt/1.3.20i |
Hi,
I think I've found a bug in gnu make. It abouts due to a failed
assertion. Tarball with the test case is attached. Below is the
failure log.
Gerd
==============================[ cut here ]==============================
+ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <address@hidden>.
+ unset CFLAGS
+ make clean
rm -f foo bar.so *~ *.o
+ make
gcc -g -O2 -Wall -c -o foo.o foo.c
gcc foo.o -ldl -o foo
gcc -g -O2 -Wall -fPIC -c -o bar.o bar.c
gcc -shared -Wl,-soname,bar.so -o bar.so bar.o
+ export CFLAGS=-O3
+ CFLAGS=-O3
+ make clean
rm -f foo bar.so *~ *.o
+ make
gcc -O3 -c -o foo.o foo.c
gcc foo.o -ldl -o foo
gcc -O3 -fPIC -c -o bar.o bar.c
make: expand.c:489: allocated_variable_append: Assertion
`current_variable_set_list->next != 0' failed.
./showbug.sh: line 13: 13627 Aborted make
makebug.tar.gz
Description: Binary data
- assertion failed,
Gerd Knorr <=