This is the mail archive of the gcc-bugs@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]

Re: reload error in current CVS gcc version



  In message <Pine.LNX.4.10.9910081910430.5198-100000@biriani.cygnus.co.uk>you 
write:
  > Here's a smaller testcase.  Should I add that to c-torture/compile (I can
  > obfuscate it some more if it's still too close to mozilla source :)?
  > 
  > typedef struct {
  >   int x;
  > } FILE;
  > extern void fputs (const char *, FILE *);
  > 
  > int mView;
  > void
  > foo (FILE* out, int aIndent)
  > {
  >   if (0  != mView) {
  >     aIndent++;
  >     aIndent--;
  > 	{ int __t = aIndent;    while (--__t >= 0) fputs("  ", out); }
  > 
  >   }
  > 	{ int __t = aIndent;    while (--__t >= 0) fputs("  ", out); }
  > }
The testsuite guidelines we got from the FSF lawyers (which I need to put
on the web site) would allow this to be included in the testsuite.

Please install the test into the c-torture compile directory.

Thanks,
jeff


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