OpenCores
URL https://opencores.org/ocsvn/altor32/altor32/trunk

Subversion Repositories altor32

[/] [altor32/] [trunk/] [gcc-x64/] [or1knd-elf/] [lib/] [gcc/] [or1knd-elf/] [4.8.0/] [plugin/] [include/] [diagnostic.def] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 ultra_embe
/* Copyright (C) 2001, 2002, 2003, 2006, 2008 Free Software Foundation, Inc.
2
 
3
This file is part of GCC.
4
 
5
GCC is free software; you can redistribute it and/or modify it under
6
the terms of the GNU General Public License as published by the Free
7
Software Foundation; either version 3, or (at your option) any later
8
version.
9
 
10
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
11
WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13
for more details.
14
 
15
You should have received a copy of the GNU General Public License
16
along with GCC; see the file COPYING3.  If not see
17
.  */
18
 
19
/* DK_UNSPECIFIED must be first so it has a value of zero.  We never
20
   assign this kind to an actual diagnostic, we only use this in
21
   variables that can hold a kind, to mean they have yet to have a
22
   kind specified.  I.e. they're uninitialized.  Within the diagnostic
23
   machinery, this kind also means "don't change the existing kind",
24
   meaning "no change is specified".  */
25
DEFINE_DIAGNOSTIC_KIND (DK_UNSPECIFIED, "")
26
 
27
/* If a diagnostic is set to DK_IGNORED, it won't get reported at all.
28
   This is used by the diagnostic machinery when it wants to disable a
29
   diagnostic without disabling the option which causes it.  */
30
DEFINE_DIAGNOSTIC_KIND (DK_IGNORED, "")
31
 
32
/* The remainder are real diagnostic types.  */
33
DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "fatal error: ")
34
DEFINE_DIAGNOSTIC_KIND (DK_ICE, "internal compiler error: ")
35
DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "error: ")
36
DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "sorry, unimplemented: ")
37
DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "warning: ")
38
DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "anachronism: ")
39
DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "note: ")
40
DEFINE_DIAGNOSTIC_KIND (DK_DEBUG, "debug: ")
41
/* These two would be re-classified as DK_WARNING or DK_ERROR, so the
42
prefix does not matter.  */
43
DEFINE_DIAGNOSTIC_KIND (DK_PEDWARN, "pedwarn: ")
44
DEFINE_DIAGNOSTIC_KIND (DK_PERMERROR, "permerror: ")
45
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.