This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7112: Regression: ICE on C++ code involving templates and sizeof
- From: Kriang Lerdsuwanakij <lerdsuwa at users dot sourceforge dot net>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, oneill at cs dot hmc dot edu, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Tue, 25 Jun 2002 22:55:26 +0700
- Subject: Re: c++/7112: Regression: ICE on C++ code involving templates and sizeof
- Reply-to: lerdsuwa at users dot sourceforge dot net
This has to do with the ABI. Mangling of 'sizeof expr' is specified
in the ABI and implemented in GCC, but not its companion 'sizeof(type)'.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7112