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]

Suggestion: Use -pipe by default


The gcc manual says about -pipe:

`-pipe'
     Use pipes rather than temporary files for communication between
     the various stages of compilation. This fails to work on some
     systems where the assembler is unable to read from a pipe; but
     the GNU assembler has no trouble.

Are there still many systems where -pipe doesn't work? I believe it
would be a good thing to use -pipe by default. I feel a little uneasy
about random use of files in /tmp, and in gcc's case it seems
unnecessary. Perhaps one can use some configure or runtime test to
detect the situations where -pipe is known not to work?

Regards,
/Niels

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