[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)
--- 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 CC||rth at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of cloog-ppl_0.15~git20081008-1_hppa.changes
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 of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)
--- 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 with -g -O{1,2}. The RTL dump with/without r141077 is identical until ira, then a bunch of stack slots are shared differently. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.3-doc-non-dfsg 4.3.2.nf1-1 MIGRATED to testing
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.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cloog-ppl_0.15~git20081008-1_hppa.changes ACCEPTED
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~git20081008-1_hppa.deb - optional libdevel libcloog-ppl0_0.15~git20081008-1_hppa.deb - optional libs Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled
--- 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.cgi?id=37782 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gcc-4.2/gcj-4.2 update for testing/unstable
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 regressions on amd64 and i386. Changelog looks fine, but it seems you didn't upload in the meantime. Please go ahead if you still consider this needed. Thanks for coordinating before uploading, BTW. If you would attach the patch (or point to the repository with the changes), this would be even easier for us :-) Marc -- Fachbegriffe der Informatik - Einfach erklärt 135: Druckertreiber pure virtual Araber (Martin Neumann) pgpN6422waYwM.pgp Description: PGP signature
Bug#499746: [PPL-devel] Building still fails on ARM
> 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, we received numerous messages on the subject. > We are working on the issue. Would it be possible > to set up an access to an ARM machine? > All the best, > I've posted a request on debian-arm [1], in case we don't see a response soon I could try to do the debugging for you on Thursday afternoon. As such, any proposed patches and pointers would be great. Best, Michael [1] http://lists.debian.org/debian-arm/2008/10/msg00031.html pgprkm7TixQ9k.pgp Description: PGP signature
[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)
--- 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 spill_slot_decl. Not sure how should var-tracking.c figure out where the stack slot is still used for the PARM_DECL and where it starts holding something else. On this libgcc2.i sparc testcase the stack slot in question (fp-176) is used first as c (one of PARM_DECLs) and after a while as c.49 (VAR_DECL). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)
-- hjl dot tools at gmail dot com changed: What|Removed |Added CC||hjl dot tools at gmail dot ||com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37815 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
acats testsuite run against system gnat libs?
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 use of BASE. then, looking at the test log, I see: fatal error, run-time library not installed correctly cannot locate file system.ads gnatmake: *** make failed. /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gnattools/gnatchop --GCC=/scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/xgcc -c -w /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/testsuite/ada/acats/tests/a/a35101b.ada /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gnattools/gnatchop --GCC=/scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/xgcc -c -w /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/testsuite/ada/acats/tests/a/a35101b.ada xgcc: error trying to exec 'gnat1': execvp: No such file or directory /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/testsuite/ada/acats/tests/a/a35101b.ada: parse errors detected /scratch/packages/gcc/snap/hardy/gcc-snapshot-20081013/build/gcc/testsuite/ada/acats/tests/a/a35101b.ada: chop may not be successful no compilation units found no source files written BUILD FAIL: a35101b Is there a -B option to xgcc missing? I'm trying to run the testsuite in a gcc-snapshot package (based on gcc-4.3) on a system, which doesn't have gnat-4.3 installed. Currently I think we run the tests against the installed version, not the newly built version. Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]