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 c++/38705] [4.4 Regression] ICE: canonical types differ for identical types const int and const AlpsNodeIndex_t



------- Comment #8 from jakub at gcc dot gnu dot org  2009-01-03 11:28 -------
Yes.  Just removing the restriction is wrong, because then volatile from the
wrong side of the copy would be used.  So extra code would be needed to handle
that, and I really don't think it is worth it.


-- 


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


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