Bug#447554: ICE in vectorizable_conversion, at tree-vect-transform.c:3374

2007-10-21 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 PR33854 > Automatic build of gretl_1.6.5-2 on em64t by sbuild/amd64 0.53 ... > gcc -c -O2 -Wall -D_REENTRANT -I.. -I.. -I../lib/src -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H > ../lib/src/describe.c -f

Bug#447143: marked as done (java-gcj-compat-dev: UnboundLocalError: local variable 'MAX_CLASSES_PER_JAR' referenced before assignment)

2007-10-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Oct 2007 18:47:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#447143: fixed in java-gcj-compat 1.0.76-7 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it

java-gcj-compat_1.0.76-7_i386.changes ACCEPTED

2007-10-21 Thread Debian Installer
Accepted: java-gcj-compat-dev_1.0.76-7_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.76-7_i386.deb java-gcj-compat-plugin_1.0.76-7_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-plugin_1.0.76-7_i386.deb java-gcj-compat_1.0.76-7.diff.gz to pool/main/j/java-gcj-compa

Processing of java-gcj-compat_1.0.76-7_i386.changes

2007-10-21 Thread Archive Administrator
java-gcj-compat_1.0.76-7_i386.changes uploaded successfully to localhost along with the files: java-gcj-compat_1.0.76-7.dsc java-gcj-compat_1.0.76-7.diff.gz java-gcj-compat-dev_1.0.76-7_i386.deb java-gcj-compat_1.0.76-7_i386.deb java-gcj-compat-plugin_1.0.76-7_i386.deb Greetings,

Processed: Status of this bug?

2007-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 447143 important Bug#447143: java-gcj-compat-dev: UnboundLocalError: local variable 'MAX_CLASSES_PER_JAR' referenced before assignment Severity set to `important' from `normal' > thanks Stopping processing here. Please contact me if you need

Bug#447143: Status of this bug?

2007-10-21 Thread Florian Weimer
severity 447143 important thanks This bug is rather annoying because it breaks builds. Shall I upload the patch from this bug report? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#445336: [hppa] ICE when building asterisk

2007-10-21 Thread Faidon Liambotis
Martin Michlmayr wrote: > Upstream's initial reponse was that it's "doubtful there will be a > quick fix for this", so I suggest you put in a workaround into your > package to use -O1 on hppa for now. This is already happening. I guess we'll remove it on gcc-4.3 :-) Thanks, Faidon -- To UNSUB

[Bug target/33848] [4.2 Regression] reference to non-existent label at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added Summary|[4.2 Regression] undefined |[4.2 Regression] reference |reference to `$L2120' at -O1|to

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2007-10-21 10:44 --- Trying to reduce... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33848 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, ema

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2007-10-21 10:15 --- (In reply to comment #3) > This will help you find the pass during/after which the label disappears. It's there from 104r (expand) to 139r (postreload) but not anymore in 141r (flow2). -- http://gcc.gnu.org/bugzilla/sho

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2007-10-21 10:00 --- The way for you to narrow down the bug is this: 1. Compile with -daAP 2. Look in the .s file which instruction references the missing label. There should be a LABEL_REF with a number. 3. Grep for "code_label.*" in th

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2007-10-21 09:46 --- Created an attachment (id=14380) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14380&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33848 --- You are receiving this mail becaus

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-10-21 09:46 --- The problem is that gcc-4.2 generates a bne instruction that references a label that doesn't exist. This happens with -O1 or higher. It doesn't happen with gcc 4.1 or current trunk. If you compile the attached preprocessed

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel

2007-10-21 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added Known to fail||4.3.0 Known to work||4.1.3 Summar

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1

2007-10-21 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added CC||rsandifo at gcc dot gnu dot ||or

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1

2007-10-21 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added CC||ddaney at avtrex dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33848 -

[Bug target/33848] New: [4.2 Regression] undefined reference to `$L2120' at -O1

2007-10-21 Thread tbm at cyrius dot com
[ Forwarded from http://bugs.debian.org/441633 ] From: Sergei Golovan <[EMAIL PROTECTED]> Current gcc 4.2 fails to build erlang package on mips and mipsel architectures. It works on all other architectures. Linker error messages are the following (the same for both mips and mipsel): obj/mipsel-u

Bug#441633: gcc 4.2 can't build erlang on mips and mipsel

2007-10-21 Thread Sergei Golovan
On 10/21/07, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > > Can you either use gcc-4.1 or compile erts/emulator/beam/beam_emu.c > with -O0 on mips/mipsel for now? Yes, I think I can use -O0 for this file on mips(el). Thanks for a workaround! -- Sergei Golovan -- To UNSUBSCRIBE, email to [EM

gcc-4.3_4.3-20071020-1_multi.changes ACCEPTED

2007-10-21 Thread Debian Installer
Accepted: cpp-4.3-doc_4.3-20071020-1_all.deb to pool/main/g/gcc-4.3/cpp-4.3-doc_4.3-20071020-1_all.deb cpp-4.3_4.3-20071020-1_hppa.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20071020-1_hppa.deb cpp-4.3_4.3-20071020-1_i386.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20071020-1_i386.deb cpp-4.3_4.3-200

Processed: Re: Bug#441633: gcc 4.2 can't build erlang on mips and mipsel

2007-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 441633 + upstream Bug#441633: [mips/mipsel] undefined reference to `$L2131' with -O1 There were no tags set. Tags added: upstream > forwarded 441633 http://gcc.gnu.org/PR33848 Bug#441633: [mips/mipsel] undefined reference to `$L2131' with -O1 Note

Bug#446218: marked as done (libgcc1-dbg: dependency on libgcc1 lacks epoch)

2007-10-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Oct 2007 11:40:34 +0200 with message-id <[EMAIL PROTECTED]> and subject line fixed has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the

Processing of gcc-4.3_4.3-20071020-1_multi.changes

2007-10-21 Thread Archive Administrator
gcc-4.3_4.3-20071020-1_multi.changes uploaded successfully to localhost along with the files: libstdc++6_4.3-20071020-1_hppa.deb libobjc2-dbg_4.3-20071020-1_i386.deb libmudflap0-dbg_4.3-20071020-1_i386.deb libgcc4_4.3-20071020-1_hppa.deb lib64objc2-dbg_4.3-20071020-1_i386.deb libmudflap

Bug#441633: gcc 4.2 can't build erlang on mips and mipsel

2007-10-21 Thread Martin Michlmayr
severity 441633 important retitle 441633 [mips/mipsel] undefined reference to `$L2131' with -O1 thanks * Sergei Golovan <[EMAIL PROTECTED]> [2007-09-10 22:38]: > Current gcc 4.2 fails to build erlang package on mips and mipsel > architectures. Can you either use gcc-4.1 or compile erts/emulator/b

Processed: Re: Bug#441633: gcc 4.2 can't build erlang on mips and mipsel

2007-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 441633 important Bug#441633: gcc 4.2 can't build erlang on mips and mipsel Severity set to `important' from `grave' > retitle 441633 [mips/mipsel] undefined reference to `$L2131' with -O1 Bug#441633: gcc 4.2 can't build erlang on mips and mips

Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-10-21 Thread Matthias Klose
tag 447443 + moreinfo thanks Bastian Blank writes: > Package: gcc-snapshot > Version: 20071020-1 > Severity: serious > > There was an error while trying to autobuild your package: > > > : # fix biarch C++ header installation > > mv debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gn

Processed: Re: Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 447443 + moreinfo Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory There were no tags set. Tags added: moreinfo > thanks Stopping processing here.

Bug#445336: [hppa] ICE when building asterisk

2007-10-21 Thread Martin Michlmayr
* Faidon Liambotis <[EMAIL PROTECTED]> [2007-10-05 10:06]: > It is worth noting that while producing an ICE on -O2, it works fine > on -O0, -O1 and -Os. Upstream's initial reponse was that it's "doubtful there will be a quick fix for this", so I suggest you put in a workaround into your package to

Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-10-21 Thread Bastian Blank
Package: gcc-snapshot Version: 20071020-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of gcc-snapshot_20071020-1 on debian-31.osdl.marist.edu by > sbuild/s390 98 [...] > ls -l debian/tmp/usr/lib/gcc-snapshot/bin > total 41772 > -rwxr-xr-x 1 root

Al-Manahel Newsletter List Unsubscription

2007-10-21 Thread munir
The removal of the email address: [EMAIL PROTECTED] >From the mailing list: Al-Manahel Newsletter List is all set. Date of this removal: Sun Oct 21 01:37:37 2007 Please save this email message for future reference. --