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] New: rtl_verify_edges: use internal_error instead of error


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

            Bug ID: 79856
           Summary: rtl_verify_edges: use internal_error instead of error
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

In cfgrtl.c, the calls to the "error" function contain a level of technical
details that is not useful for the GCC user.

Therefore these calls should be replaced with internal_error, and the strings
should not be marked for translation.

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