Bug#796076: marked as done (gcc-5: undefined reference errors with extern __inline__ (regression))

2015-08-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Aug 2015 17:36:47 +0200 with message-id 55d4a28f.2010...@debian.org and subject line Re: Bug#796076: gcc-5: undefined reference errors with extern __inline__ (regression) has caused the Debian Bug report #796076, regarding gcc-5: undefined reference errors with extern

Bug#796162: librest-0.7-0: please make a new release of librest-0.7-0 for gcc5/libstdc++6 transition.

2015-08-19 Thread shirish शिरीष
Package: librest-0.7-0 Version: 0.7.93-1 Severity: normal X-Debbugs-Cc: debian-gcc@lists.debian.org Dear Maintainer, With the new binaries of gcc5/libstdc++6 it is no longer possible to install librest0.7-0 This is on another machine . $sudo aptitude install librest-0.7-0=0.7.93-1 Reading

Bug#796076: gcc-5: undefined reference errors with extern __inline__ (regression)

2015-08-19 Thread Vincent Lefevre
On 2015-08-19 17:36:47 +0200, Matthias Klose wrote: On 08/19/2015 10:48 AM, Vincent Lefevre wrote: extern __inline__ fn1() { fn2(); } main() {} not a bug. if you want to keep gnu89 inline semantics, build using -fgnu89-inline. Well, I haven't chosen the gnu89 inline semantics. This

Bug#796076: gcc-5: undefined reference errors with extern __inline__ (regression)

2015-08-19 Thread Vincent Lefevre
Package: gcc-5 Version: 5.2.1-15 Severity: important On the following C code obtained with creduce (on a code obtained when I wanted to test MPFR 3.1.3 against GMP 4.1.4): extern __inline__ fn1() { fn2(); } main() {} I get the following error with gcc-5: $ gcc-5 -w ct.i /tmp/ccFWIDKK.o: In