https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109089
Bug ID: 109089
Summary: implementation of boolean should be C++/C bool rather
than int
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: modula2
Assignee: gaius at gcc dot gnu.org
Reporter: gaius at gcc dot gnu.org
Target Milestone: ---
Given gcc has stdbool available it might be beneficial to implement the
modula-2 boolean data type as a C/C++ bool (using boolean_type_node).
