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
bf3f2a12
Commit
bf3f2a12
authored
Jun 08, 2002
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Jun 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* diagnostic.def: Don't capitalize diagnostic descriptors.
From-SVN: r54370
parent
523a5f2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ChangeLog
+4
-0
gcc/diagnostic.def
+7
-7
No files found.
gcc/ChangeLog
View file @
bf3f2a12
2002-06-08 Gabriel Dos Reis <gdr@codesourcery.com>
* diagnostic.def: Don't capitalize diagnostict descriptors.
2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
* config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
...
...
gcc/diagnostic.def
View file @
bf3f2a12
DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "
F
atal error: ")
DEFINE_DIAGNOSTIC_KIND (DK_ICE, "
I
nternal compiler error: ")
DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "
S
orry, unimplemented: ")
DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "
E
rror: ")
DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "
W
arning: ")
DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "
A
nachronism: ")
DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "
N
ote: ")
DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "
f
atal error: ")
DEFINE_DIAGNOSTIC_KIND (DK_ICE, "
i
nternal compiler error: ")
DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "
s
orry, unimplemented: ")
DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "
e
rror: ")
DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "
w
arning: ")
DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "
a
nachronism: ")
DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "
n
ote: ")
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