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
e3b2accb
Commit
e3b2accb
authored
13 years ago
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
From-SVN: r183186
parent
a8a9e2a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/testsuite/ChangeLog
+6
-2
gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
e3b2accb
2012-01-14 Andreas Schwab <schwab@linux-m68k.org>
* g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
2012-01-14 Tobias Burnus <burnus@net-b.de>
PR fortran/51800
...
...
@@ -225,7 +229,7 @@
PR gcov-profile/51717
* gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
* gcc.misc-tests/gcov-14.c: Likewise.
2012-01-06 Jason Merrill <jason@redhat.com>
* g++.dg/parse/new5.C: New.
...
...
@@ -234,7 +238,7 @@
PR testsuite/51655
* c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
including <string.h>.
including <string.h>.
2012-01-06 Jason Merrill <jason@redhat.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
View file @
e3b2accb
// PR c++/49673: check that test_data goes into .rodata
// { dg-options -std=c++0x }
// { dg-additional-options -G0 { target alpha*-*-* frv*-*-* ia64-*-* lm32*-*-* m32r*-*-* microblaze*-*-* mips*-*-* powerpc*-*-* rs6000*-*-* score*-*-* } }
// { dg-final { scan-assembler "\\.rdata" { target mips*-*-* } } }
// { dg-final { scan-assembler "rodata" { target { { *-*-linux-gnu || *-*-elf } && { ! mips*-*-* } } } } }
...
...
This diff is collapsed.
Click to expand it.
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