Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » TITAN g++ compiler error(TITAN C++ code issue)
TITAN g++ compiler error [message #1859270] Thu, 25 May 2023 12:36 Go to next message
Yann Garcia is currently offline Yann GarciaFriend
Messages: 145
Registered: June 2016
Senior Member
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 12:06 Go to previous messageGo to next message
Adam Knapp is currently offline Adam KnappFriend
Messages: 50
Registered: November 2020
Member
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 05:47 Go to previous messageGo to next message
Yann Garcia is currently offline Yann GarciaFriend
Messages: 145
Registered: June 2016
Senior Member
You're welcome ;)
Yann
Re: TITAN g++ compiler error [message #1859322 is a reply to message #1859296] Wed, 31 May 2023 06:31 Go to previous messageGo to next message
Adam Knapp is currently offline Adam KnappFriend
Messages: 50
Registered: November 2020
Member
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 06:43 Go to previous message
Yann Garcia is currently offline Yann GarciaFriend
Messages: 145
Registered: June 2016
Senior Member
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: Thu Apr 25 17:11:59 GMT 2024

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

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

Back to the top