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
cc29fd59
Commit
cc29fd59
authored
Dec 23, 2004
by
Mark Mitchell
Committed by
Mark Mitchell
Dec 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cvt.c (convert_to_void): Fix typo in comment.
From-SVN: r92556
parent
ce21424d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/cvt.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
cc29fd59
2004-12-23 Mark Mitchell <mark@codesourcery.com>
* cvt.c (convert_to_void): Fix typo in comment.
2004-12-23 Alexandre Oliva <aoliva@redhat.com>
2004-12-23 Alexandre Oliva <aoliva@redhat.com>
PR c++/18962
PR c++/18962
...
...
gcc/cp/cvt.c
View file @
cc29fd59
...
@@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit)
...
@@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit)
/* We might like to warn about (say) "(int) f()", as the
/* We might like to warn about (say) "(int) f()", as the
cast has no effect, but the compiler itself will
cast has no effect, but the compiler itself will
generate implicit conversions under some
generate implicit conversions under some
circmstances. (For example a block copy will be
circ
u
mstances. (For example a block copy will be
turned into a call to "__builtin_memcpy", with a
turned into a call to "__builtin_memcpy", with a
conversion of the return value to an appropriate
conversion of the return value to an appropriate
type.) So, to avoid false positives, we strip
type.) So, to avoid false positives, we strip
...
...
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