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
25293279
Commit
25293279
authored
Dec 15, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/scanasm.exp (get_ada_spec_filename): Use procedural form.
From-SVN: r194524
parent
8ffcc234
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/scanasm.exp
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
25293279
2012-12-15 Eric Botcazou <ebotcazou@adacore.com>
* lib/scanasm.exp (get_ada_spec_filename): Use procedural form.
2012-12-15 Eric Botcazou <ebotcazou@adacore.com>
PR ada/52735
* gnat.dg/nested_generic1.adb: New test.
* gnat.dg/nested_generic1_pkg.ad[sb]: New helper.
...
...
gcc/testsuite/lib/scanasm.exp
View file @
25293279
...
...
@@ -191,7 +191,7 @@ proc get_ada_spec_filename { testcase } {
set filename [lindex $testcase 0]
set tailname [file tail $filename]
set extension [string trimleft [file extension $tailname] {.}]
set rootname [regsub -all {\-} [file rootname $tailname] {_}]
regsub -all {\-} [file rootname $tailname] {_} rootname
return [string tolower "${rootname}_${extension}.ads"]
}
...
...
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