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]
Other format: [Raw text]

[Bug driver/17134] collect2 not handling SIGPIPE


------- Additional Comments From amodra at bigpond dot net dot au  2004-08-22 00:15 -------
$ grep '\.ld"' collect2.*
collect2.c:  ldout = make_temp_file (".ld");
$ grep '\.c"' collect2.*
collect2.c:  c_file = make_temp_file (".c");
$ grep '\.o"' collect2.*
collect2.c:  o_file = make_temp_file (".o");


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-22 00:15:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17134


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