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
cf28fab6
Commit
cf28fab6
authored
Jun 07, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/tree-ssa/attr-alias.c: Remove brackets in template.
From-SVN: r199821
parent
894460a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-ssa/attr-alias.c
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
cf28fab6
2013-06-07 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/attr-alias.c: Remove brackets in template.
2013-06-07 Tobias Burnus <burnus@net-b.de>
2013-06-07 Tobias Burnus <burnus@net-b.de>
PR fortran/57549
PR fortran/57549
...
...
gcc/testsuite/gcc.dg/tree-ssa/attr-alias.c
View file @
cf28fab6
...
@@ -21,8 +21,8 @@ main()
...
@@ -21,8 +21,8 @@ main()
/* calls to test1 and test2 can be inlined and optmized away. Calls
/* calls to test1 and test2 can be inlined and optmized away. Calls
to test and test4 are overwritable. */
to test and test4 are overwritable. */
/* { dg-final { scan-tree-dump-times "
test (" 2
"optimized" } } */
/* { dg-final { scan-tree-dump-times "
test " 1
"optimized" } } */
/* { dg-final { scan-tree-dump-times "
test4 (
" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "
test4
" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-not "
test1 (
" "optimized" } } */
/* { dg-final { scan-tree-dump-not "
test1
" "optimized" } } */
/* { dg-final { scan-tree-dump-not "
test2 (
" "optimized" } } */
/* { dg-final { scan-tree-dump-not "
test2
" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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