This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/79856] rtl_verify_edges: use internal_error instead of error


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79856

--- Comment #6 from Roland Illig <roland.illig at gmx dot de> ---
I would define the rules as follows, the first matching rule wins:

1. do not translate messages that contain names of GCC implementation functions

2. do not translate messages that contain the words GIMPLE, BB (meaning basic
block), insn (unsuitable abbreviation for instruction), RTL, SSA

3. do not translate messages from gfc_internal_error, internal_error

4. translate messages that use only terminology from the user's programming
language (C, C++, Fortran)

5. decide on your own (this should only occur rarely)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]