gcc-6-20170524 is now available

2017-05-24 Thread gccadmin
Snapshot gcc-6-20170524 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20170524/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Transformation of contrib/check_GNU_style.sh to a python script

2017-05-24 Thread Martin Liška
On 05/22/2017 09:08 AM, Tom de Vries wrote: On 05/19/2017 03:47 PM, Martin Liška wrote: +if __name__ == '__main__': +if len(sys.argv) > 1: +main() +else: +unittest.main() Hi, when specifying no arguments to the script, I see: ... $ ./contrib/check_GNU_style.py . --