[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-12 Thread bangerth at dealii dot org
--- Comment #12 from bangerth at dealii dot org 2008-02-12 08:17 --- The following variant of the testcase in comment #8 is definitely valid but produces an ICE: - template struct policy { typedef int unnecessary; }; template struct A { typedef

Bug#465417: gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekeeping.c

2008-02-12 Thread Pascal A. Dupuis
Package: gcc Severity: important Hello, while trying to compile said kernel, I got the following error messages: kernel/built-in.o: In function `update_wall_time': (.text+0x16350): undefined reference to `__umoddi3' kernel/built-in.o: In function `update_wall_time': (.text+0x163ea): undefined ref

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-12 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-02-12 23:19 --- It looks like simply deleting from dependent_type_p: /* If there are no template parameters in scope, then there can't be any dependent types. */ if (!processing_template_decl) { /* If we are n

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-12 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2008-02-12 23:13 --- Ok, so based on comment #12 this is ice-on-valid-code, and that testcase "works" for me with 4.0 and 4.1 which produce: g++-4.1 -S t.ii t.ii: In instantiation of ‘A’: t.ii:12: instantiated from ‘S’ t.ii:19: in

Bug#465417: marked as done (gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekeeping.c)

2008-02-12 Thread Debian Bug Tracking System
Your message dated Tue, 12 Feb 2008 18:53:54 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#465417: gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekeeping.c has caused the Debian Bug report #465417, regarding gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekee

Bug#465463: marked as done (cyclic build dependencies on AMD64)

2008-02-12 Thread Debian Bug Tracking System
Your message dated Tue, 12 Feb 2008 17:30:43 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#465463: cyclic build dependencies on AMD64 has caused the Debian Bug report #465463, regarding cyclic build dependencies on AMD64 to be marked as done. This means that you claim that th

Bug#465463: cyclic build dependencies on AMD64

2008-02-12 Thread Jamin W. Collins
Package: gcc-defaults Severity: normal I've been attempting to rebuild some packages from sid on AMD64 and noticed what appears to be a cyclic build dependency between gcc-4.2 and gcc-defaults. The gcc-4.2 source lists the following build dependency: gcc-multilib [amd64 i386 powerpc ppc64

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations

2008-02-12 Thread zadeck at naturalbridge dot com
-- zadeck at naturalbridge dot com changed: What|Removed |Added CC||zadeck at naturalbridge dot |

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations

2008-02-12 Thread zadeck at naturalbridge dot com
--- Comment #5 from zadeck at naturalbridge dot com 2008-02-12 14:56 --- Richi, I looked at this code once but I really do not know this code at all and really do not want to learn it. It will take a fair amount of time to try to figure out what the underlying dataflow problem is and

Processing of gcc-4.3_4.3-20080202-1_m68k.changes

2008-02-12 Thread Archive Administrator
gcc-4.3_4.3-20080202-1_m68k.changes uploaded successfully to localhost along with the files: gcc-4.3-base_4.3-20080202-1_m68k.deb libgcc2_4.3-20080202-1_m68k.deb libgcc2-dbg_4.3-20080202-1_m68k.deb libgomp1_4.3-20080202-1_m68k.deb libgomp1-dbg_4.3-20080202-1_m68k.deb cpp-4.3_4.3-2008020

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations

2008-02-12 Thread matz at gcc dot gnu dot org
--- Comment #8 from matz at gcc dot gnu dot org 2008-02-12 16:06 --- Actually the code in var-tracking.c does handle the situation that a reg contains multiple decls. Or better it tries to. If there weren't an obvious bug in clobber_variable_part(). With that fixed the looping doesn't

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations

2008-02-12 Thread matz at gcc dot gnu dot org
--- Comment #7 from matz at gcc dot gnu dot org 2008-02-12 15:36 --- The immediate problem is that the solution iterates between two orders. On my machine (i686) it all happen around basic block 231. The even iterations (after 128 iterations) the var-track info for bb 231 starts with:

gcc-4.3_4.3-20080202-1_m68k.changes ACCEPTED

2008-02-12 Thread Debian Installer
Accepted: cpp-4.3_4.3-20080202-1_m68k.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20080202-1_m68k.deb fixincludes_4.3-20080202-1_m68k.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20080202-1_m68k.deb g++-4.3_4.3-20080202-1_m68k.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20080202-1_m68k.deb gcc-4.3-base_

Processed: your mail

2008-02-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 465417 gcc-4.3 Bug#465417: gcc: compiling 2.6.24.2 kernel fails in kernel/time/timekeeping.c Bug reassigned from package `gcc' to `gcc-4.3'. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

[Bug debug/35065] [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations

2008-02-12 Thread rguenther at suse dot de
--- Comment #6 from rguenther at suse dot de 2008-02-12 15:03 --- Subject: Re: [4.3 Regression] infinite loop while compiling VLC media player in vt_find_locations On Tue, 12 Feb 2008, zadeck at naturalbridge dot com wrote: > > > --- Comment #5 from zadeck at naturalbridge dot