acats testsuite run against system gnat libs?

2008-10-14 Thread Matthias Klose
Ludovic, loking at the acats testsuite; gcc/testsuite/ada/acats/run_all.sh sets LD_LIBRARY_PATH based on $BASE, but this is not set. This script is called by gcc/testsuite/ada/acats/run_acats, which should export BASE to pass it to run_all.sh. the ada-acats patch introduces the uninitialized us

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-14 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added CC||hjl dot tools at gmail dot |

Re: gcc-4.2/gcj-4.2 update for testing/unstable

2008-10-14 Thread Marc 'HE' Brockschmidt
Matthias Klose <[EMAIL PROTECTED]> writes: > The gcc-4.2 branch did see some (< 10) fixes. I'll prepare an upload > of both gcc-4.2 and gcj-4.2 next weekend, and upload to unstable, if > there are no concerns about the upload. The changes are in the gcccvs > repository. The packages build without r

cloog-ppl_0.15~git20081008-1_hppa.changes ACCEPTED

2008-10-14 Thread Debian Installer
Accepted: libcloog-ppl-dev_0.15~git20081008-1_hppa.deb to pool/main/c/cloog-ppl/libcloog-ppl-dev_0.15~git20081008-1_hppa.deb libcloog-ppl0_0.15~git20081008-1_hppa.deb to pool/main/c/cloog-ppl/libcloog-ppl0_0.15~git20081008-1_hppa.deb Override entries for your package: libcloog-ppl-dev_0.15~g

gcc-4.3-doc-non-dfsg 4.3.2.nf1-1 MIGRATED to testing

2008-10-14 Thread Debian testing watch
FYI: The status of the gcc-4.3-doc-non-dfsg source package in Debian's testing distribution has changed. Previous version: 4.3.0.nf1-1 Current version: 4.3.2.nf1-1 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian

Processing of cloog-ppl_0.15~git20081008-1_hppa.changes

2008-10-14 Thread Archive Administrator
cloog-ppl_0.15~git20081008-1_hppa.changes uploaded successfully to localhost along with the files: libcloog-ppl-dev_0.15~git20081008-1_hppa.deb libcloog-ppl0_0.15~git20081008-1_hppa.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2008-10-14 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-10-14 11:50 --- I couldn't reproduce this on powerpc64-linux --with-cpu=default32 --enable-languages=ada, I can only reproduce the var-tracking.c ICE which is already tracked in PR37815. -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-14 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-10-14 11:47 --- vt_add_function_parameters asserts that REG_EXPR or MEM_EXPR of DECL_RTL of a PARM decl, if it is non-NULL, is the PARM_DECL itself, but with the r141077 patch when the stack slots may be shared, decl might be actually

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-14 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-10-14 11:25 --- Created an attachment (id=16491) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16491&action=view) libgcc2.i Indeed, caused by r141077. On the attached preprocessed source reproduceable with -> sparc-linux cross

Bug#499746: [PPL-devel] Building still fails on ARM

2008-10-14 Thread Michael Tautschnig
> Michael Tautschnig wrote: >> apparently ppl 0.10 pre34 still fails to build on some architectures because >> of >> FPU_* macros not being defined. Please see >> http://buildd.debian.org/fetch.cgi?&pkg=ppl&ver=0.10~pre34-1&arch=arm&stamp=1223724338&file=log >> for details. > > Hi Michael, > > yes

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

2008-10-14 Thread doko at ubuntu dot com
--- Comment #3 from doko at ubuntu dot com 2008-10-14 07:21 --- reverting r141077 on current trunk lets the bootstrap succeed on sparc-linux -- doko at ubuntu dot com changed: What|Removed |Added