This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'lots of little changes' merge done


On Tue, 2006-10-31 at 21:34 -0800, Geoffrey Keating wrote:
> Here's the list of log (and therefore ChangeLog) entries.  There is  
> one change that I haven't merged yet, Caroline's pubtypes changes;  
> that seems to need some work, I'll leave it for Caroline.

Well, the following problem on any glibc target is now broken with
-std=c99:

#include <stdio.h>

int main(void)
{
  printf("%d\n", 1);
  return 0;
}

-----
This was mentioned in
http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00331.html

So I think this patch should be reverted until you fix the problem.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]