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
f8e4188c
Commit
f8e4188c
authored
Mar 01, 2016
by
Eric Botcazou
Committed by
Eric Botcazou
Mar 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnat.dg/stack_usage3.adb: Robustify and enable for all targets.
From-SVN: r233859
parent
db48a9e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gnat.dg/stack_usage3.adb
+7
-3
No files found.
gcc/testsuite/ChangeLog
View file @
f8e4188c
2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/stack_usage3.adb: Robustify and enable for all targets.
2016-02-29 Jeff Law <law@redhat.com>
2016-02-29 Jeff Law <law@redhat.com>
PR tree-optimization/69987
PR tree-optimization/69987
...
...
gcc/testsuite/gnat.dg/stack_usage3.adb
View file @
f8e4188c
...
@@ -5,9 +5,7 @@ with Ada.Text_IO; use Ada.Text_IO;
...
@@ -5,9 +5,7 @@ with Ada.Text_IO; use Ada.Text_IO;
with Stack_Usage3_Pkg; use Stack_Usage3_Pkg;
with Stack_Usage3_Pkg; use Stack_Usage3_Pkg;
procedure Stack_Usage3 is
procedure Stack_Usage3 is
begin
begin
Put_Line (Diag ("Diag line 0"));
Put_Line (Diag ("Diag line 1"));
Put_Line (Diag ("Diag line 1"));
Put_Line (Diag ("Diag line 2"));
Put_Line (Diag ("Diag line 2"));
Put_Line (Diag ("Diag line 3"));
Put_Line (Diag ("Diag line 3"));
...
@@ -22,7 +20,13 @@ begin
...
@@ -22,7 +20,13 @@ begin
Put_Line (Diag ("Diag line 12"));
Put_Line (Diag ("Diag line 12"));
Put_Line (Diag ("Diag line 13"));
Put_Line (Diag ("Diag line 13"));
Put_Line (Diag ("Diag line 14"));
Put_Line (Diag ("Diag line 14"));
Put_Line (Diag ("Diag line 15"));
Put_Line (Diag ("Diag line 16"));
Put_Line (Diag ("Diag line 17"));
Put_Line (Diag ("Diag line 18"));
Put_Line (Diag ("Diag line 19"));
Put_Line (Diag ("Diag line 20"));
end;
end;
-- { dg-final { scan-stack-usage
"\t\[0-9\]\[0-9\]\t" { target i?86-*-* x86_64-*-* }
} }
-- { dg-final { scan-stack-usage
-not "\t\[0-9\]\[0-9\]\[0-9\]\[0-9\]\t"
} }
-- { dg-final { cleanup-stack-usage } }
-- { dg-final { cleanup-stack-usage } }
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