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
b348936e
Commit
b348936e
authored
May 21, 2008
by
Andy Hutchinson
Committed by
Andy Hutchinson
May 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/array-quals-1.c: xfail read only section check for avr target.
From-SVN: r135695
parent
77b4cc35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/array-quals-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
b348936e
2008-05-20 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/array-quals-1.c: xfail read only section
check for avr target.
2008-05-20 Andy Hutchinson <hutchinsonandy@aim.com>
PR testsuite/34889
* gcc.c-torture/execute/builtins/pr23484-chk.c : Correct test for
16bit int target.
...
...
gcc/testsuite/gcc.dg/array-quals-1.c
View file @
b348936e
...
...
@@ -4,7 +4,7 @@
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* The MMIX port always switches to the .data section at the end of a file. */
/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* x86_64-*-mingw* } } } */
/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* x86_64-*-mingw*
avr-*-*
} } } */
static
const
int
a
[
2
]
=
{
1
,
2
};
const
int
a1
[
2
]
=
{
1
,
2
};
typedef
const
int
ci
;
...
...
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