]>
gcc.gnu.org Git - gcc.git/commit
PR modula2/114380 Incorrect type specified in an error message
This patch corrects an error message relating to a variable of
a SET type. The bugfix is not to skip over set types (in
GetLowestType).
gcc/m2/ChangeLog:
PR modula2/114380
* gm2-compiler/SymbolTable.mod (GetLowestType): Do not
skip over a set type, but return sym.
gcc/testsuite/ChangeLog:
PR modula2/114380
* gm2/pim/fail/badset7.mod: New test.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
This page took 0.061654 seconds and 5 git commands to generate.