This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/22589] New: gcc 3.4.3 segfault
- From: "lex dot augusteijn at philips dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2005 13:45:42 -0000
- Subject: [Bug c/22589] New: gcc 3.4.3 segfault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Seg fault of gcc on the following program:
void bar (void)
{
char *foo;
(long long)((int)foo+0) < 0 ;
}
command use: gcc -c file.c
--
Summary: gcc 3.4.3 segfault
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lex dot augusteijn at philips dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22589