Bug#384052: marked as done (gcc-3.3: gcc should (optionally) warn about use of reserved identifiers)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.595519.5876.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #384052, regarding gcc-3.3: gcc should (optionally) warn about use of reserved ident

Bug#318865: marked as done ([fixed in 4.0] odbc-postgresql: Segfault when running ODBC describe, amd64 client)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.560737.5874.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #318865, regarding [fixed in 4.0] odbc-postgresql: Segfault when running ODBC describ

Bug#317796: marked as done (gcc - inconsistent searching in /usr/local for incs & libs)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.318160.5864.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #317796, regarding gcc - inconsistent searching in /usr/local for incs & libs to be m

Bug#455555: marked as done (32bit version of library not distributed under amd64 architecture)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.435088.5868.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #45, regarding 32bit version of library not distributed under amd64 architecture

Bug#416434: marked as done (gcc-3.3 cross builds FTBFS [Patch available])

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.477012.5870.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #416434, regarding gcc-3.3 cross builds FTBFS [Patch available] to be marked as done.

Bug#407057: marked as done (gcc-3.3: building m68k cross-compiler fails)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.522511.5872.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #407057, regarding gcc-3.3: building m68k cross-compiler fails to be marked as done.

Bug#361637: marked as done (gcc-3.3: takes too much RAM when compiling const arrays)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.394617.5866.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #361637, regarding gcc-3.3: takes too much RAM when compiling const arrays to be mark

Bug#217793: marked as done (gcc-3.3: SIGBUS when trying to profile)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.649326.5878.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #217793, regarding gcc-3.3: SIGBUS when trying to profile to be marked as done. This

Bug#309193: marked as done (/usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error)

2009-08-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Aug 2009 22:44:34 +0100 with message-id <1250631874.261596.5861.nullmai...@kmos.homeip.net> and subject line Package gcc-3.3 has been removed from Debian has caused the Debian Bug report #309193, regarding /usr/bin/gcc: at runtime, TLS does not work, but at compile time,

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-08-18 13:18 --- Other one: typedef long *GEN; GEN dvmdii(GEN x); GEN mulii(GEN x); void int_elt_val(GEN x, GEN y, long N, int b, long k) { long i; GEN r,a; while (1) { for (i=1; i<=N; i++) { a = mu

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-08-18 11:47 --- One reduced testcase, requires both the typedef and the unprototyped foo (thus, implicit return type int). typedef long *GEN; int foo(GEN); void int_elt_val(GEN nf, GEN x, GEN y, long N, int b) { GEN tmp, a; in

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||40321 nThis|| http://gcc.g

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-08-18 11:24 --- Trunk is broken as well at -O -ftree-pre. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/41101] [4.4 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-08-18 11:23 --- It did. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassign

[Bug tree-optimization/41101] [4.4 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-08-18 11:21 --- Instead it likely broke it. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Targe

[Bug tree-optimization/41101] [4.4 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-08-18 11:17 --- Pfff... and no, the fix for PR40321 didn't fix it. Reducing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

Processed: forwarded 542158 http://gcc.gnu.org/PR44100

2009-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 542158 http://gcc.gnu.org/PR44100 Bug #542158 [gnat-4.4] gnat-4.4: Unchecked_Deallocation causes double-free errors (amd64-specific) Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR44100'. > thanks Stopping processing here. Pleas

Processed: forwarded gcc report

2009-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 541816 http://gcc/gnu.org/PR41101 Bug #541816 [gcc-4.4] gcc-4.4: eat all memory (regression from 4.4.1-1) Set Bug forwarded-to-address to 'http://gcc/gnu.org/PR41101'. > tag 541816 + upstream Bug #541816 [gcc-4.4] gcc-4.4: eat all memor

Processed: gnat-4.4: Unchecked_Deallocation causes double-free errors (amd64-specific)

2009-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 542158 gnat-4.4: Unchecked_Deallocation causes double-free errors > (amd64-specific) Bug #542158 [gnat-4.4] amd64: double free or corruption on Unchecked_Deallocation Changed Bug title to 'gnat-4.4: Unchecked_Deallocation causes double-f

Processed: #542158 is grave

2009-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 542158 grave Bug #542158 [gnat-4.4] amd64: double free or corruption on Unchecked_Deallocation Severity set to 'grave' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syst

Bug#541842: libcloog-ppl-dev: Missing development headers

2009-08-18 Thread Matthias Klose
reassign 541842 gcc-snapshot thanks On 16.08.2009 18:28, John David Anglin wrote: Package: libcloog-ppl-dev Version: 0.15-2 Severity: normal In config.log for GCC 4.5, I see the following: configure:5356: checking for correct version of CLooG configure:5378: gcc -c -g -O2 conftest.c>&5 In

Processed: Re: Bug#541842: libcloog-ppl-dev: Missing development headers

2009-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 541842 gcc-snapshot Bug #541842 [libcloog-ppl-dev] libcloog-ppl-dev: Missing development headers Bug reassigned from package 'libcloog-ppl-dev' to 'gcc-snapshot'. Bug No longer marked as found in versions cloog-ppl/0.15-2. > thanks Stoppi

Bug#542158: amd64: double free or corruption on Unchecked_Deallocation

2009-08-18 Thread Reto Buerki
Package: gnat-4.4 Version: 4.4.1-1 Severity: normal There is a problem with Unchecked_Deallocation on amd64 when freeing memory of an extended type object which defines an Unbounded_String field (and possibly other fields). The following code reproduces the problem: --- with Ada.Strings.Unbou