[Bug fortran/51260] PARAMETER array with constructor initializer: Compile-time simplify single element access

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Mar 24 18:23:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51260

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |tkoenig at gcc dot gnu.org

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
The whole parameter array could be removed if is(1) was simplified to 1
(which it currently isn't).

I have a patch.


More information about the Gcc-bugs mailing list