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
b5afa1ed
Commit
b5afa1ed
authored
Jul 22, 2013
by
Diego Novillo
Committed by
Diego Novillo
Jul 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This test was failing with -m64 because it was forcing -m32
instead of asking for ilp32. From-SVN: r201128
parent
5e5f7673
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/g++.dg/pr57878.C
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
b5afa1ed
2013-07-22 Diego Novillo <dnovillo@google.com>
* testsuite/g++.dg/pr57878.C: Do not force -m32. Use
target ilp32.
2013-07-22 Georg-Johann Lay <avr@gjlay.de>
2013-07-22 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
PR testsuite/52641
...
...
gcc/testsuite/g++.dg/pr57878.C
View file @
b5afa1ed
/* { dg-do compile { target
i?86-*-* x86_64-*-*
} } */
/* { dg-do compile { target
{ { i?86-*-* x86_64-*-* } && ilp32 }
} } */
/* { dg-options "-
m32 -
O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
/* { dg-options "-O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
typedef
int
int32
;
typedef
int
int32
;
typedef
long
long
int64
;
typedef
long
long
int64
;
...
...
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