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
40bdac02
Commit
40bdac02
authored
12 years ago
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pad-10.c (foo2): Return x - z.
* gcc.target/i386/pad-10.c (foo2): Return x - z. From-SVN: r191879
parent
4b4de898
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+6
-2
gcc/testsuite/gcc.target/i386/pad-10.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
40bdac02
2012-09-30 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pad-10.c (foo2): Return x - z.
2012-09-30 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/pr37362.c: Fix target selector.
...
...
@@ -19,7 +23,7 @@
* gfortran.dg/c_f_pointer_shape_test.f90: Ditto.
* gfortran.dg/c_f_pointer_tests_5.f90: New.
2012-09-30 Janus Weil <janus@gcc.gnu.org>
2012-09-30 Janus Weil <janus@gcc.gnu.org>
* gfortran.dg/allocate_derived_1.f90: Re-enable class array checks,
partially reverting r170092.
...
...
@@ -79,7 +83,7 @@
2012-09-28 Dodji Seketeli <dodji@redhat.com>
* g++.dg/warn/Wunused-local-typedefs-3.C: Move the c++-only test
gcc/testsuite/c-c++-common/Wunused-local-typedefs-2.c to here.
gcc/testsuite/c-c++-common/Wunused-local-typedefs-2.c to here.
PR c++/54372 - unused attribute inactive on dependant entities
* c-c++-common/Wunused-local-typedefs-2.c: New test.
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.target/i386/pad-10.c
View file @
40bdac02
...
...
@@ -15,5 +15,5 @@ foo2 (int z, int x)
return
z
;
}
else
return
x
+
z
;
return
x
-
z
;
}
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