Bug#979323: src:gcc-11: please provide cross-compiler for or1k

2021-01-07 Thread Vagrant Cascadian
On 2021-01-05, Jonas Smedegaard wrote: > recent releases of u-boot support integrating on 64bit ARM targets with > a firmware for the System Control Processor (SCP) - a microprocessor > similar to the Management Engine on amd64. On Allwinner SoC the SCP is > an AR100 processor and a free licensed

[bts-link] source package gcc-10

2021-01-07 Thread debian-bts-link
# # bts-link upstream status pull for source package gcc-10 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #973293 (http://bugs.debian.org/973293) #

Processed: [bts-link] source package gcc-10

2021-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package gcc-10 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # https://bts-link-team.pages.debian.net/bts-link/ > # > user debian-bts-l...@lists.debian.org Setting

Bug#979350: Minimal Example: Command and Output

2021-01-07 Thread Jens Ungerer
$ g++-10 -O3 -Werror -c test.cpp test.cpp: In member function ‘void Container::bar()’: test.cpp:32:22: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 32 | toolsSetting = PopUnsignedChar(); | ~^~~ test.cpp:32:22: erro

Bug#979350: Minimal Example

2021-01-07 Thread Jens Ungerer
The bug can be made reproducible with [cf. 2]: #include #include #include extern void* globalData; class Container { public: std::array militarySettings_; std::array toolsSettings_; void bar();