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: Patch: PR 17408/17409


On Fri, 10 Sep 2004, Dale Johannesen wrote:

> It seems DECL_EXTERN is getting set for declarations of the form
>   extern int foo = init;
> which is contrary to the description in tree.h, and causes the
> problems in these PRs.  Still testing, but this looks fairly obvious;
> OK if test cycle works?

So, as I asked in bug 17408, does this patch keep gcc.dg/pr15360-1.c 
working?  That is the only case likely to be a problem.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
  http://www.srcf.ucam.org/~jsm28/gcc/#c90status - status of C90 for GCC 4.0
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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