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: ICE in change_address at emit_rtl.c


Gabriel Dos Reis wrote:-

> Since merging the C and C++ front-ends is a goal repeatedly asserted,
> I'm worried about the alternative.  There are various parts of the
> compiler (the obvious one is cp/pt.c) where using a default type like
> int just does not make sense -- it might be even worse than
> error_mark_node. 

But templates are part of C++ not C, so C needn't worry about them.

Like I said, maybe I'm naive, but I think it's worth a try if it
doesn't interfere with others' development.  In other words, I'm happy
to muck around only on my local tree and fail.  But if it succeeds,
then I think it should be seriously considered as a change worth
making.

Neil.


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