This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: -fcheck-memory-usage causes cc1 to segfault
- To: Matthew Levine <mslevine at theory dot lcs dot mit dot edu>
- Subject: Re: -fcheck-memory-usage causes cc1 to segfault
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 16 Aug 1998 02:12:22 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199803051922.OAA03120@anhinga.lcs.mit.edu>you write:
> the problem:
>
> % gcc -fcheck-memory-usage -g t.c
> gcc: Internal compiler error: program cc1 got fatal signal 11
>
[ ... ]
>
> the input file used (t.c):
>
> int main()
> {
> int *x;
>
> x=(int *)500;
> *x = 1;
>
> return 0;
> }
This seems to be working fine for the upcoming egcs-1.1 release.
Thanks for the bug report,
jeff