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

2008-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-12-22 23:12 --- Subject: Bug 35780 Author: jvdelisle Date: Mon Dec 22 23:11:29 2008 New Revision: 142889 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142889 Log: 2008-12-22 Paul Thomas PR fortran/35780

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

2008-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-12-22 23:18 --- Subject: Bug 35780 Author: jvdelisle Date: Mon Dec 22 23:16:44 2008 New Revision: 142890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142890 Log: 2008-12-22 Paul Thomas PR fortran/35780

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

2008-04-01 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2008-04-01 20:47 --- I do not agree that this is a regression. Try MODULE MODS INTEGER, PARAMETER, DIMENSION(10) :: A = [(i, i = 1,10)] INTEGER, PARAMETER, DIMENSION(10) :: B = ISHFTC(3, A, 5) !ICE END MODUL

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

2008-05-01 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2008-05-01 07:32 --- Subject: Bug 35780 Author: pault Date: Thu May 1 07:31:28 2008 New Revision: 134847 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134847 Log: 2008-05-01 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

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

2008-05-01 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2008-05-01 15:58 --- This is now fixed on trunk and 4.3. The following version of the big, original testcase works fine. If desired, it could be incorporated into the testsuite, although I do not think that it adds anything. Cheers Pau