mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Expanded test coverage to include: * array of unknown bounds * function types and pointers * data and function member pointers libstdc++-v3/ChangeLog: * testsuite/18_support/comparisons/type_order/1.cc: Add tests for more type. gcc/testsuite/ChangeLog: * g++.dg/cpp26/type-order1.C: Add tests for more type. Reviewed-by: Jakub Jelinek <jakub@redhat.com> Reviewed-by: Jonathan Wakely <jwakely@redhat.com> Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>