Processed: Re: Bug#451707: Acknowledgement (gdc-4.1: gdc is confused by variadic arguments in (C) mode)

2007-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 451707 D should send foo[] as a foo* when used in a variadic argument > in extern(C) context Bug#451707: gdc-4.1: gdc is confused by variadic arguments in (C) mode Changed Bug title to `D should send foo[] as a foo* when used in a variadic arg

Bug#451707: Acknowledgement (gdc-4.1: gdc is confused by variadic arguments in (C) mode)

2007-11-17 Thread Pierre Habouzit
retitle 451707 D should send foo[] as a foo* when used in a variadic argument in extern(C) context severity 451707 important thanks I understood the issue: when the "-c" argument is sent as the first argument of the variadic part, D sends a char[] and not a char*, meaning that it puts 2, "-c" o

Bug#451707: gdc-4.1: gdc is confused by variadic arguments in (C) mode

2007-11-17 Thread Pierre Habouzit
Package: gdc-4.1 Version: 0.25-4.1.2-17 Severity: grave Justification: renders package unusable The following code triggers the issue: -- import std.c.process; int main(char args[][]) { execl("/bin/sh", "sh", "-c", "ls", null); printf("%m\n"

[bts-link] source package gcc-snapshot

2007-11-17 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-snapshot # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #439620 # * http://gcc.gnu.org/PR34123 # * remote status changed: RESOLVED -> NEW # * remote resolutio

Processed: Re: Bug#451630: Acknowledgement (ICE in build2_stat, at tree.c:3110)

2007-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 451630 + upstream Bug#451630: ICE in build2_stat, at tree.c:3110 There were no tags set. Tags added: upstream > forwarded 451630 http://gcc.gnu.org/PR33453 Bug#451630: ICE in build2_stat, at tree.c:3110 Noted your statement that Bug has been forwa

Bug#451630: ICE in build2_stat, at tree.c:3110

2007-11-17 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071116-1 This one isn't new. PR33453 > Automatic build of ircd-ircu_2.10.12.10.dfsg1-1 on em64t by sbuild/amd64 0.53 ... > x86_64-linux-gnu-gcc -g -O3 -I. -I.. -I../include -c s_auth.c -o s_auth.o > s_auth.c: In function 'check_auth_finished': > s_auth.c:365: in

Bug#447347: marked as done (gnat-4.2 build failure on mips/mipsel)

2007-11-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Nov 2007 17:07:46 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#447347: closed 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

gdc-4.2_0.25-4.2.2-3_multi.changes ACCEPTED

2007-11-17 Thread Debian Installer
Accepted: gdc-4.2_0.25-4.2.2-3.diff.gz to pool/main/g/gdc-4.2/gdc-4.2_0.25-4.2.2-3.diff.gz gdc-4.2_0.25-4.2.2-3.dsc to pool/main/g/gdc-4.2/gdc-4.2_0.25-4.2.2-3.dsc gdc-4.2_0.25-4.2.2-3_amd64.deb to pool/main/g/gdc-4.2/gdc-4.2_0.25-4.2.2-3_amd64.deb gdc-4.2_0.25-4.2.2-3_hppa.deb to pool/mai

Processed: Re: Bug#451611: Acknowledgement ([alpha] ICE: internal consistency failure (invalid rtl sharing found in the insn))

2007-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 451611 + upstream Bug#451611: [alpha] ICE: internal consistency failure (invalid rtl sharing found in the insn) There were no tags set. Tags added: upstream > forwarded 451611 http://gcc.gnu.org/PR34132 Bug#451611: [alpha] ICE: internal consisten

Bug#451611: [alpha] ICE: internal consistency failure (invalid rtl sharing found in the insn)

2007-11-17 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071116-1 PR34132 > Automatic build of smapi_2.4.0+rc2-2 on vorpal by sbuild/alpha 0.52 ... > gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -pedantic > -DUNIX api_sdm.c > api_sdm.c: In function 'Get_Binary_Date': > api_sdm.c:1305: warning: der

[Bug tree-optimization/34123] [4.3 Regression] verify_ssa failed (definition in block 11 does not dominate use in block 7)

2007-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-11-17 12:37 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|