[RFC] Change conversion function for unsigned from UINT to UNSIGNED

2024-10-24 Thread Thomas Koenig
Hello world, Peter Klausler noted in the discussion on github that Sun Fortran, from which the UNSIGNED proposal was drawn, used UNSIGNED instead of UINT for conversion of other types to UNSIGNED (see https://docs.oracle.com/cd/E19205-01/819-5263/aevnb/index.html ). Peter suggested that it would

RFC: Proposed syntax for running tests one pass in the testsuite

2024-10-24 Thread Jerry D
Hi all, I have been experimenting in the testsuite world. I have learned a few things. Motivation here is getting rid of the two-spaces "feature" after dg-do in "dg-do run" and provide a way to explicitly make one pass on a test case with compile option -O. See also PR 28032 Basically, the