Successful bootstrap and install of gcc (GCC) 6.2.0 on hppa2.0-unknown-linux-gnu

2016-09-18 Thread Aaro Koskinen
Hi, Here's a report of a successful build and install of GCC: $ gcc-6.2.0/config.guess hppa2.0-unknown-linux-gnu $ newcompiler/bin/gcc -v Using built-in specs. COLLECT_GCC=newcompiler/bin/gcc COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/hppa-unknown-linux-gnu/6.2.0/lto-wrapper

gcc-7-20160918 is now available

2016-09-18 Thread gccadmin
Snapshot gcc-7-20160918 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20160918/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Unable to access fields of a record type in some cases

2016-09-18 Thread Swati Rathi
Hello, We want to fetch fields of a record type from the formal arguments of a function. For a RECORD_TYPE, we fetch the fields using TYPE_FIELDS. In the program 471.omnetpp (from the SPEC CPU2006 benchmark suite), we encountered a case where we were not able to access the fields. Below is t