Bug#954806: Wrong copyright years in attached tarball

2020-03-24 Thread Asher Gordon
Asher Gordon writes: > Since I was not able write a simpler program that triggers the bug, I > have attached the source tarball (mu.tar.gz). I copied the copyright notices in that tarball from another project and forgot to change the copyright years. It should really be 2020. (It probably

Bug#954806: gcc-9: Optimizes away something it shouldn't

2020-03-23 Thread Asher Gordon
Package: gcc-9 Version: 9.3.0-3 Severity: normal Dear Maintainer, I am writing a general purpose convenience library called Mu (for Miscellaneous Utilities). It includes an option parsing module intended to be a replacement for getopt_long(). Options are defined in structures which include vario

Bug#931182: gcc-8: does not issue a warning with -Wall when a named enum value is overridden by a variable with the same name

2019-06-27 Thread Asher Gordon
Package: gcc-8 Version: 8.3.0-6 Severity: normal Tags: upstream Dear Maintainer, In a C program, when an enum's value is overridden by a variable with the same name, and it is compiled by gcc with -Wall, no warning is emitted even though it is questionable to override an enum. See the program be