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 tree-optimization/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning


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

Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39068|0                           |1
        is obsolete|                            |

--- Comment #8 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
Created attachment 39077
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39077&action=edit
proposed patch

the previous version hit an assertion,
because it can happen that inner == NULL and coff != 0 ...

fixed assertion and survives reg-testing.

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