public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/107553] New: 12.2 test fails
@ 2022-11-07 13:06 brjd_epdjq36 at kygur dot com
  2022-11-07 13:42 ` [Bug objc/107553] " brjd_epdjq36 at kygur dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: brjd_epdjq36 at kygur dot com @ 2022-11-07 13:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107553
           Summary: 12.2 test fails
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: brjd_epdjq36 at kygur dot com
  Target Milestone: ---

FAIL: objc/execute/nested-func-1.m

This test reports FAIL on Ubuntu x86_64 linux gnu platform

gcc-12.2.0/gcc/testsuite/objc/execute/execute.exp ...
FAIL: objc/execute/nested-func-1.m compilation,  -O0 -fgnu-runtime

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

* [Bug objc/107553] 12.2 test fails
  2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
@ 2022-11-07 13:42 ` brjd_epdjq36 at kygur dot com
  2022-11-07 16:09 ` [Bug objc/107553] objc " pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: brjd_epdjq36 at kygur dot com @ 2022-11-07 13:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Brjd <brjd_epdjq36 at kygur dot com> ---
I checked it and no failure reported by the same test in gcc 11.2.0.

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

* [Bug objc/107553] objc 12.2 test fails
  2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
  2022-11-07 13:42 ` [Bug objc/107553] " brjd_epdjq36 at kygur dot com
@ 2022-11-07 16:09 ` pinskia at gcc dot gnu.org
  2022-11-07 16:29 ` brjd_epdjq36 at kygur dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-07 16:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2022-11-07
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Can you attach the log section for nested-func-1.m ?
The testcase has not changed in years.
Maybe because the testcase requires executable stack, it fails.

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

* [Bug objc/107553] objc 12.2 test fails
  2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
  2022-11-07 13:42 ` [Bug objc/107553] " brjd_epdjq36 at kygur dot com
  2022-11-07 16:09 ` [Bug objc/107553] objc " pinskia at gcc dot gnu.org
@ 2022-11-07 16:29 ` brjd_epdjq36 at kygur dot com
  2022-11-07 16:34 ` [Bug testsuite/107553] nested-func-1.m fails due to linker warning about executable stack pinskia at gcc dot gnu.org
  2022-11-29  9:16 ` brjd_epdjq36 at kygur dot com
  4 siblings, 0 replies; 6+ messages in thread
From: brjd_epdjq36 at kygur dot com @ 2022-11-07 16:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Brjd <brjd_epdjq36 at kygur dot com> ---
Created attachment 53845
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53845&action=edit
linker issue

I think you are right. It is a linker issue and has nothing to do with gcc.

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

* [Bug testsuite/107553] nested-func-1.m fails due to linker warning about executable stack
  2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
                   ` (2 preceding siblings ...)
  2022-11-07 16:29 ` brjd_epdjq36 at kygur dot com
@ 2022-11-07 16:34 ` pinskia at gcc dot gnu.org
  2022-11-29  9:16 ` brjd_epdjq36 at kygur dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-07 16:34 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail
          Component|objc                        |testsuite
            Summary|objc 12.2 test fails        |nested-func-1.m fails due
                   |                            |to linker warning about
                   |                            |executable stack
             Status|WAITING                     |NEW

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This warning should be added to the list of regex to remove for the testsuite.

This is just a testsuite issue and nothing else.

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

* [Bug testsuite/107553] nested-func-1.m fails due to linker warning about executable stack
  2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
                   ` (3 preceding siblings ...)
  2022-11-07 16:34 ` [Bug testsuite/107553] nested-func-1.m fails due to linker warning about executable stack pinskia at gcc dot gnu.org
@ 2022-11-29  9:16 ` brjd_epdjq36 at kygur dot com
  4 siblings, 0 replies; 6+ messages in thread
From: brjd_epdjq36 at kygur dot com @ 2022-11-29  9:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Brjd <brjd_epdjq36 at kygur dot com> ---
Thank you. 
Best regards.

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

end of thread, other threads:[~2022-11-29  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 13:06 [Bug objc/107553] New: 12.2 test fails brjd_epdjq36 at kygur dot com
2022-11-07 13:42 ` [Bug objc/107553] " brjd_epdjq36 at kygur dot com
2022-11-07 16:09 ` [Bug objc/107553] objc " pinskia at gcc dot gnu.org
2022-11-07 16:29 ` brjd_epdjq36 at kygur dot com
2022-11-07 16:34 ` [Bug testsuite/107553] nested-func-1.m fails due to linker warning about executable stack pinskia at gcc dot gnu.org
2022-11-29  9:16 ` brjd_epdjq36 at kygur dot com

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).