View Issue Details

IDProjectCategoryView StatusLast Update
0004809The Dark ModCodingpublic01.06.2018 16:27
ReporterStefanB Assigned Tostgatilov  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux 
Product VersionTDM 2.06 
Target VersionTDM 2.07Fixed in VersionTDM 2.07 
Summary0004809: Unknown value "HUGE" in tools/compilers/roqvq/codec.cpp
DescriptionThe code uses "HUGE" as an initialization value for some double variables. This should probably be DBL_MAX from <float.h>
TagsNo tags attached.

Activities

stgatilov

stgatilov

01.06.2018 15:06

administrator   ~0010493

This is some deprecated version of HUGE_VAL, I guess.
Anyway, all of these HUGEs are actually infinities.

P.S. I wonder, what version of gcc you use?
stgatilov

stgatilov

01.06.2018 15:21

administrator   ~0010494

Fixed in svn rev 7428.
StefanB

StefanB

01.06.2018 15:59

reporter   ~0010495

Sorry for reopening, otherwise I can not add a comment :-/

Its not compiler, but libc dependent:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=813378e9fe17e029caf627cab76fe23eb46815fa

Issue History

Date Modified Username Field Change
31.05.2018 18:02 StefanB New Issue
01.06.2018 13:57 stgatilov Assigned To => stgatilov
01.06.2018 13:57 stgatilov Status new => assigned
01.06.2018 15:06 stgatilov Note Added: 0010493
01.06.2018 15:21 stgatilov Note Added: 0010494
01.06.2018 15:21 stgatilov Target Version => TDM 2.07
01.06.2018 15:21 stgatilov Status assigned => resolved
01.06.2018 15:21 stgatilov Fixed in Version => TDM 2.07
01.06.2018 15:21 stgatilov Resolution open => fixed
01.06.2018 15:59 StefanB Note Added: 0010495
01.06.2018 15:59 StefanB Status resolved => feedback
01.06.2018 15:59 StefanB Resolution fixed => reopened
01.06.2018 16:27 stgatilov Status feedback => resolved
01.06.2018 16:27 stgatilov Resolution reopened => fixed