[Bug c++/8861] [3.3/3.4 regression] [ABI] mangling floating point literal in template arg expression

rth@redhat.com gcc-bugzilla@gcc.gnu.org
Sun Jun 8 18:42:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From rth@redhat.com  2003-06-08 18:42 -------
Subject: Re:  PATCH: mangling floating point literal in template arg expression

On Sun, Jun 08, 2003 at 11:13:15AM -0700, Zack Weinberg wrote:
> +	for (i = 0; i < words; i++)
> +	  {
> +	    sprintf (buffer, "%08lx", target_real[i]);
> +	    write_chars (buffer, 8);

If leading zeros are to be removed, then __DENORM_MIN__ should
be "1", not "00000001".


r~



More information about the Gcc-bugs mailing list