Processed: gfortran-7: ICE building open-coarrays

2017-11-16 Thread Debian Bug Tracking System
Processing control commands: > affects -1 src:open-coarrays Bug #881918 [gfortran-7] gfortran-7: ICE building open-coarrays Added indication that 881918 affects src:open-coarrays -- 881918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881918 Debian Bug Tracking System Contact

Bug#881918: gfortran-7: ICE building open-coarrays

2017-11-16 Thread Adrian Bunk
Package: gfortran-7 Version: 7.2.0-14 Severity: serious Control: affects -1 src:open-coarrays Testcase: $ gfortran global_field.f90 -fcoarray=lib global_field.f90:126:0: lhs%values(:) = rhs%state() internal compiler error: Segmentation fault Please submit a full bug report, with

Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-16 Thread Svante Signell
On Wed, 2017-11-15 at 21:54 +0100, Svante Signell wrote: > On Wed, 2017-11-15 at 21:40 +0100, Matthias Klose wrote: > > On 06.11.2017 16:36, Svante Signell wrote: > > > Hi, > > > > > > Attached are patches to enable gccgo to build properly on Debian > > > GNU/Hurd on gcc-7 (7-7.2.0-12). > > > >

Processed: forwarded GCC issue

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 881918 https://gcc.gnu.org/PR83021 Bug #881918 [gfortran-7] gfortran-7: ICE building open-coarrays Set Bug forwarded-to-address to 'https://gcc.gnu.org/PR83021'. > tags 881918 + upstream Bug #881918 [gfortran-7] gfortran-7: ICE building

Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-16 Thread Svante Signell
On Thu, 2017-11-16 at 14:12 +0100, Svante Signell wrote: > On Wed, 2017-11-15 at 21:54 +0100, Svante Signell wrote: > > > > Attached is an updated patch for gcc-7. An updated patch for gcc-8 will follow > shortly when I have build tested gcc-8 go on both Linux and Hurd. > > The patch for

Bug#881939: gcc: disable D when cross build native GCC

2017-11-16 Thread Iain Buclaw
On 16 November 2017 at 20:34, YunQiang Su wrote: > Package: src:gcc-7 > Version: 7.2.0-16 > > When we build native GCC with the cross gcc, D will always fails. > So please disable D in this condition. > > @@ -891,6 +926,12 @@ ifeq ($(with_base_only),yes >with_d := no >

Bug#881938: gnat: call gcc/g++ with system_type

2017-11-16 Thread YunQiang Su
Package: src:gcc-7 Version: 7.2.0-16 gnatlink/gnatmake etc programs may call gcc/g++ internally, while they just call them by the name: gcc-VERSION g++-VERSION which will cause problem for cross toolchains. -- YunQiang Su diff --git a/debian/patches/ada-gcc-name.diff

Bug#881939: gcc: disable D when cross build native GCC

2017-11-16 Thread YunQiang Su
Package: src:gcc-7 Version: 7.2.0-16 When we build native GCC with the cross gcc, D will always fails. So please disable D in this condition. @@ -891,6 +926,12 @@ ifeq ($(with_base_only),yes with_d := no endif +ifneq ($(DEB_BUILD_ARCH), $(DEB_HOST_ARCH)) +ifeq ($(DEB_HOST_ARCH),

Bug#881939: gcc: disable D when cross build native GCC

2017-11-16 Thread YunQiang Su
On Thu, 16 Nov 2017 20:45:44 +0100 Iain Buclaw wrote: > On 16 November 2017 at 20:34, YunQiang Su wrote: > > Package: src:gcc-7 > > Version: 7.2.0-16 > > > > When we build native GCC with the cross gcc, D will always fails. > > So please disable D in