This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18669] Compiler terminates with Bus Error
- From: "ajow at ucsd dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Nov 2004 04:10:16 -0000
- Subject: [Bug c/18669] Compiler terminates with Bus Error
- References: <20041125010604.18669.ajow@ucsd.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ajow at ucsd dot edu 2004-11-25 04:10 -------
(In reply to comment #1)
> Can you try 3.3.5 and/or 3.4.x?
The following is the output from gcc version 3.4.2 (Debian 3.4.2-2). I have
also attached the fixdep.i file for 3.4.2
scripts/basic/fixdep.c:98:22: /usr/include/sys/stat.h: Input/output error
scripts/basic/fixdep.c: In function `do_config_file':
scripts/basic/fixdep.c:255: error: storage size of 'st' isn't known
scripts/basic/fixdep.c:265: warning: implicit declaration of function `fstat'
scripts/basic/fixdep.c:255: warning: unused variable `st'
scripts/basic/fixdep.c: In function `print_deps':
scripts/basic/fixdep.c:325: error: storage size of 'st' isn't known
scripts/basic/fixdep.c:325: warning: unused variable `st'
--
What |Removed |Added
----------------------------------------------------------------------------
Component|preprocessor |c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18669