[Bug middle-end/112510] [11/12/13/14 Regression]: ASAN code injection breaks alignment of stack variables

2023-11-14 Thread sadko4u at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #10 from Vladimir Sadovnikov --- Sorry, I messed up %rbx with loading %rdx from stack. But it seems that the ASAN-reladed code somehow modifies %rbx. And now I'm not sure that the code generated by GCC 11.4.0 will work under

[Bug middle-end/112511] ICE in type_contains_placeholder_1: SRA vs _BitInt

2023-11-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112511 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6e5f318fc6480412569273c1a71c638c3d677607 commit r14-5431-g6e5f318fc6480412569273c1a71c638c3d677607 Author: Jakub Jelinek Date:

[Bug libstdc++/112491] std::deque::size xmethod output is wrong

2023-11-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112491 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug middle-end/112510] [11/12/13/14 Regression]: ASAN code injection breaks alignment of stack variables

2023-11-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #9 from Richard Biener --- (In reply to Vladimir Sadovnikov from comment #2) > I actually do this by specifying: > > ``` > #define __lsp_aligned64 __attribute__ ((aligned (64))) > ``` oops, sorry for too coarsely

[Bug c/111811] [14 Regression] ICE with vector float bitfield after error

2023-11-14 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111811 --- Comment #5 from rguenther at suse dot de --- On Mon, 13 Nov 2023, joseph at codesourcery dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111811 > > --- Comment #4 from joseph at codesourcery dot com dot com> --- > The

[Bug middle-end/112510] [11/12/13/14 Regression]: ASAN code injection breaks alignment of stack variables

2023-11-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.5 Keywords|

[Bug target/112481] [14 Regression] RISCV: ICE: Segmentation fault when compiling pr110817-3.c

2023-11-14 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112481 --- Comment #6 from rguenther at suse dot de --- On Mon, 13 Nov 2023, ams at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112481 > > Andrew Stubbs changed: > >What|Removed |Added

[Bug middle-end/112510] Regression: ASAN code injection breaks alignment of stack variables

2023-11-14 Thread sadko4u at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #7 from Vladimir Sadovnikov --- Disassembly for GCC 11.4.0: ``` 11e9 <_Z13gate_x1_curvePfPKfPKN3dsp11gate_knee_tEm>: 11e9: f3 0f 1e fa endbr64 11ed: 55 push %rbp

<    1   2   3