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/66380] ICE for intrinsic reshape with insufficient number of array elements


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

--- Comment #2 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
The problem is that an assertion is triggered for
a PAD size that is less than or equal to zero.  
The assertion should be an error condition.  The
patch that I attached does this.


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