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
3db45ab5
Commit
3db45ab5
authored
Jun 06, 2006
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up whitespacing
From-SVN: r114428
parent
c713f9e4
Show whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
15 additions
and
33 deletions
+15
-33
gcc/cp/ChangeLog
+0
-0
gcc/cp/call.c
+0
-0
gcc/cp/cfns.h
+0
-0
gcc/cp/class.c
+0
-0
gcc/cp/cp-gimplify.c
+0
-0
gcc/cp/cp-lang.c
+0
-0
gcc/cp/cp-objcp-common.c
+0
-0
gcc/cp/cp-tree.h
+0
-0
gcc/cp/cxx-pretty-print.c
+1
-2
gcc/cp/decl.c
+1
-3
gcc/cp/decl2.c
+0
-0
gcc/cp/error.c
+0
-0
gcc/cp/except.c
+0
-0
gcc/cp/init.c
+0
-1
gcc/cp/mangle.c
+2
-5
gcc/cp/method.c
+0
-0
gcc/cp/name-lookup.c
+0
-0
gcc/cp/name-lookup.h
+0
-0
gcc/cp/parser.c
+11
-22
gcc/cp/pt.c
+0
-0
gcc/cp/ptree.c
+0
-0
gcc/cp/rtti.c
+0
-0
gcc/cp/search.c
+0
-0
gcc/cp/semantics.c
+0
-0
gcc/cp/tree.c
+0
-0
gcc/cp/typeck.c
+0
-0
gcc/cp/typeck2.c
+0
-0
No files found.
gcc/cp/ChangeLog
View file @
3db45ab5
gcc/cp/call.c
View file @
3db45ab5
gcc/cp/cfns.h
View file @
3db45ab5
gcc/cp/class.c
View file @
3db45ab5
gcc/cp/cp-gimplify.c
View file @
3db45ab5
gcc/cp/cp-lang.c
View file @
3db45ab5
gcc/cp/cp-objcp-common.c
View file @
3db45ab5
gcc/cp/cp-tree.h
View file @
3db45ab5
gcc/cp/cxx-pretty-print.c
View file @
3db45ab5
...
...
@@ -1803,8 +1803,7 @@ pp_cxx_template_parameter_list (cxx_pretty_printer *pp, tree t)
typename identifier(opt)
typename identifier(opt) = type-id
template < template-parameter-list > class identifier(opt)
template < template-parameter-list > class identifier(opt) = template-name
*/
template < template-parameter-list > class identifier(opt) = template-name */
static
void
pp_cxx_template_parameter
(
cxx_pretty_printer
*
pp
,
tree
t
)
...
...
gcc/cp/decl.c
View file @
3db45ab5
...
...
@@ -141,9 +141,7 @@ static tree next_initializable_field (tree);
Used by RTTI
tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
tree tinfo_var_id;
*/
tree tinfo_var_id; */
tree
cp_global_trees
[
CPTI_MAX
];
...
...
gcc/cp/decl2.c
View file @
3db45ab5
gcc/cp/error.c
View file @
3db45ab5
gcc/cp/except.c
View file @
3db45ab5
gcc/cp/init.c
View file @
3db45ab5
...
...
@@ -1565,7 +1565,6 @@ build_raw_new_expr (tree placement, tree type, tree nelts, tree init,
static
tree
build_new_1
(
tree
placement
,
tree
type
,
tree
nelts
,
tree
init
,
bool
globally_qualified_p
)
{
tree
size
,
rval
;
/* True iff this is a call to "operator new[]" instead of just
...
...
gcc/cp/mangle.c
View file @
3db45ab5
...
...
@@ -44,9 +44,7 @@
mangle_vtbl_for_type: virtual table data
mangle_vtt_for_type: VTT data
mangle_ctor_vtbl_for_type: `C-in-B' constructor virtual table data
mangle_thunk: thunk function or entry
*/
mangle_thunk: thunk function or entry */
#include "config.h"
#include "system.h"
...
...
@@ -2741,8 +2739,7 @@ mangle_call_offset (const tree fixed_offset, const tree virtual_offset)
<special-name> ::= T <call-offset> <base encoding>
::= Tc <this_adjust call-offset> <result_adjust call-offset>
<base encoding>
*/
<base encoding> */
tree
mangle_thunk
(
tree
fn_decl
,
const
int
this_adjusting
,
tree
fixed_offset
,
...
...
gcc/cp/method.c
View file @
3db45ab5
gcc/cp/name-lookup.c
View file @
3db45ab5
gcc/cp/name-lookup.h
View file @
3db45ab5
gcc/cp/parser.c
View file @
3db45ab5
...
...
@@ -2132,8 +2132,7 @@ cp_parser_diagnose_invalid_type_name (cp_parser *parser, tree scope, tree id)
form `ID a', where `ID' is an id-expression and `a' is a plain identifier.
Usually, `ID' should name a type, but if we got here it means that it
does not. We try to emit the best possible error message depending on
how exactly the id-expression looks like.
*/
how exactly the id-expression looks like. */
static
bool
cp_parser_parse_and_diagnose_invalid_type_name
(
cp_parser
*
parser
)
...
...
@@ -5969,8 +5968,7 @@ cp_parser_constant_expression (cp_parser* parser,
offsetof-member-designator:
id-expression
| offsetof-member-designator "." id-expression
| offsetof-member-designator "[" expression "]"
*/
| offsetof-member-designator "[" expression "]" */
static
tree
cp_parser_builtin_offsetof
(
cp_parser
*
parser
)
...
...
@@ -18165,8 +18163,7 @@ cp_parser_omp_clause_reduction (cp_parser *parser, tree list)
schedule ( schedule-kind , expression )
schedule-kind:
static | dynamic | guided | runtime
*/
static | dynamic | guided | runtime */
static
tree
cp_parser_omp_clause_schedule
(
cp_parser
*
parser
,
tree
list
)
...
...
@@ -18476,8 +18473,7 @@ cp_parser_omp_atomic (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma omp barrier new-line
*/
# pragma omp barrier new-line */
static
void
cp_parser_omp_barrier
(
cp_parser
*
parser
,
cp_token
*
pragma_tok
)
...
...
@@ -18488,8 +18484,7 @@ cp_parser_omp_barrier (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma omp critical [(name)] new-line
structured-block
*/
structured-block */
static
tree
cp_parser_omp_critical
(
cp_parser
*
parser
,
cp_token
*
pragma_tok
)
...
...
@@ -18633,8 +18628,7 @@ cp_parser_omp_for_loop (cp_parser *parser)
/* OpenMP 2.5:
#pragma omp for for-clause[optseq] new-line
for-loop
*/
for-loop */
#define OMP_FOR_CLAUSE_MASK \
( (1u << PRAGMA_OMP_CLAUSE_PRIVATE) \
...
...
@@ -18669,8 +18663,7 @@ cp_parser_omp_for (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma omp master new-line
structured-block
*/
structured-block */
static
tree
cp_parser_omp_master
(
cp_parser
*
parser
,
cp_token
*
pragma_tok
)
...
...
@@ -18681,8 +18674,7 @@ cp_parser_omp_master (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma omp ordered new-line
structured-block
*/
structured-block */
static
tree
cp_parser_omp_ordered
(
cp_parser
*
parser
,
cp_token
*
pragma_tok
)
...
...
@@ -18776,8 +18768,7 @@ cp_parser_omp_sections_scope (cp_parser *parser)
/* OpenMP 2.5:
# pragma omp sections sections-clause[optseq] newline
sections-scope
*/
sections-scope */
#define OMP_SECTIONS_CLAUSE_MASK \
( (1u << PRAGMA_OMP_CLAUSE_PRIVATE) \
...
...
@@ -18804,8 +18795,7 @@ cp_parser_omp_sections (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma parallel parallel-clause new-line
# pragma parallel for parallel-for-clause new-line
# pragma parallel sections parallel-sections-clause new-line
*/
# pragma parallel sections parallel-sections-clause new-line */
#define OMP_PARALLEL_CLAUSE_MASK \
( (1u << PRAGMA_OMP_CLAUSE_IF) \
...
...
@@ -18886,8 +18876,7 @@ cp_parser_omp_parallel (cp_parser *parser, cp_token *pragma_tok)
/* OpenMP 2.5:
# pragma omp single single-clause[optseq] new-line
structured-block
*/
structured-block */
#define OMP_SINGLE_CLAUSE_MASK \
( (1u << PRAGMA_OMP_CLAUSE_PRIVATE) \
...
...
gcc/cp/pt.c
View file @
3db45ab5
gcc/cp/ptree.c
View file @
3db45ab5
gcc/cp/rtti.c
View file @
3db45ab5
gcc/cp/search.c
View file @
3db45ab5
gcc/cp/semantics.c
View file @
3db45ab5
gcc/cp/tree.c
View file @
3db45ab5
gcc/cp/typeck.c
View file @
3db45ab5
gcc/cp/typeck2.c
View file @
3db45ab5
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