[Bug fortran/35780] [4.3/4.4 Regression] internal compiler error for complicated PARAMETER expressions

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 31 21:17:00 GMT 2008



------- Comment #1 from burnus at gcc dot gnu dot org  2008-03-31 21:17 -------
Confirm. This is a 4.3.x/4.4.0 regression

Fails: 2007-05-09-r124566
Works: 2007-05-08-r124539

There are three checkins in that period, I think the following is most likely.
I reverted that patch and then the test case passed.

r124541 | pault | 2007-05-08 13:58:25 +0200 (Tue, 08 May 2007) | 18 lines
2007-05-08  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/29397
        PR fortran/29400
        * decl.c (add_init_expr_to_sym): Expand a scalar initializer
        for a parameter array into an array expression with the right
        shape.
        * array.c (spec_dimen_size): Remove static attribute.
        * gfortran.h : Prototype for spec_dimen_size.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
           Priority|P3                          |P4
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-31 21:17:12
               date|                            |
            Summary|internal compiler error for |[4.3/4.4 Regression]
                   |complicated PARAMETER       |internal compiler error for
                   |expressions                 |complicated PARAMETER
                   |                            |expressions
   Target Milestone|---                         |4.3.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35780



More information about the Gcc-bugs mailing list