This is the mail archive of the gcc-testresults@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]

Re: Results for 3.2 20020506 (experimental) testsuite on hppa2.0w-hp-hpux11.11


> John David Anglin wrote:-
> 
> > FAIL: gcc.dg/cpp/wchar-1.c execution test
> 
> John,
> 
> FWIW this is almost certainly a bad target configuration for
> wide characters.  You might want to look into it - it should
> be trivial to fix.

We have
#define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE_SIZE 32

The program aborts at line 17.

(gdb) ptype c
type = unsigned int
(gdb) p c
$1 = 4294967295

I can't see the configuration problem.  How does the configuration
affect "#if L'\x0' - 1 < 0"?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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