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: output file setup


On 7 May 2001, Jeffrey A. Law stipulated:
> *************** compile_file (name)
> *** 2322,2348 ****
>     /* Open assembler code output file.  Do this even if -fsyntax-only is on,
>        because then the driver will have provided the name of a temporary
>        file or bit bucket for us.  */
> - 
> -   if (! name_specified && asm_file_name == 0)
> -     asm_out_file = stdout;

... the comment should move with the block it belongs to :) it is now
orphaned.

-- 
`I like to think the situation could be likened to doing heart surgery
 in a hurry with a plastic spoon after having a couple of pints.'
                                                       --- James Reeves


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