public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/20111] New: real_nan and non-ASCII character sets
@ 2005-02-21  2:54 jsm28 at gcc dot gnu dot org
  2005-02-22  0:19 ` [Bug middle-end/20111] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-02-21  2:54 UTC (permalink / raw)
  To: gcc-bugs

real_nan presumes that its string argument is in the host character set,
so __builtin_nan does not work in the presence of -fexec-charset
making the target character set incompatible with the host character set.
It should allow for the argument being in the target character set.
(Other approaches such as special parsing so as not to translate the
string argument to the target character set do not work since this
function should also be used for a plain "nan" built-in function,
bug 19984.)

-- 
           Summary: real_nan and non-ASCII character sets
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug middle-end/20111] real_nan and non-ASCII character sets
  2005-02-21  2:54 [Bug middle-end/20111] New: real_nan and non-ASCII character sets jsm28 at gcc dot gnu dot org
@ 2005-02-22  0:19 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-22  0:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-21 21:29 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid, rejects-
                   |                            |valid
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-21 21:29:23
               date|                            |


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-21 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-21  2:54 [Bug middle-end/20111] New: real_nan and non-ASCII character sets jsm28 at gcc dot gnu dot org
2005-02-22  0:19 ` [Bug middle-end/20111] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).