octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60531] dbstack(N) not omitting innermost fram


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60531] dbstack(N) not omitting innermost frames as it should
Date: Mon, 17 May 2021 11:07:43 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62

Update of bug #60531 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #7:

It's not clear for me if this is a compiler bug. It might be:
https://en.cppreference.com/w/cpp/language/integer_literal

IIUC, an integer literal matches int, long int or long long int. I believe
"octave_idx_type" is "long long int" for that target. Unfortunately, the error
message is truncated. So I can't tell if there was another exact match to any
of those types. Maybe "octave_f77_int_type"? It might be "int" or "long int".
But I'm not sure.

Anyway. The buildbot builders seem to be fine with that change.

Closing as fixed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60531>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]