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 c/79478] possible gimple error with gcc.dg/gimplefe-16.c


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

prathamesh3492 at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |prathamesh3492 at gcc dot gnu.org

--- Comment #2 from prathamesh3492 at gcc dot gnu.org ---
Created attachment 40725
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40725&action=edit
Untested patch

It seems ssa-name parsing in c_parser_gimple_postfix_expression missed setting
source-range. The attached untested patch sets the source range, which fixes
the error for me.

Thanks,
Prathamesh

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