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/35780] [4.3/4.4 Regression] internal compiler error for complicated PARAMETER expressions



------- Comment #2 from pault at gcc dot gnu dot org  2008-04-01 07:29 -------
(In reply to comment #1)
> 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.
> 

Oh bother! - OK, I'll put the WHERE patch aside and the allocatable components
and get this one sorted.

Cheers

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pault at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-03-31 21:17:12         |2008-04-01 07:29:15
               date|                            |


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


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