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 preprocessor/37324] [4.4 Regression] FAIL: gcc.dg/utf-array.c (test for errors)



------- Comment #3 from jakub at gcc dot gnu dot org  2008-09-17 16:06 -------
Subject: Bug 37324

Author: jakub
Date: Wed Sep 17 16:05:11 2008
New Revision: 140421

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140421
Log:
        PR preprocessor/37324
        * lib/target-supports.exp
        (check_effective_target_wchar_t_char16_t_compatible,
        check_effective_target_wchar_t_char32_t_compatible): New.
        * gcc.dg/utf-array.c: Use __CHAR{16,32}_TYPE__ macros in typedefs.
        Only require from incompatible errors for char{16,32}_t vs. wchar_t
        initializations if those types are indeed incompatible.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/utf-array.c
    trunk/gcc/testsuite/lib/target-supports.exp


-- 


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


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