Skip to main content



      Home
Home » Eclipse Projects » Eclipse Titan » TITAN g++ compiler error(TITAN C++ code issue)
TITAN g++ compiler error [message #1859270] Thu, 25 May 2023 08:36 Go to next message
Eclipse UserFriend
Hello,

I got the following issue in file titan/titan.core/compiler2/Setting.cc, where a boolean function returns a NULL value (see code below).

bool Scope::is_in_getter_scope()
  {
    if (parent_scope != NULL) {
      return parent_scope->is_in_getter_scope();
    }
    return [b]NULL[/b];
  }


It's a blocking issue on Alpine:3.16 distribution only.

Thanks a lot,

BR\Yann Garcia
Re: TITAN g++ compiler error [message #1859284 is a reply to message #1859270] Fri, 26 May 2023 08:06 Go to previous messageGo to next message
Eclipse UserFriend
Hi Yann,

This is definitely a mistake. We will correct it soon.
Re: TITAN g++ compiler error [message #1859296 is a reply to message #1859284] Mon, 29 May 2023 01:47 Go to previous messageGo to next message
Eclipse UserFriend
You're welcome ;)
Yann
Re: TITAN g++ compiler error [message #1859322 is a reply to message #1859296] Wed, 31 May 2023 02:31 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

This issue has been fixed. See the details here: https://gitlab.eclipse.org/eclipse/titan/titan.core/-/issues/700
Re: TITAN g++ compiler error [message #1859323 is a reply to message #1859322] Wed, 31 May 2023 02:43 Go to previous message
Eclipse UserFriend
Hello,

Many thanks for your support. Really appreciated ;)

BR\Yann
Previous Topic:Fields declared after extension (...) are not set as optional
Next Topic:Compiler error on in-line template as parameter of a function
Goto Forum:
  


Current Time: Sun Nov 02 05:13:25 EST 2025

Powered by FUDForum. Page generated in 0.03824 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top