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 middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-02 14:28 -------
The problem is that TARGET_DIGIT0 is not dependent on the exec-charset.

This was caused by:
2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
        
        * builtins.c (fold_builtin_isdigit): New.
        (fold_builtin): Handle BUILT_IN_ISDIGIT.
        * defaults.h: Add TARGET_DIGIT0 and sort.
        * doc/tm.texi: Add TARGET_BS and TARGET_DIGIT0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghazi at caip dot rutgers
                   |                            |dot edu
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-02 14:28:58
               date|                            |
            Summary|isdigit builtin function    |[4.0 Regression] isdigit
                   |fails with EBCDIC character |builtin function fails with
                   |sets                        |EBCDIC character sets
   Target Milestone|---                         |4.0.0


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


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