Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » TCCLibraries small issue
TCCLibraries small issue [message #1758208] Fri, 24 March 2017 16:43 Go to next message
Naum Spaseski is currently offline Naum SpaseskiFriend
Messages: 81
Registered: February 2016
Location: Sophia Antipolis
Member

Hello everyone,

Today, when i was compiling a test suite using the TCC Libraries on my Fedora 25 (gcc 6.3.1), I had a strange error on line 692 in the file TCCMaths.cc (https://github.com/eclipse/titan.Libraries.TCCUsefulFunctions/blob/master/src/TCCMaths.cc):

Quote:
call of overloaded 'pow(const INTEGER&, const INTEGER&)' is ambiguous


On the other side, on Ubuntu 16.04 (gcc 5.4.0) it doesn't show any error. So I made a small modification:

Quote:
return INTEGER((int)pow(int2float(base), int2float(expo)));


What do you think of that? Can I commit it to the repo?

Best regards,
Naum
Re: TCCLibraries small issue [message #1758285 is a reply to message #1758208] Mon, 27 March 2017 06:46 Go to previous message
Elemer Lelik is currently offline Elemer LelikFriend
Messages: 1120
Registered: January 2015
Senior Member
Hi Naum,

thank you ; we don't test on Fedora, but we have looked into this and we see other small issues like this so we will initiate a new round of review.

Until then , please do commit you changes; you may follow the workflow described here:

https://docs.google.com/presentation/d/1dhZ0BGf5QPZYsRVZN1GZGD698PhcSpjyh_27ZH53l2M/edit#slide=id.g12171771d8_0_28

(please change the repo names accordingly)

Best regards
Elemer





Previous Topic:Titan Installation Issue on Cygwin
Next Topic:IPL4 port TCP connection problem
Goto Forum:
  


Current Time: Sat Apr 20 05:51:03 GMT 2024

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

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

Back to the top