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 hsa/81713] BIT_FIELD_REF produced by Brig FE do not pass new verification


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

--- Comment #4 from visit0r at gcc dot gnu.org ---
Author: visit0r
Date: Fri Aug  4 15:50:14 2017
New Revision: 250874

URL: https://gcc.gnu.org/viewcvs?rev=250874&root=gcc&view=rev
Log:
Fix PR 81713
 * brigfrontend/brig-basic-inst-handler.cc: replace build_int_cst with
   bitsize_int in building BIT_FIELD_REF.
 * brigfrontend/brig-code-entry-handler.cc: likewise.


Modified:
    trunk/gcc/brig/ChangeLog
    trunk/gcc/brig/brigfrontend/brig-basic-inst-handler.cc
    trunk/gcc/brig/brigfrontend/brig-code-entry-handler.cc

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