tags 29534 + upstream
forwarded 29534 http://gcc.gnu.org/PR29534
thanks

* Vincent Lefevre <[EMAIL PROTECTED]> [2006-12-30 22:12]:
> I can reproduce the crash on this simple example:
> 
> int main (void)
> {
>   int i;
>   for (i = 31 ; i >= 0 ; i--)
>     {
>       volatile int x = 0;
>     }
>   return 0;
> }
> 
> $ gcc -O2 -ftrapv -c gcc-bug.c
> gcc-bug.c: In function 'main':
> gcc-bug.c:6: warning: unused variable 'x'
> gcc: Internal error: Segmentation fault (program cc1)

This is PR29534.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to