This is the mail archive of the gcc-patches@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]

[PATCH 0/3] Introduce internal_error_cont and exclude it from pot files


Hello.

Following small series exclude some strings from pot files via
introduction of internal_error_cont function.

Patch can bootstrap and survives regression tests.

(Sorry for broken threading because my cover letter was rejected).

Martin

marxin (3):
  Introduce internal_error_cont function and use it in cfgrtl.c (PR
    rtl-optimization/79856).
  Replace error with internal_error_cont in cgraph.c (PR ipa/79857).
  Regenerate gcc.pot.

 gcc/cfgrtl.c          |   349 +-
 gcc/cgraph.c          |   139 +-
 gcc/diagnostic-core.h |     1 +
 gcc/diagnostic.c      |    16 +
 gcc/diagnostic.def    |     1 +
 gcc/po/exgettext      |     6 +-
 gcc/po/gcc.pot        | 14892 ++++++++++++++++++++++++------------------------
 7 files changed, 7589 insertions(+), 7815 deletions(-)


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