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
8f1d1317
Commit
8f1d1317
authored
Nov 19, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa/devirt9.C: Fix previous change.
From-SVN: r205037
parent
fdbbed34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/ipa/devirt-9.C
+1
-1
gcc/testsuite/gcc.dg/tree-prof/peel-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
8f1d1317
2013-11-19 Jan Hubicka <jh@suse.cz>
* ipa/devirt9.C: Fix prevoius change.
2013-11-19 Cesar Philippidis <cesar@codesourcery.com>
* gcc.c-torture/execute/20101011-1.c (__aarch64__):
...
...
gcc/testsuite/g++.dg/ipa/devirt-9.C
View file @
8f1d1317
...
...
@@ -29,5 +29,5 @@ bar ()
}
/* We optimize out this call just after early passes. Unfortunately
this unreachable removal is not logged in dump file. */
/* { dg-final { scan-ipa-dump
1 "OBJ_TYPE_REF" "whole-program"
} } */
/* { dg-final { scan-ipa-dump
-not "OBJ_TYPE_REF" "whole-program"
} } */
/* { dg-final { cleanup-ipa-dump "whole-program" } } */
gcc/testsuite/gcc.dg/tree-prof/peel-1.c
View file @
8f1d1317
/* { dg-options "-O3 -fdump-
rtl-loop2_unroll
-fno-unroll-loops -fpeel-loops" } */
/* { dg-options "-O3 -fdump-
tree-cunroll-details
-fno-unroll-loops -fpeel-loops" } */
void
abort
();
int
a
[
1000
];
...
...
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