Is there any word about this bug in gcc ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: zhengyi
Date: Monday, November 19, 2007 - 7:13 pm

Is there any relevance to the kernel ?

I found the folowing code here:
http://linux.solidot.org/article.pl?sid=07/11/19/0512218&from=rss

-------------------------------------------------------------------
int main( void )
{
  int i=2;
  if( -10*abs (i-1) == 10*abs(i-1) )
    printf ("OMG,-10==10 in linux!\n");
  else
    printf ("nothing special here\n") ;

  return 0 ;
}
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Is there any word about this bug in gcc ?, zhengyi, (Mon Nov 19, 7:13 pm)
Re: Is there any word about this bug in gcc ?, H. Peter Anvin, (Mon Nov 19, 10:10 pm)
Re: Is there any word about this bug in gcc ?, WANG Cong, (Mon Nov 19, 10:39 pm)
Re: Is there any word about this bug in gcc ?, Li Zefan, (Mon Nov 19, 11:03 pm)
Re: Is there any word about this bug in gcc ?, H. Peter Anvin, (Mon Nov 19, 11:04 pm)
Re: Is there any word about this bug in gcc ?, David Miller, (Mon Nov 19, 11:17 pm)
Re: Is there any word about this bug in gcc ?, H. Peter Anvin, (Mon Nov 19, 11:47 pm)
Re: Is there any word about this bug in gcc ?, Herbert Xu, (Mon Nov 19, 11:52 pm)
Re: Is there any word about this bug in gcc ?, Alessandro Suardi, (Tue Nov 20, 5:52 am)
Re: Is there any word about this bug in gcc ?, Sami Farin, (Tue Nov 20, 11:42 am)
Re: Is there any word about this bug in gcc ?, Alexander E. Patrakov, (Wed Nov 21, 6:16 am)
Re: Is there any word about this bug in gcc ?, Alexander E. Patrakov, (Wed Nov 21, 9:19 am)
Re: Is there any word about this bug in gcc ?, Lennart Sorensen, (Wed Nov 21, 10:22 am)