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++/11078] [ABI] ICE in write_type with typeof and templates


------- Additional Comments From gdr at integrable-solutions dot net  2004-08-09 14:14 -------
Subject: Re:  [ABI] ICE in write_type with typeof and templates

"ian at wasabisystems dot com" <gcc-bugzilla@gcc.gnu.org> writes:

[...]

| possible.  Rather than introduce another extension, I propose mangling that as
| 1cIYLPi0EEE -- that is, we express (int*) as a constant of type (int*) and value
| 0.  I guess the drawback is that this means that c<typeof(int)> and c<typeof(0)>
| might have identical manglings.  If that is not permissible, then we need

I object to that deviation.  For the same reasons we don't "fold"
expressions, we should not be doing that transmutation.

-- Gaby


-- 


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


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