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 middle-end/80295] [7/8 Regression] ICE in __builtin_update_setjmp_buf expander


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

Wilco <wilco at gcc dot gnu.org> changed:

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

--- Comment #6 from Wilco <wilco at gcc dot gnu.org> ---
The implementation of __builtin_update_setjmp_buf is incorrect, it takes a
pointer (ie. SImode in ILP32) and treats the result of the add as Pmode
(DImode). So it's missing a cast to Pmode.

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