public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "vries at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug tdep/26362] [aarch64] gdb/utils.c:671: internal-error: virtual memory exhausted: can't allocate 187647121162241 bytes
Date: Sat, 15 Aug 2020 10:01:43 +0000	[thread overview]
Message-ID: <bug-26362-4717-Mfy0ak4o2t@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-26362-4717@http.sourceware.org/bugzilla/>

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

--- Comment #27 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #22)
> Hmm, I think the test-case needs a fix for gcc-7 and earlier, something
> along the lines of:
> ...
> diff --git a/gdb/testsuite/gdb.fortran/mixed-lang-stack.c
> b/gdb/testsuite/gdb.fortran/mixed-lang-stack....c
> index 0d254cde2c6..39a0ba1f184 100644
> --- a/gdb/testsuite/gdb.fortran/mixed-lang-stack.c
> +++ b/gdb/testsuite/gdb.fortran/mixed-lang-stack.c
> @@ -22,8 +22,14 @@ struct some_struct
>    float a, b;
>  };
>  
> +#if __GNUC__ > 7
> +typedef size_t fortran_charlen_t;
> +#else
> +typedef int fortran_charlen_t;
> +#endif
> +
>  extern void mixed_func_1d_ (int *, float *, double *, complex float *,
> -                           char *, size_t);
> +                           char *, fortran_charlen_t);
>  
>  void
>  mixed_func_1c (int a, float b, double c, complex float d, char *f,
> ...
> [ Found at
> https://gcc.gnu.org/onlinedocs/gfortran/Argument-passing-conventions.html ]
> 

Done:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=3d11c30a6e839cfc126353fd1b35960301a1b6a0

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

  parent reply	other threads:[~2020-08-15 10:01 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10 14:17 [Bug tdep/26362] New: " vries at gcc dot gnu.org
2020-08-10 14:18 ` [Bug tdep/26362] " vries at gcc dot gnu.org
2020-08-10 14:18 ` vries at gcc dot gnu.org
2020-08-10 14:26 ` [Bug tdep/26362] [aarch64] " vries at gcc dot gnu.org
2020-08-10 14:30 ` alahay01 at gcc dot gnu.org
2020-08-11 13:29 ` luis.machado at linaro dot org
2020-08-11 15:25 ` vries at gcc dot gnu.org
2020-08-11 19:38 ` luis.machado at linaro dot org
2020-08-12  7:50 ` vries at gcc dot gnu.org
2020-08-12  9:10 ` vries at gcc dot gnu.org
2020-08-12 12:19 ` vries at gcc dot gnu.org
2020-08-12 12:21 ` vries at gcc dot gnu.org
2020-08-12 12:31 ` vries at gcc dot gnu.org
2020-08-12 13:47 ` luis.machado at linaro dot org
2020-08-12 13:53 ` luis.machado at linaro dot org
2020-08-12 14:17 ` luis.machado at linaro dot org
2020-08-12 14:17 ` luis.machado at linaro dot org
2020-08-12 16:34 ` luis.machado at linaro dot org
2020-08-12 17:02 ` andrew.burgess at embecosm dot com
2020-08-12 17:17 ` luis.machado at linaro dot org
2020-08-12 17:23 ` vries at gcc dot gnu.org
2020-08-12 17:26 ` luis.machado at linaro dot org
2020-08-12 18:12 ` vries at gcc dot gnu.org
2020-08-12 18:20 ` luis.machado at linaro dot org
2020-08-12 18:32 ` luis.machado at linaro dot org
2020-08-12 19:06 ` luis.machado at linaro dot org
2020-08-12 21:13 ` vries at gcc dot gnu.org
2020-08-12 21:15 ` luis.machado at linaro dot org
2020-08-12 22:03 ` vries at gcc dot gnu.org
2020-08-12 22:19 ` luis.machado at linaro dot org
2020-08-14 15:46 ` vries at gcc dot gnu.org
2020-08-15 10:01 ` vries at gcc dot gnu.org [this message]
2020-08-15 10:05 ` vries at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-26362-4717-Mfy0ak4o2t@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).