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

Re: RFC: VTA alias set discrepancy


Hi!

1) as cfgexpand.c will need to call the same function, the new routine
shouldn't live in dwarf2out.c, instead varasm.c or cfgexpand.c
2) I wouldn't do this conditionally on flag_compare_debug, make_decl_rtl
doesn't need to be called at all in -g0 case and I think we should better
avoid having any aliasing changes.

	Jakub


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