[Bug fortran/97224] [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc

2020-09-28 Thread mark.eggleston at codethink dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224

--- Comment #5 from mark.eggleston at codethink dot co.uk ---
in progress...

On 28/09/2020 11:43, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224
>
> Jakub Jelinek  changed:
>
> What|Removed |Added
> 
>   CC||jakub at gcc dot gnu.org
>
> --- Comment #4 from Jakub Jelinek  ---
> You've reverted it only on the trunk and not on the release branches though.
>

[Bug fortran/97224] [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc

2020-09-28 Thread mark.eggleston at codethink dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224

--- Comment #1 from mark.eggleston at codethink dot co.uk ---
Reverting changes clearly addition test cases are required

regards,

Mark


On 28/09/2020 10:48, tnfchris at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224
>
>  Bug ID: 97224
> Summary: [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to
>  build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc
> Product: gcc
> Version: 11.0
>  Status: UNCONFIRMED
>Severity: normal
>Priority: P3
>   Component: fortran
>Assignee: unassigned at gcc dot gnu.org
>Reporter: tnfchris at gcc dot gnu.org
>  CC: kargl at gcc dot gnu.org, markeggleston at gcc dot 
> gnu.org
>Target Milestone: ---
>
> The benchmark fails to build after
> r11-3487-ge5a76af3a2f3324efc60b4b2778ffb29d5c377bc with the following error:
>
>108 |   SUBROUTINE AIMPAC(ACO,AIC,EXPON,ICENT,ITYPE,OE,OCCNO,
>|   1
> ..
>920 |   COMMON /INTRFC/ FRIEND,AIMPAC,RPAC,PLTORB,MOLPLT
>| 2
> Error: Global entity 'aimpac' at (1) cannot appear in a COMMON block at (2)
> parley.fppized.f:1118:23:
>
>920 |   COMMON /INTRFC/ FRIEND,AIMPAC,RPAC,PLTORB,MOLPLT
>| 2
> ..
>   1118 |   SUBROUTINE PLTORB(IPAIRS,MAXBND,COEFS,COEFP,COEFD,COEFF,COEFG,
>|   1
> Error: Global entity 'pltorb' at (1) cannot appear in a COMMON block at (2)
> parley.fppized.f:464:23:
>
>464 |   SUBROUTINE MOLPLT(IPAIRS,MAXBND,MAXTYP,KINDS,KOLOR)
>|   1
> ..
>920 |   COMMON /INTRFC/ FRIEND,AIMPAC,RPAC,PLTORB,MOLPLT
>| 2
> Error: Global entity 'molplt' at (1) cannot appear in a COMMON block at (2)
>
> Patch seems to have been backported to all stable branches hence the
> regressions tags.
>