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
e260ea9d
Commit
e260ea9d
authored
Nov 12, 2004
by
Andreas Schwab
Committed by
Andreas Schwab
Nov 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr16286.c: Fix last change.
From-SVN: r90533
parent
0a2695db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/pr16286.c
+5
-6
No files found.
gcc/testsuite/ChangeLog
View file @
e260ea9d
2004
-
11
-
12
Andreas
Schwab
<
schwab
@suse
.
de
>
*
gcc
.
dg
/
pr16286
.
c
:
Fix
last
change
.
2004
-
11
-
12
Mark
Mitchell
<
mark
@codesourcery
.
com
>
PR
c
++/
18416
...
...
gcc/testsuite/gcc.dg/pr16286.c
View file @
e260ea9d
...
...
@@ -2,10 +2,9 @@
/* { dg-options "-maltivec" } */
/* PR 16286
* Compilation of a simple Altivec test program fails if vector is #undefined
* when compiling with -maltivec. This may be done for building C++ programs
* that use the STL <vector>.
*/
Compilation of a simple Altivec test program fails if vector, pixel
and/or bool are #undefined when compiling with -maltivec. This may be
done for building C++ programs that use the STL <vector>. */
#include <altivec.h>
#undef vector
...
...
@@ -20,5 +19,5 @@ void test(void)
}
/* { dg-bogus "(syntax|parse) error before \"vector\"" "-maltivec" { target powerpc*-*-* } 0 } */
/* { dg-bogus "(syntax|parse) error before \"
vector
\"" "-maltivec" { target powerpc*-*-* } 0 } */
/* { dg-bogus "(syntax|parse) error before \"
vector
\"" "-maltivec" { target powerpc*-*-* } 0 } */
/* { dg-bogus "(syntax|parse) error before \"
pixel
\"" "-maltivec" { target powerpc*-*-* } 0 } */
/* { dg-bogus "(syntax|parse) error before \"
bool
\"" "-maltivec" { target powerpc*-*-* } 0 } */
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