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/24813] internal compiler error in gfortran



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-11 21:10 -------
Confirmed, reduced testcase:
MODULE fparser
  INTEGER(is),     PARAMETER :: cImmed   = 1,         &
                                                       VarBegin = 22
  CHARACTER (LEN=5),DIMENSION(cAbs:cAtan), PARAMETER :: Funcs  = (/ 'abs  ',&
                                                                     'exp  ',&
                                                                     'log10',&
                                                                    'log  ',&
                                                                    'sqrt ',&
                                                                     'sinh ',&
                                                                     'cosh ',&
                                                                     'tanh ',&
                                                                     'sin  ',&
                                                                     'atan '&
/)
CONTAINS
    CHARACTER (LEN=LEN(Funcs))    :: fun
END MODULE fparser


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-11 21:10:54
               date|                            |


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


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