浏览代码

Add new message about local variable with excessive alignment

Pierre Muller 1 月之前
父节点
当前提交
095ff0d96a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/msg/errore.msg

+ 3 - 1
compiler/msg/errore.msg

@@ -168,7 +168,7 @@ general_t_objectpath_local=01033_T_$1: Using local object path: $2
 #
 # Scanner
 #
-# 02114 is the last used one
+# 02115 is the last used one
 #
 % \section{Scanner messages.}
 % This section lists the messages that the scanner emits. The scanner takes
@@ -409,6 +409,8 @@ scanner_e_illegal_alignment_directive=02088_E_Illegal alignment directive
 % value is not a power of two.
 scanner_w_alignment_large_than_max=02114_W_Variable "$1" has align directive larger than system maximum alignment for variables
 % The type of the variable has an 'align' directive which is larger than current_settings.alignment.varalignmax
+scanner_w_local_alignment_large_than_max=02115_W_Local variable "$1" has align directive larger than system maximum alignment for local variables
+% The type of the variable has an 'align' directive which is larger than current_settings.alignment.stackalignmax
 scanner_f_illegal_utf8_bom=02089_F_It is not possible to include a file that starts with an UTF-8 BOM in a module that uses a different code page
 % All source code that is part of a single compilation entity (program, library, unit) must be encoded
 % in the same code page