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/83705] [8 Regression] ICE/wrong code with large values of REPEAT after revision r256284


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

--- Comment #1 from Janne Blomqvist <jb at gcc dot gnu.org> ---
> which makes sense for variables, but IMO not for parameters.

I agree, that's why a few lines before that block checking the size limit we
have:


  /* For further simplification, we need the character string to be             
     constant.  */
  if (e->expr_type != EXPR_CONSTANT)
    return NULL;

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