[Bug libfortran/67527] io.h sanitizer complains on 1 << 31

zeccav at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Sep 9 17:39:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67527

--- Comment #1 from Vittorio Zecca <zeccav at gmail dot com> ---
Same at line 383

#define IOPARM_DT_IONML_SET                     (1 << 31)

should be 

#define IOPARM_DT_IONML_SET                     (1u<< 31)



More information about the Gcc-bugs mailing list