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
aca30804
Commit
aca30804
authored
Oct 17, 2017
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/attr-alloc_size-11.c: UnXFAIL for visium-*-*.
From-SVN: r253831
parent
34311c5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/attr-alloc_size-11.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
aca30804
2017-10-17 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/attr-alloc_size-11.c: UnXFAIL for visium-*-*.
2017-10-17 Paolo Carlini <paolo.carlini@oracle.com>
2017-10-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/71821
PR c++/71821
...
...
gcc/testsuite/gcc.dg/attr-alloc_size-11.c
View file @
aca30804
...
@@ -47,8 +47,8 @@ typedef __SIZE_TYPE__ size_t;
...
@@ -47,8 +47,8 @@ typedef __SIZE_TYPE__ size_t;
/* The following tests fail because of missing range information. The xfail
/* The following tests fail because of missing range information. The xfail
exclusions are PR79356. */
exclusions are PR79356. */
TEST
(
signed
char
,
SCHAR_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for signed char" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390*-*-* } } } } */
TEST
(
signed
char
,
SCHAR_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for signed char" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390*-*-*
visium-*-*
} } } } */
TEST
(
short
,
SHRT_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for short" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390x-*-* } } } } */
TEST
(
short
,
SHRT_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for short" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390x-*-*
visium-*-*
} } } } */
TEST
(
int
,
INT_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST
(
int
,
INT_MIN
+
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST
(
int
,
-
3
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST
(
int
,
-
3
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST
(
int
,
-
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST
(
int
,
-
2
,
ALLOC_MAX
);
/* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
...
...
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