public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0
@ 2023-05-21 19:58 vries at gcc dot gnu.org
  2023-06-19 14:00 ` [Bug testsuite/30480] " vries at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-05-21 19:58 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

            Bug ID: 30480
           Summary: [gdb/testsuite] Ada fails with gcc 7.5.0
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

I started seeing a bunch of ada fails, on openSUSE Leap 15.4 with gcc 7.5.0:
...
FAIL: gdb.ada/import.exp: print imported_var_ada
FAIL: gdb.ada/import.exp: print local_imported_var
FAIL: gdb.ada/import.exp: print pkg.imported_var_ada
FAIL: gdb.ada/import.exp: print pkg.exported_var_ada
FAIL: gdb.ada/import.exp: print exported_var_ada
FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at
pkg.imported_func_ada
FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at imported_func_ada
FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at local_imported_func
FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0, frame_lang=c:
info functions proc_in_
FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1,
frame_lang=ada: info functions proc_in_
FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0, frame_lang=c:
info functions proc_in_
FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1, frame_lang=ada:
info functions proc_in_
FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c:
info functions proc_in_
FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1, frame_lang=ada:
info functions proc_in_
FAIL: gdb.ada/info_exc.exp: info exceptions task
FAIL: gdb.ada/info_exc.exp: info exceptions const.aint
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions task (unexpected output)
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions const.aint (unexpected
output)
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug testsuite/30480] [gdb/testsuite] Ada fails with gcc 7.5.0
  2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
@ 2023-06-19 14:00 ` vries at gcc dot gnu.org
  2023-06-19 14:02 ` vries at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-06-19 14:00 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
All FAILs related to commit d5acae9e9f1 ("Handle Ada Pragma Import and Pragma
Export").

> FAIL: gdb.ada/import.exp: print imported_var_ada
> FAIL: gdb.ada/import.exp: print local_imported_var
> FAIL: gdb.ada/import.exp: print pkg.imported_var_ada
> FAIL: gdb.ada/import.exp: print pkg.exported_var_ada
> FAIL: gdb.ada/import.exp: print exported_var_ada
> FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at
> pkg.imported_func_ada
> FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at imported_func_ada
> FAIL: gdb.ada/import.exp: gdb_breakpoint: set breakpoint at
> local_imported_func

Test-case new in commit.

> FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0,
> frame_lang=c: info functions proc_in_
> FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1,
> frame_lang=ada: info functions proc_in_
> FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0,
> frame_lang=c: info functions proc_in_
> FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1,
> frame_lang=ada: info functions proc_in_
> FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c:
> info functions proc_in_
> FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1,
> frame_lang=ada: info functions proc_in_
> FAIL: gdb.ada/info_exc.exp: info exceptions task
> FAIL: gdb.ada/info_exc.exp: info exceptions const.aint
> FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions task (unexpected output)
> FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions const.aint (unexpected
> output)
>

Regressions since commit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug testsuite/30480] [gdb/testsuite] Ada fails with gcc 7.5.0
  2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
  2023-06-19 14:00 ` [Bug testsuite/30480] " vries at gcc dot gnu.org
@ 2023-06-19 14:02 ` vries at gcc dot gnu.org
  2023-06-19 14:03 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-06-19 14:02 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 14935
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14935&action=edit
gdb.log of three test-cases before commit

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug testsuite/30480] [gdb/testsuite] Ada fails with gcc 7.5.0
  2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
  2023-06-19 14:00 ` [Bug testsuite/30480] " vries at gcc dot gnu.org
  2023-06-19 14:02 ` vries at gcc dot gnu.org
@ 2023-06-19 14:03 ` vries at gcc dot gnu.org
  2023-06-19 14:04 ` vries at gcc dot gnu.org
  2023-10-02  6:56 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-06-19 14:03 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 14936
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14936&action=edit
gdb.log of three test-cases after commit

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug testsuite/30480] [gdb/testsuite] Ada fails with gcc 7.5.0
  2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-06-19 14:03 ` vries at gcc dot gnu.org
@ 2023-06-19 14:04 ` vries at gcc dot gnu.org
  2023-10-02  6:56 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-06-19 14:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 14937
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14937&action=edit
gdb.log of gdb.ada/import.exp

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug testsuite/30480] [gdb/testsuite] Ada fails with gcc 7.5.0
  2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-06-19 14:04 ` vries at gcc dot gnu.org
@ 2023-10-02  6:56 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-10-02  6:56 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30480

--- Comment #5 from Tom de Vries <vries at gcc dot gnu.org> ---
Patch for gdb.ada/import.exp:
https://sourceware.org/pipermail/gdb-patches/2023-October/202877.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2023-10-02  6:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21 19:58 [Bug testsuite/30480] New: [gdb/testsuite] Ada fails with gcc 7.5.0 vries at gcc dot gnu.org
2023-06-19 14:00 ` [Bug testsuite/30480] " vries at gcc dot gnu.org
2023-06-19 14:02 ` vries at gcc dot gnu.org
2023-06-19 14:03 ` vries at gcc dot gnu.org
2023-06-19 14:04 ` vries at gcc dot gnu.org
2023-10-02  6:56 ` vries 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).