Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
34508ae8
Commit
34508ae8
authored
24 years ago
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
From-SVN: r39116
parent
028d1f20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/cpp/if-2.c
+1
-3
No files found.
gcc/testsuite/ChangeLog
View file @
34508ae8
2001-01-18 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/unify8.C: New test.
...
...
@@ -31,6 +35,7 @@
* gcc.c-torture/compile/20010117-1.c: New test.
* gcc.c-torture/compile/20010117-2.c: New test.
>>>>>>> 1.1023
2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/execute/20010116.[fx]: New test,
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.dg/cpp/if-2.c
View file @
34508ae8
...
...
@@ -9,11 +9,9 @@
#error L'a'
/* { dg-bogus "error" "wide charconst recognition 1" } */
#endif
#if 0 /* This test doesn't work on targets with signed 16-bit wchar_t. */
#if L'\xfeed' != 0xfeed
#if L'\xfeed' != 0xfeed && L'\xfeed' != (0xfeed - 0x10000)
#error 0xfeed
/* { dg-bogus "error" "wide charconst recognition 2" } */
#endif
#endif
#if L'\x1234' != 0x1234
#error 0x1234
/* { dg-bogus "error" "wide charconst recognition 3" } */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment