This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.95.2, bug in gcse?
- To: Gary Houston <ghouston at arglist dot com>
- Subject: Re: gcc 2.95.2, bug in gcse?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 14 Mar 2000 09:04:18 -0700
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <20000312093902.30868.qmail@d231-95.dial.mistral.co.uk>you write:
> This seems like a bug in gcc.
>
> int main ()
> {
> long winds = 0;
>
> while (winds != 0)
> {
> if (*(char *) winds)
> break;
> }
>
> if (winds == 0 || winds != 0 || *(char *) winds)
> abort ();
> }
I have modified this testcase to fit into our regression testing framework
and added it to the testsuite.
jeff