[scc-dev] upper case hex output for pass1

From: Tim Kelly <gtkelly_at_dialectronics.com>
Date: Thu, 02 Mar 2023 14:23:53 -0500

Are you expecting upper case hex for values with pass1 output? I am
getting some inconsistency likely due to printf"%llx"):

# cat e.c

long lg = 556;

#define def_d 1.235;
double c_b642 = 1.235;
double dbb = 0x3FF3C28F5C28F5C3;

...

# ./libexec/scc/cc1 e.c
G1 W "lg (
        #W22C
)
G2 D "c_b642 (
        #D3ff3c28f5c28f5c3
)
G3 D "dbb (
        #D3ff3c28f5c28f5c3
)


tim

-- 
You can play almost anything in between, but ultimately, you have to 
come back to 'The One.'
		-- Bootsy Collins
--
To unsubscribe send a mail to scc-dev+unsubscribe_at_simple-cc.org
Received on Thu 02 Mar 2023 - 20:23:53 CET

This archive was generated by hypermail 2.3.0 : Fri 21 Apr 2023 - 16:20:38 CEST