public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/107207] New: Code uses locale.h for thousands separator. Worked well in version 11.3.0, but not in 12.1.0
@ 2022-10-11  1:12 ceh2624 at gmail dot com
  2022-10-11  1:14 ` [Bug c/107207] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ceh2624 at gmail dot com @ 2022-10-11  1:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107207

            Bug ID: 107207
           Summary: Code uses locale.h for thousands separator. Worked
                    well in version 11.3.0, but not in 12.1.0
           Product: gcc
           Version: 12.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ceh2624 at gmail dot com
  Target Milestone: ---

Created attachment 53689
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53689&action=edit
All the relevant files in a zip file

See and compile the primes.c file.  In version 12.1.0 the thousands separator
no longer shows as a result in printf() output. For example...
when prompted a user might enter "10000" then the next line is...
printf("You entered %'d.\n", iTop);
it should show 10,000 nut actually shows 10000

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-11  1:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  1:12 [Bug c/107207] New: Code uses locale.h for thousands separator. Worked well in version 11.3.0, but not in 12.1.0 ceh2624 at gmail dot com
2022-10-11  1:14 ` [Bug c/107207] " pinskia at gcc dot gnu.org
2022-10-11  1:14 ` pinskia at gcc dot gnu.org
2022-10-11  1:19 ` ceh2624 at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).