This is the mail archive of the gcc-patches@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]

[gfortran,patch] Fix PR33636, EXPR_ARRAY isn't necessarily a constant array


Attached one-line patch fixes PR33636 (rejects-valid). The take-home
message is that EXPR_ARRAY is an array constructor, but not
necessarily a constant array; I for one had never really considered
the difference.

Bootstrapped and regtested on x86-linux, both with -m32 and -m64. OK to commit?

FX

Attachment: pr33636.ChangeLog
Description: Binary data

Attachment: pr33636.diff
Description: Binary data


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