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
16216c7f
Commit
16216c7f
authored
Mar 31, 2019
by
Rainer Orth
Committed by
Rainer Orth
Mar 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable gcc.dg/attr-aligned-3.c on Solaris
* gcc.dg/attr-aligned-3.c: Enable on *-*-solaris2.*. From-SVN: r270042
parent
e27f6014
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/gcc.dg/attr-aligned-3.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
16216c7f
2019-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/attr-aligned-3.c: Enable on *-*-solaris2.*.
2019-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
* gdc.test/gdc-test.exp (gdc-copy-extra): Append copied files to
...
...
gcc/testsuite/gcc.dg/attr-aligned-3.c
View file @
16216c7f
...
...
@@ -2,7 +2,7 @@
exceeds maximum 2147483648
Limit to ELF targets that are known to use MAX_OFILE_ALIGNMENT
(1 << 28) * BITS_PER_UNIT.
{ dg-do compile { target { { *-*-elf* *-*-gnu* } && { ! avr*-*-* } } } }
{ dg-do compile { target { { *-*-elf* *-*-gnu*
*-*-solaris2.*
} && { ! avr*-*-* } } } }
{ dg-require-effective-target size32plus }
{ dg-options "" } */
...
...
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