[Bug analyzer/96228] New: -Wstack-usage does not understand constant __builtin_alloca calls

2020-07-16 Thread renat at idrisov dot info
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: renat at idrisov dot info Target Milestone: --- Hi All, when compiling the following piece of code: ``` #include int main(void) { char *a = __builtin_alloca(4); a[0] = 0

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread renat at idrisov dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #6 from Renat Idrisov --- Thanks a lot!

[Bug target/93242] New: [MIPS] patchable-function-entry broken

2020-01-12 Thread renat at idrisov dot info
Assignee: unassigned at gcc dot gnu.org Reporter: renat at idrisov dot info Target Milestone: --- Created attachment 47640 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47640=edit preprocessed file Hi All, when I try to use -fpatchable-function-entry on MIPS, it produ