This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7376: linux kernel 2.4.19-rc3 parser error w/ 3.2 CVS (works w/ 3.1) on ix86 semaphore.c
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 22 Jul 2002 19:06:01 -0000
- Subject: Re: c/7376: linux kernel 2.4.19-rc3 parser error w/ 3.2 CVS (works w/ 3.1) on ix86 semaphore.c
- Reply-to: Andrew Pinski <pinskia at physics dot uc dot edu>
The following reply was made to PR c/7376; it has been noted by GNATS.
From: Andrew Pinski <pinskia@physics.uc.edu>
To: priestwilliaml@yahoo.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c/7376: linux kernel 2.4.19-rc3 parser error w/ 3.2 CVS (works w/ 3.1) on ix86 semaphore.c
Date: Mon, 22 Jul 2002 14:59:54 -0400
This is NOT a gcc 3.2 problem, gcc 3.2 removes the ability to
have multi-line string literals.
This is a linux kernel problem with their source code, the
warning in 3.1 is so they
would change the code to be fixed.
Fix the code and try again or try a newer version of the linux
kernel (or file a bug with Linus).
Thanks,
Andrew Pinski
PS can some one close this bug report because the reasons above.