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]

Re: Patch to prevent runaway error messages with -pipe.


  In message <199909071722.SAA21312@pathia.cygnus.co.uk>you write:
  > Hi Guys,
  > 
  >   What do you think of the following patch ?  It forces cpp to fail if 
  >   it detects too much recusion when its output is connected to a pipe.
  >   Without this patch the following source code:
  > 
  >     #include "this_file.c"
  >     int main (void) { return 0; }
  > 
  >   will produce a humoungous amount of error messages when compiled
  >   with:
Why not make this always a fatal error?

It's kind of silly to have pipe and normal compiles behave differently.

jeff


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