Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: matthew.hambley at metoffice dot gov.uk
Target Milestone: ---
When compiling https://github.com/blitzpp/blitz v1.0.1 an ICE is generated.
This does not happen with GCC 6.4.0 or 7.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85976
--- Comment #1 from matthew.hambley at metoffice dot gov.uk ---
Created attachment 44207
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44207&action=edit
Processed source file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84554
matthew.hambley at metoffice dot gov.uk changed:
What|Removed |Added
CC||matthew.hambley
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84554
--- Comment #3 from matthew.hambley at metoffice dot gov.uk ---
> That shouldn't be possible, because by using contrib/download_prerequisites
> GCC
> will link to a static in-tree libgmp.a and so doesn't need any libgmp.so at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84554
--- Comment #4 from matthew.hambley at metoffice dot gov.uk ---
I have further information. From the build log: (long paths reduced with
ellipses)
.../gcc-8.2.0-build/./prev-gcc/xgcc
-B.../gcc/8.2.0/x86_64-pc-linux-gnu/sys-include
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84554
--- Comment #6 from matthew.hambley at metoffice dot gov.uk ---
> That does look like a problem. But why are the mpfr tests running as part of
> bootstrap? I don't think they do for me.
In which case I think I have misunderstood ho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69298
--- Comment #7 from matthew.hambley at metoffice dot gov.uk ---
A recent migration to RHEL7 seems to have exacerbated this issue.
Previously it could be worked around by ensuring that a type with user
finaliser appeared before the array of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63230
matthew.hambley at metoffice dot gov.uk changed:
What|Removed |Added
CC||matthew.hambley
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63230
--- Comment #3 from matthew.hambley at metoffice dot gov.uk ---
(In reply to matthew.hambley from comment #2)
> Created attachment 34067 [details]
> Minimal test case for the issue under v4.9.2.
>
> I just stumbled across th
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: matthew.hambley at metoffice dot gov.uk
Target Milestone: ---
Created attachment 37355
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37355&acti
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: matthew.hambley at metoffice dot gov.uk
Target Milestone: ---
Test case:
> program test
>
> implicit none
>
> abstract interface
>
11 matches
Mail list logo