Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#1292 closed defect (fixed)

No support of %j*, %z* and %t* in printf() etc.

Reported by: Sebastian Huber Owned by: Ralf Corsepius
Priority: normal Milestone: 4.10
Component: tool/newlib Version: unspecified
Severity: normal Keywords:
Cc: joel.sherrill@… Blocked By:
Blocking:

Description (last modified by Gedare Bloom)

The following code:

printf( "%ju\n", 0);
printf( "%zu\n", 0);
printf( "%ti\n", 0);

produces:

ju
zu
ti

Change History (3)

comment:1 Changed on 07/21/08 at 15:50:10 by Joel Sherrill

Cc: Joel Sherrill added

comment:2 Changed on 08/24/11 at 07:23:01 by Sebastian Huber

Milestone: 2
Resolution: fixed
Status: newclosed

Fixed long ago.

comment:3 Changed on 11/22/14 at 12:38:58 by Gedare Bloom

Description: modified (diff)
Milestone: 4.10
Note: See TracTickets for help on using tickets.