Bug#593456: [gcc-4.3] can reproduce the internal compiler error with g++-4.4 too

2010-08-19 Thread kamaraju kusumanchi
On Thu, Aug 19, 2010 at 2:50 AM, Matthias Klose wrote: > please recheck with gcc-4.5 (experimental) and gcc-snapshot (unstable) > Can't upgrade to gcc-4.5 on this machine. May be someone else can help. raju -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "un

Bug#593655: gcc-snapshot: binaries get much larger then with 4.5

2010-08-19 Thread Steinar H. Gunderson
Package: gcc-snapshot Version: 20100814-1 Hi, I noticed that gcc-snapshot makes markedly larger binaries with -Os than gcc-4.5 does (well, granted, there's a few other options in the mix); it led me to ponder if this could be the issue: fugl:~> cat test.c void foo() {} fugl:~> /usr/lib/g

Results for 4.5.1 (Debian 4.5.1-2) testsuite on ia64-unknown-linux-gnu

2010-08-19 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_5_1_release revision 162774 Target: ia64-linux-gnu gcc version 4.5.1 (Debian 4.5.1-2) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes

Results for 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) testsuite on x86_64-pc-kfreebsd-gnu

2010-08-19 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_4_release revision 158895 Target: x86_64-kfreebsd-gnu gcc version 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) Native configuration is x86_64-pc-kfreebsd-gnu === g++ tests === Running target unix === g++ Summary for

Results for 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) testsuite on ia64-unknown-linux-gnu

2010-08-19 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_4_release revision 158895 Target: ia64-linux-gnu gcc version 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # o

Results for 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) testsuite on hppa-unknown-linux-gnu

2010-08-19 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_4_release revision 158895 Target: hppa-linux-gnu gcc version 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # o

[bts-link] source package gcc-4.5

2010-08-19 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.5 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #578831 (http://bugs.debian.org/578831) # * http://gcc.gnu.org/PR41376 # * remote st

Bug#593558: libffi-dev: ffi_call segfault: read beyond the heap, allocated for return value

2010-08-19 Thread Ygrex
Package: libffi-dev Version: 3.0.9-2 Severity: important The test C-code is attached: gcc-4.4 -lffi -lunistring -o test test.c It can be compiled without libunistring as well (see notes, please): 1. comment out rows #7 and #8 2. uncomment #9 3. gcc-4.4 -lffi -o test test.c What the code does: 1.