This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug hsa/81713] BIT_FIELD_REF produced by Brig FE do not pass new verification
- From: "visit0r at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 04 Aug 2017 15:50:46 +0000
- Subject: [Bug hsa/81713] BIT_FIELD_REF produced by Brig FE do not pass new verification
- Auto-submitted: auto-generated
- References: <bug-81713-4@http.gcc.gnu.org/bugzilla/>
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