[Bug target/85434] Address of stack protector guard spilled to stack on ARM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85434 Thomas Preud'homme changed: What|Removed |Added CC||robotux at celest dot fr --- Comment #23 from Thomas Preud'homme --- (In reply to Richard Biener from comment #22) > So this was fixed for GCC 9. Both the GCC 8 and GCC 7 branches are still > open for wrong-code fixes, I'd appreciate at least providing "official" > backports of the fix even if we end up not committing them because for the > fear of breakage. > You probably know best - was there any fallout of the two revs committed here > that needed to be fixed? > > Thanks. I don't remember any fallout from the final patch no. My reticence for a backport was due to * adding a new target hook * patching functions to generate PIC sequences. I'm not sure how much these functions have changed over the year, I suspect not much and the rest of the patch should be fairly self contained. I would not expect too much work to backport the change itself by someone else (I am not in a position to do the work myself), but whether such a change would be acceptable on a stable branch is up to the relevant maintainer.
[Bug other/56036] New: Wrong indentation in multiple -O options explaination
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56036 Bug #: 56036 Summary: Wrong indentation in multiple -O options explaination Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: robo...@celest.fr Hi there, the indentation in the manual describing what happens when multiple -O options are specified on the command line is wrong. It's the same as the last item (-Og) so it seems it only applies to that last options instead of being related to -O options in general. Here is a patch to fix that, made against trunk r195301. Best regards, Thomas Preud'homme
[Bug other/56036] Wrong indentation in multiple -O options explaination
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56036 --- Comment #1 from Thomas Preud'homme 2013-01-18 18:51:54 UTC --- Created attachment 29213 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29213 Patch fixing the issue
[Bug target/86968] Unaligned big-endian (scalar_storage_order) access on armv7-a yields 4 ldrb instructions rather than ldr+rev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86968 Thomas Preud'homme changed: What|Removed |Added CC||robotux at celest dot fr --- Comment #17 from Thomas Preud'homme --- (In reply to Maxim Kuvyrkov from comment #16) > AFAIK, Thomas isn't working on this. Indeed, not anymore, sorry.