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 this condition.
> >
> > @@ -891,6 +926,12 @@ i
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
> endif
>
> +ifneq ($(DEB
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 src/lib
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), $(DEB_TARGET
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 b/debian/patches/
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
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 preproces
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 ow...@bugs.deb
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).
> >
> > s
9 matches
Mail list logo