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
741fa37f
Commit
741fa37f
authored
Oct 14, 2002
by
Richard Henderson
Committed by
Richard Henderson
Oct 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/20020219-1.c: Disable for 16-bit targets.
From-SVN: r58141
parent
4f770e7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/20020219-1.c
+9
-0
No files found.
gcc/testsuite/ChangeLog
View file @
741fa37f
2002-10-14 Richard Henderson <rth@redhat.com>
* gcc.dg/20020219-1.c: Disable for 16-bit targets.
2002-10-14 Mark Mitchell <mark@codesourcery.com>
PR optimization/6631
...
...
gcc/testsuite/gcc.dg/20020219-1.c
View file @
741fa37f
...
...
@@ -9,6 +9,9 @@
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mdisable-indexing" { target hppa*-*-hpux* } } */
/* Disable the test entirely for 16-bit targets. */
#if __INT_MAX__ > 32767
extern
void
abort
(
void
);
extern
void
exit
(
int
);
struct
A
{
...
...
@@ -31,3 +34,9 @@ int main (void)
foo
(
x
-
1
,
9999
);
exit
(
0
);
}
#else
int
main
()
{
return
0
;
}
#endif
/* __INT_MAX__ */
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