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 [mainline] fix -combine bug for parser, gzip of 2000 SPEC benchmark


On Wed, Sep 29, 2004 at 08:51:08AM -0700, Fariborz Jahanian wrote:
> Issued warning tells the whole story.

Perhaps not the whole story.  Why does this only come up for
multiple translation units?  If I put

  extern int sentence[];
  int sentence[3];
  extern int sentence[];

in one translation unit then things work.


r~


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