[tree-ssa] fix opt/13798

S. Bosscher S.Bosscher@student.tudelft.nl
Wed Jan 28 12:18:00 GMT 2004


> ! /* Create a new temporary name with PREFIX.  Returns an indentifier.  */
>   
> ! static GTY(()) unsigned int tmp_var_id_num;
> ! 
> ! static tree

Why the GTY for this variable?  The only reason I can think of, is
that it needs to be there for PCH, but I thought we were supposed
to be done compiling headers before anythink is gimplified???

Gr.
Steven




More information about the Gcc-patches mailing list