gcc-6-20150607 is now available

2015-06-07 Thread gccadmin
Snapshot gcc-6-20150607 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20150607/ 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/trunk revision

devbranches: ambigous characterisation of branches

2015-06-07 Thread Wolfgang Hospital
Dear Sir or Madam, in the repository contents description at , numerous branch names are listed as inactive, with some further comments. Right at the start there is the longest list of such names, followed by "These branches have been merged into t

Re: debug-early branch merged into mainline

2015-06-07 Thread Richard Biener
On June 7, 2015 6:00:05 PM GMT+02:00, Aldy Hernandez wrote: >On 06/07/2015 11:25 AM, Richard Biener wrote: >> On June 7, 2015 5:03:30 PM GMT+02:00, Aldy Hernandez > wrote: >>> On 06/06/2015 05:49 AM, Andreas Schwab wrote: Bootstrap fails on aarch64: Comparing stages 2 and 3 war

Re: debug-early branch merged into mainline

2015-06-07 Thread Aldy Hernandez
On 06/07/2015 11:25 AM, Richard Biener wrote: On June 7, 2015 5:03:30 PM GMT+02:00, Aldy Hernandez wrote: On 06/06/2015 05:49 AM, Andreas Schwab wrote: Bootstrap fails on aarch64: Comparing stages 2 and 3 warning: gcc/cc1objplus-checksum.o differs warning: gcc/cc1obj-checksum.o differs warnin

Re: debug-early branch merged into mainline

2015-06-07 Thread Richard Biener
On June 7, 2015 5:03:30 PM GMT+02:00, Aldy Hernandez wrote: >On 06/06/2015 05:49 AM, Andreas Schwab wrote: >> Bootstrap fails on aarch64: >> >> Comparing stages 2 and 3 >> warning: gcc/cc1objplus-checksum.o differs >> warning: gcc/cc1obj-checksum.o differs >> warning: gcc/cc1plus-checksum.o differ

Re: debug-early branch merged into mainline

2015-06-07 Thread Aldy Hernandez
On 06/06/2015 05:49 AM, Andreas Schwab wrote: Bootstrap fails on aarch64: Comparing stages 2 and 3 warning: gcc/cc1objplus-checksum.o differs warning: gcc/cc1obj-checksum.o differs warning: gcc/cc1plus-checksum.o differs warning: gcc/cc1-checksum.o differs Bootstrap comparison failure! gcc/ira-c

Re: [patch] fix _OBJC_Module defined but not used warning

2015-06-07 Thread Andreas Schwab
Aldy Hernandez writes: > check_global_declarations is called for more symbols now. All the defined > but not used errors I've seen in development have been legitimate. For > tests, the tests should be fixed. For built-ins such as these, does the > attached fix the problem? Yes, it does. Andr

[patch] fix _OBJC_Module defined but not used warning

2015-06-07 Thread Aldy Hernandez
On 06/07/2015 06:19 AM, Andreas Schwab wrote: Another fallout: FAIL: obj-c++.dg/try-catch-5.mm -fgnu-runtime (test for excess errors) Excess errors: : warning: '_OBJC_Module' defined but not used [-Wunused-variable] check_global_declarations is called for more symbols now. All the defined bu

Re: debug-early branch merged into mainline

2015-06-07 Thread Aldy Hernandez
On 06/07/2015 07:28 AM, Ramana Radhakrishnan wrote: On Sat, Jun 6, 2015 at 10:49 AM, Andreas Schwab wrote: Bootstrap fails on aarch64: Comparing stages 2 and 3 warning: gcc/cc1objplus-checksum.o differs warning: gcc/cc1obj-checksum.o differs warning: gcc/cc1plus-checksum.o differs warning: gcc

Re: debug-early branch merged into mainline

2015-06-07 Thread Ramana Radhakrishnan
On Sat, Jun 6, 2015 at 10:49 AM, Andreas Schwab wrote: > Bootstrap fails on aarch64: > > Comparing stages 2 and 3 > warning: gcc/cc1objplus-checksum.o differs > warning: gcc/cc1obj-checksum.o differs > warning: gcc/cc1plus-checksum.o differs > warning: gcc/cc1-checksum.o differs > Bootstrap compar

Re: debug-early branch merged into mainline

2015-06-07 Thread Andreas Schwab
Another fallout: FAIL: obj-c++.dg/try-catch-5.mm -fgnu-runtime (test for excess errors) Excess errors: : warning: '_OBJC_Module' defined but not used [-Wunused-variable] Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "A

#pragma pack(1) vs __attribute__((packed))

2015-06-07 Thread Braden Obrzut
I compiled GCC 5.1 on my PowerMac today and noticed that zip archive reading broke in my program. Upon investigation it seems like GCC is adding padding (presumably trailing) to a structure which represents a chunk of the archive on disk, which has been declared within #pragma pack(1). Adding

Re: debug-early branch merged into mainline

2015-06-07 Thread Dominique d'Humières
This caused https://gcc.gnu.org/ml/gcc-bugs/2015-06/msg00602.html. TIA Dominique