Processed: your mail

2017-05-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 862858 gdb fails to properly reload PIE executables Bug #862858 [gcc-6] gcc-6.3.0 produces binary that gdb cannot automatically reload when it changes Changed Bug title to 'gdb fails to properly reload PIE executables' from 'gcc-6.3.0 pr

Bug#862858: gcc-6.3.0 produces binary that gdb cannot automatically reload when it changes

2017-05-17 Thread Emmanuel Thomé
Upon further investigation, the bug I encountered is rather with gdb than gcc. gdb does not seem to cope very well with position-independent executables. Reloading a PIE file gets the entry point wrong. Example below. Notice how the first time gdb seems a PIE executable (when a.out has gone PIE c

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on powerpc64le-unknown-linux-gnu

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Target: powerpc64le-linux-gnu gcc version 6.3.0 20170516 (Debian 6.3.0-18) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configu

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on s390x-ibm-linux-gnu

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Target: s390x-linux-gnu gcc version 6.3.0 20170516 (Debian 6.3.0-18) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on arm-unknown-linux-gnueabihf

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Native configuration is arm-unknown-linux-gnueabihf === boehm-gc tests === Running target unix === boehm-gc Summary for unix === # of expected passes12 # of unsupported tests 1 R

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on arm-unknown-linux-gnueabi

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on powerpc-unknown-linux-gnu

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Target: powerpc-linux-gnu gcc version 6.3.0 20170516 (Debian 6.3.0-18) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configurati

Results for 6.3.0 20170516 (Debian 6.3.0-18) testsuite on i686-pc-linux-gnu

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116) Target: i686-linux-gnu gcc version 6.3.0 20170516 (Debian 6.3.0-18) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration

Results for 5.4.1 20170515 (Debian 5.4.1-10) testsuite on mips64el-unknown-linux-gnuabi64

2017-05-17 Thread Matthias Klose
LAST_UPDATED: Mon May 15 18:07:43 UTC 2017 (revision 248069) Target: mips64el-linux-gnuabi64 gcc version 5.4.1 20170515 (Debian 5.4.1-10) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native confi

Bug#862858: gcc-6.3.0 produces binary that gdb cannot automatically reload when it changes

2017-05-17 Thread Emmanuel Thomé
Package: gcc-6 Version: 6.3.0-18 Severity: important Hi, I am directing this bug as relevant to gcc package as this is my best guess so far of a possible culprit. gdb is the package which has its functionality affected. Consider the following trivial code: #include void a() {