Bug#695661: #695661: gcc-4.7: Please fix build on powerpcspe

2012-12-17 Thread Matthias Klose
Am 15.12.2012 14:16, schrieb Roland Stigge: Hi Matthias, On 14/12/12 15:37, Roland Stigge wrote: That's what current upstream does in src/gcc/config.gcc: e500-double.h is added to the tm_file (list) to make the distinction between v1 and default/v2. If you don't have another suggestion, I

Bug#696058: gfortran: [gfortran] incorrect logic in -O2 old-style loop

2012-12-17 Thread Matthias Klose
Am 16.12.2012 13:59, schrieb Kevin Mitchell: Package: gfortran Version: 4:4.7.2-1exp1 Severity: normal Comparision logic fails between wrapped around integers inside an inverted while loop hack. This occurs only on optimisation level 2 and if the loop does not have an upper limit. same

Bug#695661: #695661: gcc-4.7: Please fix build on powerpcspe

2012-12-17 Thread Roland Stigge
On 12/17/2012 01:58 PM, Matthias Klose wrote: Consider the attached patch: It does the same as the first patch but via tm_file_list instead of tm_file as described above. (Applying to the version in unstable, and with the experimental version there is generally the same issue.) the chunk

Bug#696058: gfortran: [gfortran] incorrect logic in -O2 old-style

2012-12-17 Thread Tobias Burnus
Kevin Mitchell wrote: Comparision logic fails between wrapped around integers inside an inverted while loop hack. This occurs only on optimisation level 2 and if the loop does not have an upper limit. I encountered this when trying to emperically check the integer limits. Attached is a small

Processing of gcc-4.7_4.7.2-15_amd64.changes

2012-12-17 Thread Debian FTP Masters
gcc-4.7_4.7.2-15_amd64.changes uploaded successfully to localhost along with the files: gcc-4.7_4.7.2-15.dsc gcc-4.7_4.7.2-15.diff.gz gcc-4.7-source_4.7.2-15_all.deb libstdc++6-4.7-doc_4.7.2-15_all.deb gcc-4.7-locales_4.7.2-15_all.deb gcc-4.7-base_4.7.2-15_amd64.deb

Processing of gcc-4.8_4.8-20121217-1_amd64.changes

2012-12-17 Thread Debian FTP Masters
gcc-4.8_4.8-20121217-1_amd64.changes uploaded successfully to localhost along with the files: gcc-4.8_4.8-20121217-1.dsc gcc-4.8_4.8-20121217.orig.tar.gz gcc-4.8_4.8-20121217-1.diff.gz gcc-4.8-source_4.8-20121217-1_all.deb libstdc++-4.8-doc_4.8-20121217-1_all.deb gcc-4.8-locales_4.8

gcc-4.8_4.8-20121217-1_amd64.changes ACCEPTED into experimental

2012-12-17 Thread Debian FTP Masters
lib64stdc++6-4.8-dbg libn32stdc++-4.8-dev libn32stdc++6-4.8-dbg libx32stdc++-4.8-dev libx32stdc++6-4.8-dbg libstdc++-4.8-doc gcc-4.8-soft-float fixincludes gcc-4.8-source Architecture: source all amd64 Version: 4.8-20121217-1 Distribution: experimental Urgency: low Maintainer: Debian GCC Maintainers

Bug#696058: marked as done (gfortran: [gfortran] incorrect logic in -O2 old-style loop)

2012-12-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Dec 2012 14:57:46 -0800 with message-id 20121217225746.ga23...@math.sfu.ca and subject line Re: Bug#696058: gfortran: [gfortran] incorrect logic in -O2 old-style has caused the Debian Bug report #696058, regarding gfortran: [gfortran] incorrect logic in -O2 old-style

Processing of gcj-4.8_4.8-20121217-1_amd64.changes

2012-12-17 Thread Debian FTP Masters
gcj-4.8_4.8-20121217-1_amd64.changes uploaded successfully to localhost along with the files: gcj-4.8_4.8-20121217-1.dsc gcj-4.8_4.8-20121217.orig.tar.gz gcj-4.8_4.8-20121217-1.diff.gz gcj-4.8-jre-lib_4.8-20121217-1_all.deb gcj-4.8-source_4.8-20121217-1_all.deb libgcj-doc_4.8-20121217

gcj-4.8_4.8-20121217-1_amd64.changes is NEW

2012-12-17 Thread Debian FTP Masters
Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of

GCC-4.8 on the horizon

2012-12-17 Thread Matthias Klose
Hi, experimental now has gcc-4.8 packages. There are some things I would like to see: - a lot of patches from 4.6 still does apply. Please could you evaluate these patches, and send these upstream if required? would love to see these for 4.8.0 upstream. - [CCing Eric for this] the

Bug#696205: g++-4.4: for condition fails with -O2

2012-12-17 Thread Chris Frey
Package: g++-4.4 Version: 4.4.5-8 Severity: normal When compiling the following simple program: #include iostream using namespace std; int main() { for( int a = 0, b = 1; a = 0 b = 0 ; ) { cout a , ; int sum = a + b; a = b;