On Nov 11 2025, Jacob Bachmeyer wrote:

> Do I correctly understand that {set_board_info no_long_long X} should be
> omitted entirely for the GCC testsuite to exercise long long support? 

$ git grep no_long_long -- "*.exp"
gcc/testsuite/lib/c-torture.exp:        # no_long_long is set, skip execution 
of the test.
gcc/testsuite/lib/c-torture.exp:        if [target_info exists no_long_long] 
then {
gcc/testsuite/lib/fortran-torture.exp:  # no_long_long is set, skip execution 
of the test.
gcc/testsuite/lib/fortran-torture.exp:  if [target_info exists no_long_long] 
then {
gcc/testsuite/lib/gm2-torture.exp:      # no_long_long is set, skip execution 
of the test.
gcc/testsuite/lib/gm2-torture.exp:      if [target_info exists no_long_long] 
then {
gcc/testsuite/lib/objc-torture.exp:     # no_long_long is set, skip execution 
of the test.
gcc/testsuite/lib/objc-torture.exp:     if [target_info exists no_long_long] 
then {

gdb/testsuite/gdb.base/long_long.exp:require {!target_info exists no_long_long}
gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp:    if [target_info exists 
no_long_long] {
gdb/testsuite/gdb.base/whatis.exp:if [target_info exists no_long_long] {
gdb/testsuite/gdb.base/whatis.exp:    if ![target_info exists no_long_long] {
gdb/testsuite/gdb.base/whatis.exp:    if ![target_info exists no_long_long] {
gdb/testsuite/gdb.base/whatis.exp:    if ![target_info exists no_long_long] {
gdb/testsuite/gdb.base/whatis.exp:      if ![target_info exists no_long_long] {
gdb/testsuite/gdb.ctf/funcreturn.exp:if [target_info exists no_long_long] {
gdb/testsuite/gdb.ctf/funcreturn.exp:if ![target_info exists no_long_long] {
gdb/testsuite/gdb.ctf/funcreturn.exp:if ![target_info exists no_long_long] {

-- 
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to