Your message dated Tue, 20 Sep 2016 22:15:11 +0000
with message-id <e1bmtjn-0005qy...@franck.debian.org>
and subject line Bug#838316: Removed package(s) from unstable
has caused the Debian Bug report #797151,
regarding gcc-4.9: Spurious warnings about pointer to array -> const pointer to 
array conversion.
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
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
797151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.9
Version: 4.9.3-3
Severity: normal

Dear Maintainer,

This bug may affect all gcc-4, but has been fixed on gcc-5 upstream:
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16602).

When compiling the attached code, gcc-4 always warns
"
ex_ptrtoarr.c: In function ‘main’:
ex_ptrtoarr.c:13:3: warning: passing argument 1 of ‘mdsumcmp’ from
incompatible pointer type [enabled by default]
   return mdsumcmp(&sum1, &sum2);
   ^
ex_ptrtoarr.c:4:5: note: expected ‘const uint8_t (*)[16]’ but argument is
of type ‘uint8_t (*)[16]’
 int mdsumcmp(const uint8_t (*s1)[16], const uint8_t (*s2)[16])
     ^
ex_ptrtoarr.c:13:3: warning: passing argument 2 of ‘mdsumcmp’ from
incompatible pointer type [enabled by default]
   return mdsumcmp(&sum1, &sum2);
   ^
ex_ptrtoarr.c:4:5: note: expected ‘const uint8_t (*)[16]’ but argument is
of type ‘uint8_t (*)[16]’
 int mdsumcmp(const uint8_t (*s1)[16], const uint8_t (*s2)[16])
     ^
"
but gcc-5 and clang complain nothing.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-proposed-updates'), (500, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcc-4.9 depends on:
ii  binutils        2.25.1-1
ii  cpp-4.9         4.9.3-3
ii  gcc-4.9-base    4.9.3-3
ii  libc6           2.19-19
ii  libcloog-isl4   0.18.3-1
ii  libgcc-4.9-dev  4.9.3-3
ii  libgmp10        2:6.0.0+dfsg-7
ii  libisl13        0.14-2
ii  libmpc3         1.0.3-1
ii  libmpfr4        3.1.3-1
ii  zlib1g          1:1.2.8.dfsg-2+b1

Versions of packages gcc-4.9 recommends:
ii  libc6-dev  2.19-19

Versions of packages gcc-4.9 suggests:
pn  gcc-4.9-doc       <none>
pn  gcc-4.9-locales   <none>
pn  gcc-4.9-multilib  <none>
pn  libasan1-dbg      <none>
pn  libatomic1-dbg    <none>
pn  libcilkrts5-dbg   <none>
pn  libgcc1-dbg       <none>
pn  libgomp1-dbg      <none>
pn  libitm1-dbg       <none>
pn  liblsan0-dbg      <none>
pn  libquadmath0-dbg  <none>
pn  libtsan0-dbg      <none>
pn  libubsan0-dbg     <none>

-- no debconf information
#include <string.h>
#include <stdint.h>

int mdsumcmp(const uint8_t (*s1)[16], const uint8_t (*s2)[16])
{
  return memcmp(*s1, *s2, sizeof(*s1));
}

int main(void)
{
  uint8_t sum1[16];
  uint8_t sum2[16];
  return mdsumcmp(&sum1, &sum2);
}

--- End Message ---
--- Begin Message ---
Version: 4.9.4-2+rm

Dear submitter,

as the package gcc-4.9 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/838316

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to