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
06647e79
Commit
06647e79
authored
Apr 18, 2004
by
Aldy Hernandez
Committed by
Aldy Hernandez
Apr 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
From-SVN: r80819
parent
4615cd51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/vmx/varargs-1.c
+12
-12
No files found.
gcc/testsuite/ChangeLog
View file @
06647e79
2004-04-18 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
2004-04-18 Zack Weinberg <zack@codesourcery.com>
2004-04-18 Zack Weinberg <zack@codesourcery.com>
Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez <aldyh@redhat.com>
...
...
gcc/testsuite/gcc.dg/vmx/varargs-1.c
View file @
06647e79
...
@@ -81,16 +81,16 @@ int main()
...
@@ -81,16 +81,16 @@ int main()
return
0
;
return
0
;
}
}
/* { dg-output "1, 1, 1, 1
\n
" }
/* { dg-output "1, 1, 1, 1
(\n|\r\n|\r)
" }
{ dg-output "2, 2, 2, 2
\n
" }
{ dg-output "2, 2, 2, 2
(\n|\r\n|\r)
" }
{ dg-output "3, 3, 3, 3
\n
" }
{ dg-output "3, 3, 3, 3
(\n|\r\n|\r)
" }
{ dg-output "4, 4, 4, 4
\n
" }
{ dg-output "4, 4, 4, 4
(\n|\r\n|\r)
" }
{ dg-output "5, 5, 5, 5
\n
" }
{ dg-output "5, 5, 5, 5
(\n|\r\n|\r)
" }
{ dg-output "6, 6, 6, 6
\n
" }
{ dg-output "6, 6, 6, 6
(\n|\r\n|\r)
" }
{ dg-output "7, 7, 7, 7
\n
" }
{ dg-output "7, 7, 7, 7
(\n|\r\n|\r)
" }
{ dg-output "8, 8, 8, 8
\n
" }
{ dg-output "8, 8, 8, 8
(\n|\r\n|\r)
" }
{ dg-output "9, 9, 9, 9
\n
" }
{ dg-output "9, 9, 9, 9
(\n|\r\n|\r)
" }
{ dg-output "10, 10, 10, 10
\n
" }
{ dg-output "10, 10, 10, 10
(\n|\r\n|\r)
" }
{ dg-output "11, 11, 11, 11
\n
" }
{ dg-output "11, 11, 11, 11
(\n|\r\n|\r)
" }
{ dg-output "12, 12, 12, 12
\n
" }
{ dg-output "12, 12, 12, 12
(\n|\r\n|\r)
" }
*/
*/
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