Bug#426922: libffi.la is missing from libffi4-dev

2007-06-11 Thread Matthias Klose
=?UTF-8?Q?Bj=C3=B6rn?= Steinbrink writes: Package: libffi4-dev Version: 4.2-20070528-1 Severity: important libffi4-dev does not contain libffi.la which causes for example gnucash to error out of its build process although all build dependencies are installed. please could you find out

Bug#428374: gcc-snapshot - FTBFS: make: *** [stamps/02-patch-stamp-libjava-biarch-alsa] Error 1

2007-06-11 Thread Bastian Blank
make: *** [stamps/02-patch-stamp-libjava-biarch-alsa] Error 1 ** Build finished at 20070611-1106 FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#426922: libffi.la is missing from libffi4-dev

2007-06-11 Thread Björn Steinbrink
On 2007.06.11 10:33:56 +0200, Matthias Klose wrote: =?UTF-8?Q?Bj=C3=B6rn?= Steinbrink writes: Package: libffi4-dev Version: 4.2-20070528-1 Severity: important libffi4-dev does not contain libffi.la which causes for example gnucash to error out of its build process although all

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #33 from pluto at agmk dot net 2007-06-11 13:04 --- i'm reopening this bug becasue the fix is not complete. it does fix the xf86ScanPci.i testcase (time/mem hog) and this is great $ time gcc xf86ScanPci.i -O1 -c ( 2.2GHz amd64, 1GB ram ). gcc xf86ScanPci.i -O1 -c 4.10s

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenther at suse dot de
--- Comment #34 from rguenther at suse dot de 2007-06-11 13:07 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On Mon, 11 Jun 2007, pluto at agmk dot net wrote: --- Comment #33 from pluto at agmk dot net 2007-06-11 13:04 --- i'm reopening this bug

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #35 from pluto at agmk dot net 2007-06-11 13:17 --- (In reply to comment #34) Can you check where the time is spent on? naturally, i'm building gcc with debuginfo now... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052 --- You are receiving this mail

Re: gnat-4.1/gcj-4.1 manual builds needed on alpha, arm, m68k, mips, mipsel, s390, sparc

2007-06-11 Thread Michael Schmitz
While having built and uploaded things correctly for experimental, I didn't do the same for unstable, which now needs some manual intervention building gnat-4.1 and gcj-4.1. gcj-4.1 (alpha arm m68k mips mipsel s390 sparc): - needs gcc-4.1_4.1.2 (not yet built on arm and m68k) -

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #36 from pluto at agmk dot net 2007-06-11 14:04 --- Created an attachment (id=13677) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13677action=view) testcase for time-hog. -- pluto at agmk dot net changed: What|Removed |Added

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenth at gcc dot gnu dot org
--- Comment #37 from rguenth at gcc dot gnu dot org 2007-06-11 14:08 --- Looks like it's still PTA: tree PTA : 255.00 ( 0%) usr 17.25 ( 0%) sys 278.07 ( 0%) wall 28100 kB ( 0%) ggc (just a snapshot after a few minutes compile) --

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #38 from pluto at agmk dot net 2007-06-11 14:11 --- (In reply to comment #34) the patch doesn't fix the sipQtCorepart0.ii time hog, only mem hog is fixed. g++ needs about 300MB of ram and +inf? (canceled after 6 days) of time. ops little eye damage, the g++ sits on

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenth at gcc dot gnu dot org
--- Comment #39 from rguenth at gcc dot gnu dot org 2007-06-11 14:15 --- Created an attachment (id=13678) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13678action=view) unincluded testcase unincluded testcase that also works with mainline. Where the slowness is also present.

[Bug tree-optimization/30052] [4.2/4.3 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenth at gcc dot gnu dot org
--- Comment #40 from rguenth at gcc dot gnu dot org 2007-06-11 14:17 --- And again, a 4.2/4.3 regression wrt compile-time _and_ memory-usage. Mainline needs 1.2GB ram and whatnot time, 4.1 is happy with 500MB and about 10s. -- rguenth at gcc dot gnu dot org changed:

Re: gnat-4.1/gcj-4.1 manual builds needed on alpha, arm, m68k, mips, mipsel, s390, sparc

2007-06-11 Thread Matthias Klose
Michael Schmitz writes: While having built and uploaded things correctly for experimental, I didn't do the same for unstable, which now needs some manual intervention building gnat-4.1 and gcj-4.1. gcj-4.1 (alpha arm m68k mips mipsel s390 sparc): - needs gcc-4.1_4.1.2 (not yet

Re: gnat-4.1/gcj-4.1 manual builds needed on alpha, arm, m68k, mips, mipsel, s390, sparc

2007-06-11 Thread Michael Schmitz
I see the listmasters have straightened this message out. I'm building gcj-4.1 on vivaldi. I'll try gnat-4.1 on washi. that doesn't make sense unless you did port gnat-4.1 for m68k. That was a fast 'build', then. Didn't realize 'manual builds needed' really meant 'porting needed'.

[Bug tree-optimization/30052] [4.2/4.3 Regression] possible quadratic behaviour.

2007-06-11 Thread dberlin at dberlin dot org
--- Comment #41 from dberlin at gcc dot gnu dot org 2007-06-11 15:40 --- Subject: Re: [4.2/4.3 Regression] possible quadratic behaviour. On 11 Jun 2007 14:17:46 -, rguenth at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #40 from rguenth at gcc dot gnu dot org

[Bug tree-optimization/30052] [4.2/4.3 Regression] points-to analysis slow and memory hungry

2007-06-11 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.2.0 Summary|[4.2/4.3 Regression]|[4.2/4.3

Results for 4.2.1 20070609 (prerelease) (Debian 4.2-20070609-1) testsuite on alpha-unknown-linux-gnu

2007-06-11 Thread Matthias Klose
LAST_UPDATED: Sat Jun 9 04:31:35 UTC 2007 (revision 125588MS) Native configuration is alpha-unknown-linux-gnu === libffi tests === Running target unix === libffi Summary === # of expected passes1096 # of unsupported tests 8

Results for 4.2.1 20070609 (prerelease) (Debian 4.2-20070609-1) testsuite on mipsel-unknown-linux-gnu

2007-06-11 Thread Matthias Klose
LAST_UPDATED: Sat Jun 9 04:31:35 UTC 2007 (revision 125588MS) Target: mipsel-linux-gnu gcc version 4.2.1 20070609 (prerelease) (Debian 4.2-20070609-1) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.old-deja/g++.abi/vtable2.C

Processing of gcj-4.1_4.1.2-12_multi.changes

2007-06-11 Thread Archive Administrator
gcj-4.1_4.1.2-12_multi.changes uploaded successfully to localhost along with the files: libgcj7-dbg_4.1.2-12_i386.deb libgcj7-1-awt_4.1.2-12_sparc.deb gappletviewer-4.1_4.1.2-12_i386.deb libgcj7-1-awt_4.1.2-12_powerpc.deb libgcj7-dev_4.1.2-12_sparc.deb

gcj-4.1_4.1.2-12_multi.changes ACCEPTED

2007-06-11 Thread Debian Installer
Accepted: gappletviewer-4.1_4.1.2-12_i386.deb to pool/main/g/gcj-4.1/gappletviewer-4.1_4.1.2-12_i386.deb gappletviewer-4.1_4.1.2-12_powerpc.deb to pool/main/g/gcj-4.1/gappletviewer-4.1_4.1.2-12_powerpc.deb gappletviewer-4.1_4.1.2-12_sparc.deb to