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
4c61a9fd
Commit
4c61a9fd
authored
Jul 24, 2004
by
Zack Weinberg
Committed by
Zack Weinberg
Jul 24, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
From-SVN: r85113
parent
4626c433
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/genmodes.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4c61a9fd
2004-07-23 Zack Weinberg <zack@codesourcery.com>
* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
...
@@ -10,7 +14,7 @@
...
@@ -10,7 +14,7 @@
redundant setting of TREE_INVARIANT.
redundant setting of TREE_INVARIANT.
(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
2004-07-23 Diego Novillo <dnovillo@redhat.com>
2004-07-23 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/16688
PR tree-optimization/16688
...
...
gcc/genmodes.c
View file @
4c61a9fd
...
@@ -451,7 +451,7 @@ make_complex_modes (enum mode_class class,
...
@@ -451,7 +451,7 @@ make_complex_modes (enum mode_class class,
/* For all modes in class CLASS, construct vector modes of width
/* For all modes in class CLASS, construct vector modes of width
WIDTH, having as many components as necessary. */
WIDTH, having as many components as necessary. */
#define VECTOR_MODES(C, W) make_vector_modes(MODE_##C, W, __FILE__, __LINE__)
#define VECTOR_MODES(C, W) make_vector_modes(MODE_##C, W, __FILE__, __LINE__)
static
void
static
void
ATTRIBUTE_UNUSED
make_vector_modes
(
enum
mode_class
class
,
unsigned
int
width
,
make_vector_modes
(
enum
mode_class
class
,
unsigned
int
width
,
const
char
*
file
,
unsigned
int
line
)
const
char
*
file
,
unsigned
int
line
)
{
{
...
...
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