public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/104027] New: [12 Regression] libgnat-12.so requires executable stack on x86_64-linux
@ 2022-01-14 10:09 jakub at gcc dot gnu.org
  2022-01-14 10:19 ` [Bug ada/104027] " jakub at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-14 10:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104027
           Summary: [12 Regression] libgnat-12.so requires executable
                    stack on x86_64-linux
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

while libgnat-11.so didn't (and some earlier too).
Seems the reason is a-nbnbig.o, which is empty and doesn't have .note.GNU-stack
section.
gnat1drv seems to exit (0) during the middle of compile_file, which means it
skips a big part of toplev.c (compile_file) cleanups, in particular
  targetm.asm_out.file_end ();
for this case.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-27  8:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 10:09 [Bug ada/104027] New: [12 Regression] libgnat-12.so requires executable stack on x86_64-linux jakub at gcc dot gnu.org
2022-01-14 10:19 ` [Bug ada/104027] " jakub at gcc dot gnu.org
2022-01-14 10:31 ` pinskia at gcc dot gnu.org
2022-01-14 10:31 ` pinskia at gcc dot gnu.org
2022-01-14 10:35 ` jakub at gcc dot gnu.org
2022-01-14 13:46 ` charlet at gcc dot gnu.org
2022-01-14 23:02 ` cvs-commit at gcc dot gnu.org
2022-01-15 12:20 ` jakub at gcc dot gnu.org
2022-01-31 10:47 ` cvs-commit at gcc dot gnu.org
2022-04-27  8:00 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).