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: Fix more of C/fortran canonical type issues


On Mon, 8 Jun 2015, Jan Hubicka wrote:

> > 
> > I think we should instead work towards eliminating the get_alias_set
> > langhook first.  The LTO langhook variant contains the same handling, btw,
> > so just inline that into get_alias_set and see what remains?
> 
> I see, i completely missed existence of gimple_get_alias_set. It makes more
> sense now.
> 
> Is moving everyting to alias.c realy a desirable thing? If non-C languages do
> not have this rule, why we want to reduce the code quality when compiling
> those?

Well, for consistency and for getting rid of one langhook ;)

Richard.

> Honza
> > 
> > Richard.
> > 
> > > Honza
> > > > 
> > > > -- 
> > > > Joseph S. Myers
> > > > joseph@codesourcery.com
> > > 
> > > 
> > 
> > -- 
> > Richard Biener <rguenther@suse.de>
> > SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nuernberg)
> 
> 

-- 
Richard Biener <rguenther@suse.de>
SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nuernberg)


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