Bug#447558: Segfault in verify_ssa/execute_function_todo with -O

2007-10-22 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 PR33855 > Automatic build of nec2c_0.6-1 on em64t by sbuild/amd64 0.53 ... > gcc -Wall -O2-c -o main.o main.c > main.c: In function 'main': > main.c:85: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed

Bug#447560: Segfault in create_data_ref/compute_data_dependences_for_loop

2007-10-22 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 PR33856 > Automatic build of zapping_0.9.6-4 on em64t by sbuild/amd64 0.53 ... > if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_GNU_SOURCE > -D_GNU_SOURCE -I/usr/X11R6/include -DPACKAGE_DATA_DIR=\"/usr/share\" > -DPACKAGE_LOCALE_DIR=

Processed: Re: Bug#447560: Acknowledgement (Segfault in create_data_ref/compute_data_dependences_for_loop)

2007-10-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 447554 + upstream Bug#447554: ICE in vectorizable_conversion, at tree-vect-transform.c:3374 There were no tags set. Tags added: upstream > forwarded 447554 http://gcc.gnu.org/PR33854 Bug#447554: ICE in vectorizable_conversion, at tree-vect-transfo

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

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

2007-10-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||assemble-failure Target Milestone|--- |4.2.

Bug#195468: Where have you been?

2007-10-22 Thread Kieth Garland
Hello! I am bored this afternoon. I am nice girl that would like to chat with you. Email me at [EMAIL PROTECTED] only, because I am writing not from my personal email. If you would like to see some of my pictures. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Welcome to Al-Manahel Newsletter List

2007-10-22 Thread munir
The subscription of the email address: [EMAIL PROTECTED] To the mailing list: Al-Manahel Newsletter List is all set. Thanks for subscribing! Date of this subscription: Mon Oct 22 05:44:16 2007 Please save this email message for future reference. -

Bug#447599: ICE in vectorizable_load, at tree-vect-transform.c:5503

2007-10-22 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 Need -O2 -ftree-vectorize. PR33860 > Automatic build of ppracer_0.3.1-10 on em64t by sbuild/amd64 0.53 ... > if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. > -DPP_DATADIR=\"/usr/share/games/ppracer\" -DTUXRACER_NO_ASSERT=1 > -DHAVE_SDL_MIXER=1

Processed: Re: Bug#447599: Acknowledgement (ICE in vectorizable_load, at tree-vect-transform.c:5503)

2007-10-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 447599 + upstream Bug#447599: ICE in vectorizable_load, at tree-vect-transform.c:5503 There were no tags set. Tags added: upstream > forwarded 447599 http://gcc.gnu.org/PR33860 Bug#447599: ICE in vectorizable_load, at tree-vect-transform.c:5503 No

Al-Manahel Newsletter List Unsubscription

2007-10-22 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: Mon Oct 22 08:55:49 2007 Please save this email message for future reference. --

Some of your Debian packages might need attention

2007-10-22 Thread DDPOMail robot
Dear Debian GCC maintainers, The following possible problem(s) were detected in the package(s) you maintain in Debian: === gcc-4.2: = This package has 1 RC bug(s) more than 21 days old: - #442445 includes non-free manpages === gdc-4.1: = This package has 1 RC bu

Bug#447645: ICE: canonical types differ for identical types

2007-10-22 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 > Automatic build of upx-ucl_3.01-1 on em64t by sbuild/amd64 0.53 ... > g++ -DWITH_UCL -g -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith > -Wwrite-strings -Werror -o p_vmlinx.o -c p_vmlinx.cpp > p_vmlinx.cpp: In member function 'const typename T::S

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

2007-10-22 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-10-21 11:31]: > I'll report this bug upstream. I'm currently trying to come up with > a testcase. I've reduced it down to under 70 lines now. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Processed: Re: Bug#447645: Acknowledgement (ICE: canonical types differ for identical types)

2007-10-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 447645 + upstream Bug#447645: ICE: canonical types differ for identical types There were no tags set. Tags added: upstream > forwarded 447645 http://gcc.gnu.org/PR33865 Bug#447645: ICE: canonical types differ for identical types Noted your stateme

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

2007-10-22 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2007-10-22 20:35 --- /* Testcase by Martin Michlmayr <[EMAIL PROTECTED]> */ typedef struct erl_node_ { long *htop; long tracer_proc; long trace_flags; long freason; } Process; int hibernate () { return 1; } int main () { Process *c

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

2007-10-22 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2007-10-22 20:36 --- (sid)264:[EMAIL PROTECTED]: ~] gcc-4.2 erlang-beam_emu.c (sid)265:[EMAIL PROTECTED]: ~] gcc-4.2 -O1 erlang-beam_emu.c /tmp/ccIjYBHl.o: In function `main': erlang-beam_emu.c:(.text+0x11c): undefined reference to `$L24' erlang-

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

2007-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-10-22 21:39 --- Can you try the patch that is in PR 33755 ? -- 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

gcc-4.2 4.2.2-3 MIGRATED to testing

2007-10-22 Thread Debian testing watch
FYI: The status of the gcc-4.2 source package in Debian's testing distribution has changed. Previous version: 4.2.1-4 Current version: 4.2.2-3 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. --