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 debug/53948] [4.8 Regression] Assignment line missing for -O0 -g


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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-08 13:46:05 UTC ---
Yeah, I agree with Jeff here, IMHO a helper function somewhere where both rtl.h
and tree.h is included is best solution for now.
As long as REG/MEM have REG_EXPR/MEM_EXPR, there is no actual separation
between RTL IL and trees anyway, lots of RTL code calls the alias oracle that
looks at the trees referenced from the RTL expressions, so I don't see why
another little function couldn't be used instead of duplicating the info in the
scarce RTL flags.


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