[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#719730: marked as done (gcc-4.7: Should allow poisoned identifier in #elif if previous case was taken)



Your message dated Tue, 23 Jun 2015 07:24:48 +0000
with message-id <E1Z7IZc-0001tY-Ii@franck.debian.org>
and subject line Bug#789156: Removed package(s) from unstable
has caused the Debian Bug report #719730,
regarding gcc-4.7: Should allow poisoned identifier in #elif if previous case was taken
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 owner@bugs.debian.org
immediately.)


-- 
719730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719730
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-avr
Version: 1:4.7.2-2
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

in the deprecation handling in the AVR libc, a preprocessor symbol is
looked for with the new name first, then with a deprecated name that is
poisoned, with a construct similar to

#pragma GCC poison bar
#define foo
#if defined(foo)
#elif defined(bar)
#else
#endif

gcc-avr complains about this construct as the check in #elif references
"bar", but as it can never be taken, this is pointless.

The avr-libc bug report showing the (IMO valid) use case is #719635.

The same behaviour can be observed in mainline gcc and clang.

   Simon

- -- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-avr depends on:
ii  binutils-avr  2.20.1-3
ii  libc6         2.17-92
ii  libgmp10      2:5.0.5+dfsg-2
ii  libmpc2       0.9-4
ii  libmpfr4      3.1.0-5
ii  zlib1g        1:1.2.7.dfsg-13

gcc-avr recommends no packages.

Versions of packages gcc-avr suggests:
ii  avr-libc      1:1.8.0-3
pn  gcc-4.2       <none>
pn  gcc-doc       <none>
pn  task-c-devel  <none>

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iJwEAQECAAYFAlILuz0ACgkQ0sfeulffv7s6EgP/QZBO6ZT1HqeMriroeG779vEe
LNwCDEK/LeTL3L2Ku4B0HAa6OAvtqoX32pRAIrH8269H2BGYTSwF7xeaCercCcy/
O1BXkQ0hCPf95sq7Lm1vovlZZAdk7EV4iskKShgeSB8dr7lEfAfegLnEtZvxbswD
xwnDWulbnhfIU7ZhnA8=
=aqrf
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Version: 4.7.4-3+rm

Dear submitter,

as the package gcc-4.7 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/789156

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
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply to: