This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/62106] [4.9/4.10 Regression] Adding a scalar variable to an array constructor gives wrong result


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-08-12
                 CC|                            |tkoenig at gcc dot gnu.org
            Summary|Adding a scalar variable to |[4.9/4.10 Regression]
                   |an array constructor gives  |Adding a scalar variable to
                   |wrong result                |an array constructor gives
                   |                            |wrong result
     Ever confirmed|0                           |1
      Known to fail|                            |4.10.0, 4.9.1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
This is regression from 4.8.3, revision r197010 (2013-03-23) is OK, r197238
(2013-03-29) is not, likely r197216.

Workaround: compile with -fno-frontend-optimize.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]