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]

Re: [PATCH] Tighten up checks for ASSIGN statement


Tobias Schlüter wrote:
> I ran into this when looking into PR 18827: we accepted ASSIGN statements of
> the form
>   ASSIGN 1000 TO I
> where I is an array of integers.  Actually, we allowed general expressions as
> long as they're of type integer.


Actually, this is PR 18826 :-)

- Tobi


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