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

* [Bug c/107207] 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 [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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-11  1:14 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
locale.h does NOT come from GCC but rather your libc provider.
In this case mingw. Please report it to the mingw folks.

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

* [Bug c/107207] 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 [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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-11  1:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely you want to report it to these folks:
Built by Equation Solution <http://www.Equation.com>.

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

* [Bug c/107207] 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 [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
  2 siblings, 0 replies; 4+ messages in thread
From: ceh2624 at gmail dot com @ 2022-10-11  1:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Charles Hildebrant <ceh2624 at gmail dot com> ---
(In reply to Andrew Pinski from comment #2)
> Most likely you want to report it to these folks:
> Built by Equation Solution <http://www.Equation.com>.

That's interesting, Andrew.

I'll do that.

Cheers
Charles

^ 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).