This is the mail archive of the gcc@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]

Re: [tree-ssa] where to fix this?



On Jan 9, 2004, at 09:09, Roger Sayle wrote:
 The conclusion is that a "strict" front-end shouldn't
rely on fold preserving the TREE_CODE and/or TREE_TYPE for the purposes
of parsing and semantic analysis.

Aren't we moving to a situation where an entire unit is first parsed/analyzed/expanded by the front end and only then handed off to the back end? It seems reasonable that the back end should not need to preserve anything that is not needed for generating the final output.

-Geert


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