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
2ef747bc
Commit
2ef747bc
authored
Dec 30, 2013
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spacing.
From-SVN: r206251
parent
e1a55837
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
gcc/cp/ChangeLog
+10
-10
No files found.
gcc/cp/ChangeLog
View file @
2ef747bc
...
...
@@ -35,7 +35,7 @@
2013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
* parser.c (cp_parser_cilk_simd_clause_name): Changed cilk_clause_name
to omp_clause_name.
to omp_clause_name.
2013-12-17 Thomas Schwinge <thomas@codesourcery.com>
...
...
@@ -74,7 +74,7 @@
* cp-gimplify.c (cp_gimplify_expr): Added a CILK_SPAWN_STMT and
CALL_EXPR case. Added handling of spawned function in MODIFY_EXPR
and INIT_EXPR.
2013-12-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/59435
...
...
@@ -2176,19 +2176,19 @@
ARRAY_NOTATION_REF case.
* cp-gimplify.c (cp_genericize): Added expansion of array notation
expressions here.
* cp-array-notation.c (make_triplet_val_inv): Removed loc and cry
* cp-array-notation.c (make_triplet_val_inv): Removed loc and cry
parameters. Replaced build_decls with get_temp_regvar with type as
ptrdiff.
(create_array_refs): Made the type-casting to ptrdiff_type.
(replace_invariant_var): Added a check for void return type before
(replace_invariant_var): Added a check for void return type before
creating new var. Replaced build_decl and build_min_nt_loc with
get_temp_regvar.
(expand_an_in_modify_expr): Ditto. Replaced body of redundant else
with gcc_unreachable. Removed few unwanted checks. Made induction
variable type as ptrdiff_type. Removed loc and complain arguments
passed into make_triplet_val_inv. Replaced all modify expression's
code from NOP EXPR to INIT EXPR. Replaced all forceful appending
into stmt. list with the non-forceful one. Replaced some integer
(expand_an_in_modify_expr): Ditto. Replaced body of redundant else
with gcc_unreachable. Removed few unwanted checks. Made induction
variable type as ptrdiff_type. Removed loc and complain arguments
passed into make_triplet_val_inv. Replaced all modify expression's
code from NOP EXPR to INIT EXPR. Replaced all forceful appending
into stmt. list with the non-forceful one. Replaced some integer
conversion and equality-checking to using tree_int_cst_equal.
(expand_sec_reduce_builtin): All changes mentioned in above function
expand_an_in_modify_expr. Made the new variable type of
...
...
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