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
789abad8
Commit
789abad8
authored
Jan 24, 2011
by
Rainer Orth
Committed by
Rainer Orth
Jan 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
From-SVN: r169157
parent
467b72a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/scanasm.exp
+4
-1
No files found.
gcc/testsuite/ChangeLog
View file @
789abad8
2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gfortran.dg/cray_pointers_2.f90: Avoid cycling through
optimization options.
...
...
gcc/testsuite/lib/scanasm.exp
View file @
789abad8
# Copyright (C) 2000, 2002, 2003, 2007, 2008, 2010
# Copyright (C) 2000, 2002, 2003, 2007, 2008, 2010
, 2011
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
...
...
@@ -342,6 +342,9 @@ proc dg-function-on-line { args } {
if { [istarget "hppa*-*-*"] } {
set pattern [format {\t;[^:]+:%d\n(\t[^\t]+\n)+%s:\n\t.PROC} \
$line $symbol]
} elseif { [istarget "mips-sgi-irix*"] } {
set pattern [format {\t\.loc [0-9]+ %d 0( [^\n]*)?\n\t\.set\t(no)?mips16\n\t\.ent\t%s\n\t\.type\t%s, @function\n%s:\n} \
$line $symbol $symbol $symbol]
} else {
set pattern [format {%s:[^\t]*(\t.(fnstart|frame|mask|file)[^\t]*)*\t[^:]+:%d\n} \
$symbol $line]
...
...
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