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
349dfad9
Commit
349dfad9
authored
Oct 24, 2003
by
Joseph Myers
Committed by
Joseph Myers
Oct 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/c99-restrict-2.c: New test.
From-SVN: r72889
parent
14628700
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/c99-restrict-2.c
+12
-0
No files found.
gcc/testsuite/ChangeLog
View file @
349dfad9
2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
* gcc.dg/c99-restrict-2.c: New test.
2003-10-24 Nathan Sidwell <nathan@codesourcery.com>
PR c++/12698, c++/12699, c++/12700, c++/12566
...
...
gcc/testsuite/gcc.dg/c99-restrict-2.c
0 → 100644
View file @
349dfad9
/* Test for restrict: in C99 only. Test handling of arrays of restricted
pointers. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
typedef
int
*
ipa
[
2
];
int
*
restrict
x
[
2
];
restrict
ipa
y
;
void
f
(
int
*
restrict
a
[
2
],
restrict
ipa
b
,
int
*
restrict
c
[
restrict
]);
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