Bug 79878 - verify_gimple_assign_single: replace error with internal_error
Summary: verify_gimple_assign_single: replace error with internal_error
Status: RESOLVED DUPLICATE of bug 90149
Alias: None
Product: gcc
Classification: Unclassified
Component: translation (show other bugs)
Version: 9.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: diagnostic
Depends on:
Blocks:
 
Reported: 2017-03-05 18:17 UTC by Roland Illig
Modified: 2019-04-18 21:55 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Illig 2017-03-05 18:17:24 UTC
In tree-cfg.c, the function verify_gimple_assign_single reports several errors that cannot be triggered by ordinary GCC users. Therefore, these errors should call internal_error() instead of error().

See bug 79856 and bug 79857.
Comment 1 Roland Illig 2019-04-02 20:56:46 UTC
Two years later, nothing has changed.

As the German translator, I refuse to translate these messages. There is really nothing a GCC user could take away from a message like "incorrect entry in label_to_block_map".
Comment 2 Martin Sebor 2019-04-18 21:55:37 UTC
This predates pr90149 but that one has more detail so I'm resolving this as a dupe of the latter.

*** This bug has been marked as a duplicate of bug 90149 ***