This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/25200] ICE compiling GNU tar
- From: "andreas at florath dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2005 08:15:52 -0000
- Subject: [Bug middle-end/25200] ICE compiling GNU tar
- References: <bug-25200-5659@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from andreas at florath dot net 2005-12-02 08:15 -------
The file argp-help.i I uploaded is 82400 bytes, and also when I download the
file, it's again 82400 bytes (and also the same file). [One thing that confuses
me, is that the size in the attachment table is just 15.49 KB.]
Here is the sha1sum for argp-help.i: dd61b5cb304ea3bf8d61111c7484e7029239a319
Also my (local) file ends with
char *
__argp_short_program_name (void)
{
The output of the compiler call is:
bash-2.03$ gcc -v -save-temps -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I.
-I. -I.. -g -O2 -MT argp-help.o -MD -MP -MF ".deps/argp-help.Tpo" -c -o
argp-help.o argp-help.c
Using built-in specs.
Target: sparcv9-sun-solaris2.8
Configured with: /appl/tmo/be8/tmp/gcc-4.1-20051125/configure
--prefix=/appl/tmo/be8/pkg/pre3 --enable-shared --enable-threads
--enable-languages=c,c++ --disable-libgcj --with-gnu-as
--with-as=/appl/tmo/be8/pkg/pre3/bin/as --with-gnu-ld
--with-ld=/appl/tmo/be8/pkg/pre3/bin/ld --disable-multilib
sparcv9-sun-solaris2.8
Thread model: posix
gcc version 4.1.0 20051125 (prerelease)
/emc01/tmo/be8/pkg/pre3/bin/../libexec/gcc/sparcv9-sun-solaris2.8/4.1.0/cc1 -E
-quiet -v -I. -I. -I.. -iprefix
/emc01/tmo/be8/pkg/pre3/bin/../lib/gcc/sparcv9-sun-solaris2.8/4.1.0/ -MD
argp-help.d -MF .deps/argp-help.Tpo -MP -MT argp-help.o -MQ argp-help.o
-D__arch64__ -D__sparcv9 -DHAVE_CONFIG_H -DLIBDIR="/usr/local/lib" argp-help.c
-mcpu=v9 -fworking-directory -O2 -fpch-preprocess -o argp-help.i
ignoring nonexistent directory
"/emc01/tmo/be8/pkg/pre3/bin/../lib/gcc/sparcv9-sun-solaris2.8/4.1.0/../../../../sparcv9-sun-solaris2.8/include"
ignoring duplicate directory
"/appl/tmo/be8/pkg/pre3/lib/gcc/sparcv9-sun-solaris2.8/4.1.0/include"
ignoring nonexistent directory
"/appl/tmo/be8/pkg/pre3/lib/gcc/sparcv9-sun-solaris2.8/4.1.0/../../../../sparcv9-sun-solaris2.8/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
..
/emc01/tmo/be8/pkg/pre3/bin/../lib/gcc/sparcv9-sun-solaris2.8/4.1.0/include
/usr/local/include
/appl/tmo/be8/pkg/pre3/include
/usr/include
End of search list.
argp-help.c:1684:4: <built-in>:0: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
bash-2.03$
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25200