Re: [PATCH] libstdc++: Fix formatting of 3-digits months, day, weekday and hour [PR120481]

2025-06-04 Thread Jonathan Wakely
On 02/06/25 13:19 +0200, Tomasz Kamiński wrote: This patch fixes the handle multiple digits values for the month, day, weekday and hour, when used with the %m, %d, %e, %m, %u, %w, %H, and %D, %F specifiers. The values are now printed unmodified. This patch also fixes printing negative year with

Re: [PATCH] libstdc++: Fix formatting of 3-digits months, day, weekday and hour [PR120481]

2025-06-02 Thread Tomasz Kaminski
On Mon, Jun 2, 2025 at 1:21 PM Tomasz Kamiński wrote: > This patch fixes the handle multiple digits values for the month, day, > weekday > and hour, when used with the %m, %d, %e, %m, %u, %w, %H, and %D, %F > specifiers. > The values are now printed unmodified. This patch also fixes printing > n

[PATCH] libstdc++: Fix formatting of 3-digits months, day, weekday and hour [PR120481]

2025-06-02 Thread Tomasz Kamiński
This patch fixes the handle multiple digits values for the month, day, weekday and hour, when used with the %m, %d, %e, %m, %u, %w, %H, and %D, %F specifiers. The values are now printed unmodified. This patch also fixes printing negative year with %F, where the values was not padded to four digits

[Ada] Fix formatting of version message for gnat driver

2025-03-19 Thread Eric Botcazou
Like the main driver (as well as gccgo, gccrs, gcov, etc) the gnat driver prints the standard version message in response to the --version switch, but it is not properly formatted. Tested on x86-64/Linux, applied on the mainline. 2025-03-19 Eric Botcazou * gnatvsn.adb (Gnat_Free_So

[PATCH] libstdc++: Fix formatting of chrono::duration with character rep [PR116755]

2024-10-02 Thread Jonathan Wakely
Tested x86_64-linux. -- >8 -- Implement Peter Dimov's suggestion for resolving LWG 4118, which is to use +d.count() so that character types are promoted to an integer type before formatting them. This didn't have unanimous consensus in the committee as Howard Hinnant proposed that we should forma

[committed] libgomp.texi: Remove now duplicate TR13 item (was: [committed] libgomp.texi: fix formatting; add post-TR13 OpenMP impl. status items)

2024-09-27 Thread Tobias Burnus
Continuing reading https://gcc.gnu.org/onlinedocs/libgomp/OpenMP-Technical-Report-13.html showed that I missed one old item, which could be now removed: With the new 'storage' map type it was also no longer fully applicable – and the newly added text already covered it. Committed as Rev. r15

[committed] libgomp.texi: fix formatting; add post-TR13 OpenMP impl. status items

2024-09-27 Thread Tobias Burnus
, causing text omissions in the spec, which is something I would otherwise probably only encountered after the spec release.) Tobias commit 6b7eaec20b046eebc771022e460c2206580aef04 Author: Tobias Burnus Date: Fri Sep 27 10:48:09 2024 +0200 libgomp.texi: fix formatting; add post-TR13 OpenMP

[committed] libstdc++: Fix formatting of most negative chrono::duration [PR116755]

2024-09-22 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- When formatting chrono::duration::min() we were causing undefined behaviour by trying to form the negative of the most negative value. If we convert negative durations with integer rep to the corresponding unsigned integer rep then we can safely repr

[COMMITTED 09/31] ada: Fix formatting in list of implemented Ada 2012 features

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Fix formatting; meaning is unaffected. gcc/ada/ * doc/gnat_rm/implementation_of_ada_2012_features.rst: Fix formatting. * gnat_rm.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/doc/gnat_rm

[COMMITTED 4/9] gccrs: expand: Fix formatting for "macro not found" error

2024-02-21 Thread arthur . cohen
From: Arthur Cohen gcc/rust/ChangeLog: * expand/rust-macro-expand.h (struct MacroExpander): Nitpick: fix formatting of emitted error. --- gcc/rust/expand/rust-macro-expand.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/rust/expand/rust-macro

[PATCH] MAINTAINERS: Fix formatting

2023-11-10 Thread Sam James
ChangeLog: * MAINTAINERS (Write After Approval): Fix indentation and missing email bracket. Signed-off-by: Sam James --- MAINTAINERS | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c43167d9a752..9ad68687f769 100644 --- a

[committed] libstdc++: Fix formatting of filesystem directory iterators

2023-10-21 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- Fix indentation. libstdc++-v3/ChangeLog: * include/bits/fs_dir.h (operator==(default_sentinel_t)): Fix indentation. --- libstdc++-v3/include/bits/fs_dir.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff

[committed] libstdc++: Fix formatting of negative chrono::hh_mm_ss

2023-07-19 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux. Pushed to trunk. -- >8 -- When formatting with an empty chrono spec ("{}") two minus signs were being added to hh_mm_ss values. This is because the __is_neg flag was checked to add one explicitly, and then the ostream operator added another one. We should only check the __is

[COMMITTED] ada: Fix formatting inconsistency in User's Guide

2023-05-15 Thread Marc Poulhiès via Gcc-patches
From: Ronan Desplanques gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Fix formatting inconsistency. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[committed 79/88] gccrs: Fix formatting

2023-04-05 Thread arthur . cohen
From: Owen Avery gcc/rust/ChangeLog: * ast/rust-pattern.h: Fix formatting. Signed-off-by: Owen Avery --- gcc/rust/ast/rust-pattern.h | 70 ++--- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/gcc/rust/ast/rust-pattern.h b/gcc/rust/ast

[committed] libstdc++: Fix formatting in std::filesystem helper function

2023-03-20 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * src/filesystem/ops-common.h (get_temp_directory_from_env): Fix formatting. --- libstdc++-v3/src/filesystem/ops-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstdc++

Re: [committed] Docs: Fix formatting issues in BPF built-ins documentation

2023-03-20 Thread Jose E. Marchesi via Gcc-patches
aned it up thusly. Thank you so much for fixing these issues in the manual. Very much appreciated :) > > -Sandra > > commit 7ffbc74c8c202a16a5e987134f03c2359c531f0e > Author: Sandra Loosemore > Date: Thu Mar 16 21:07:18 2023 + > > Docs: Fix formatting issues in BPF

[committed] Docs: Fix formatting issues in BPF built-ins documentation

2023-03-16 Thread Sandra Loosemore
ommit 7ffbc74c8c202a16a5e987134f03c2359c531f0e Author: Sandra Loosemore Date: Thu Mar 16 21:07:18 2023 + Docs: Fix formatting issues in BPF built-ins documentation. gcc/ChangeLog: * doc/extend.texi (BPF Built-in Functions): Fix numerous markup issues. Add more

Re: [PATCH 6/8] libstdc++: Fix formatting

2023-02-24 Thread Matthias Kretz via Gcc-patches
On Friday, 24 February 2023 18:14:53 CET Jonathan Wakely wrote: > Looks like there are a few remaining spaces that could be removed > where you've joined lines, e.g. Fixed and pushed. > OK for trunk anyway (and the branches if you want). I'll likely backport after I backported all other patches

Re: [PATCH 6/8] libstdc++: Fix formatting

2023-02-24 Thread Jonathan Wakely via Gcc-patches
On Thu, 23 Feb 2023 at 08:54, Matthias Kretz via Libstdc++ wrote: > > > > Whitespace changes only. Looks like there are a few remaining spaces that could be removed where you've joined lines, e.g. +{ return static_cast<_Up*>( __builtin_assume_aligned(__ptr, _S_alignment<_Tp, _Up>)); } and

[PATCH 6/8] libstdc++: Fix formatting

2023-02-23 Thread Matthias Kretz via Gcc-patches
Whitespace changes only. Signed-off-by: Matthias Kretz libstdc++-v3/ChangeLog: * include/experimental/bits/simd.h: Line breaks and indenting fixed to follow the libstdc++ standard. * include/experimental/bits/simd_builtin.h: Likewise. * include/experimental/bit

[COMMITTED] ada: Fix formatting glitches in Make_Tag_Assignment

2022-11-22 Thread Marc Poulhiès via Gcc-patches
From: Eric Botcazou gcc/ada/ * exp_ch3.adb (Make_Tag_Assignment): Fix formatting glitches. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/gcc

[Ada] Fix formatting glitches in GNAT User's Guide

2022-05-11 Thread Pierre-Marie de Rodat via Gcc-patches
Only enhancement of formatting. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * doc/gnat_ugn/gnat_and_program_execution.rst, doc/gnat_ugn/gnat_utility_programs.rst, doc/gnat_ugn/inline_assembler.rst: Fix typos and formatting glitches. * gnat_u

[PATCH] rs6000: Fix formatting of *mov{si,di}_internal.*

2019-11-28 Thread Segher Boessenkool
This implements the improvements I asked for. Committing. Segher 2019-11-28 Segher Boessenkool * config/rs6000/rs6000.md (*movsi_internal1): Fix formatting. Improve formatting. (*movdi_internal64): Ditto. --- gcc/config/rs6000/rs6000.md | 192

[doc, committed] fix formatting in @gccoptlist environments

2018-11-16 Thread Sandra Loosemore
When I was working on some other doc fixes I noticed that there were a few cases of lines overflowing the right margin in some of the option summary lists. So when I was fixing that, I noticed some other formatting inconsistencies, like only one space instead of two separating options on the s

[PATCH] PR other/87353 fix formatting and grammar in manual

2018-09-18 Thread Jonathan Wakely
(Link Options): Fix formatting and grammar. Committing to trunk as obvious. I'll also backport it to gcc-7 and gcc-8 branches. commit ebf978995cadb23e91d112d859f0e3f5dfb055ad Author: Jonathan Wakely Date: Tue Sep 18 15:07:45 2018 +0100 PR other/87353 fix formatting and grammar in m

Re: [PATCH] Fix formatting of -ftime-report.

2018-02-26 Thread Jeff Law
a > > * timevar.c (timer::print_row): Remove 'usr', 'sys', 'wall' and > 'ggc' suffixes. Change first column width. > (timer::print): Fix formatting of the column. Yea, this seems reasonable, even for stage4. OK. jeff

Go patch committed: Fix formatting in go/lang.opt

2017-02-20 Thread Ian Lance Taylor
This patch fixes a character in go/lang.opt to be a tab rather than a space. This fixes GCC PR 79642. Bootstrapped on x86_64-pc-linux-gnu. Committed to mainline. Ian 2017-02-20 Ian Lance Taylor PR go/79642 * lang.opt (-fgo-relative-import-path): Change space to tab. Index: g

[diagnostic] fix formatting

2016-10-12 Thread Nathan Sidwell
I noticed some extraneous braces and extra long lines. Applied as obvious. nathan 2016-10-12 Nathan Sidwell * diagnostic.c (diagnostc_report_diagnostic): Fix formatting. Index: diagnostic.c === --- diagnostic.c (revision

Re: [PATCH] Fix formatting of the -fdec-math changes

2016-10-11 Thread Steve Kargl
On Tue, Oct 11, 2016 at 09:00:54PM +0200, Jakub Jelinek wrote: > On Tue, Oct 11, 2016 at 02:47:34PM -0400, Fritz Reese wrote: > > On Tue, Oct 11, 2016 at 2:44 PM, Fritz Reese wrote: > > > On Mon, 2016-10-11 08:43 AM, Markus Trippelsdorf > > > wrote: > > >> This patch breaks bootstrap: > > > ...

Re: [PATCH] Fix formatting of the -fdec-math changes

2016-10-11 Thread Jakub Jelinek
On Tue, Oct 11, 2016 at 03:15:24PM -0400, Fritz Reese wrote: > > --- gcc/fortran/simplify.c.jj 2016-10-11 20:51:01.767308095 +0200 > > +++ gcc/fortran/simplify.c 2016-10-11 20:56:27.468199551 +0200 > > @@ -1717,27 +1717,24 @@ simplify_trig_call (gfc_expr *icall) > > > >/* The actual simp

Re: [PATCH] Fix formatting of the -fdec-math changes

2016-10-11 Thread Fritz Reese
On Tue, Oct 11, 2016 at 3:00 PM, Jakub Jelinek wrote: > On Tue, Oct 11, 2016 at 02:47:34PM -0400, Fritz Reese wrote: >> On Tue, Oct 11, 2016 at 2:44 PM, Fritz Reese wrote: >> > On Mon, 2016-10-11 08:43 AM, Markus Trippelsdorf >> > wrote: >> >> This patch breaks bootstrap: >> > ... >> > >> > Sor

[PATCH] Fix formatting of the -fdec-math changes

2016-10-11 Thread Jakub Jelinek
On Tue, Oct 11, 2016 at 02:47:34PM -0400, Fritz Reese wrote: > On Tue, Oct 11, 2016 at 2:44 PM, Fritz Reese wrote: > > On Mon, 2016-10-11 08:43 AM, Markus Trippelsdorf > > wrote: > >> This patch breaks bootstrap: > > ... > > > > Sorry all!! was in a rush to get in the car this morning and made a

Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-18 Thread Mike Stump
> On Apr 16, 2016, at 1:31 PM, Gerald Pfeifer wrote: > Soo, GCC 6 has branched -- would it make sense for you guys to > start this removal? No, the home page says: Status: 2016-03-10 (regression fixes & docs only). for gcc 7 (aka trunk). Technically, that should update to say all fixes, _b

Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-17 Thread Andrew Haley
On 16/04/16 21:31, Gerald Pfeifer wrote: > On Sun, 10 Apr 2016, Andrew Hughes wrote: >>> That said, looking at the page, and how since 2005 nearly all changes >>> have been maintainance ones from me, is it really worthwhile keeping >>> this (short of historic reasons)? >> I guess the next news will

Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-16 Thread Gerald Pfeifer
On Sun, 10 Apr 2016, Andrew Hughes wrote: >> That said, looking at the page, and how since 2005 nearly all changes >> have been maintainance ones from me, is it really worthwhile keeping >> this (short of historic reasons)? > I guess the next news will be the removal of GCJ during the > GCC 7 devel

Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-10 Thread Andrew Hughes
- Original Message - > It turns out the stricter server settings also broke the /java > page on gcc.gnu.org. > > This restores showing two columns on this page (though it still > uses non-standard CSS extensions). > > > That said, looking at the page, and how since 2005 nearly all change

[wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-09 Thread Gerald Pfeifer
It turns out the stricter server settings also broke the /java page on gcc.gnu.org. This restores showing two columns on this page (though it still uses non-standard CSS extensions). That said, looking at the page, and how since 2005 nearly all changes have been maintainance ones from me, is it

fix formatting

2015-11-26 Thread Mike Stump
I checked this in to fix a formatting issue. != binds more tightly than &&. Index: lra-constraints.c === --- lra-constraints.c (revision 230982) +++ lra-constraints.c (working copy) @@ -2556,8 +2556,8 @@ process_alt_operands (in

Re: [libvtv] Fix formatting errors

2015-08-26 Thread Jeff Law
On 08/26/2015 01:50 PM, Caroline Tice wrote: As far as I know vtv is working just fine...is there something I don't know about? I'm not aware of anything that isn't working, but I'm also not aware of vtv in widespread use, typical performance hit experienced, etc. jeff

Fwd: [libvtv] Fix formatting errors

2015-08-26 Thread Caroline Tice
-- Forwarded message -- From: Caroline Tice Date: Wed, Aug 26, 2015 at 12:50 PM Subject: Re: [libvtv] Fix formatting errors To: Jeff Law Cc: Rainer Orth , GCC Patches As far as I know vtv is working just fine...is there something I don't know about? -- Carolin

Re: [libvtv] Fix formatting errors

2015-08-26 Thread Jeff Law
yet not even compiled) fixes some of the most glaring errors. The Solaris port will fix a few of the latter ones. Do you think this is the right direction or did I get something wrong? Thanks. Rainer 2015-08-26 Rainer Orth Fix formatting errors. I'm more interested i

[libvtv] Fix formatting errors

2015-08-26 Thread Rainer Orth
glaring errors. The Solaris port will fix a few of the latter ones. Do you think this is the right direction or did I get something wrong? Thanks. Rainer 2015-08-26 Rainer Orth Fix formatting errors. # HG changeset patch # Parent 6459822b8e6fa7647ad0d12ffb6f3da7bd0c5db2 Fix

[AArch64, Obvious] Fix formatting of SHLL and friends

2014-11-21 Thread James Greenhalgh
Hi, I spotted in an assembly dump, that the the SHLL, SHLL2, SADDL, and SSUBL instructions appear out of line, as they are missing a tab between their mnemonic and their operands. I've committed (revision 217917) the attached as the obvious fix to this. Tested with a build-test and a run of aarc

[SH, committed] Fix formatting in sh-mem.cc

2014-05-03 Thread Oleg Endo
Hello, Attached patch tested with 'make all-gcc', committed as r210037. Cheers, Oleg gcc/ChangeLog: * config/sh/sh-mem.cc: Use tabs instead of spaces. (prob_unlikely, prob_likely): Make variables const. Index: gcc/config/sh/sh-mem.cc ==

[v3 patch] fix formatting in doxygen comment

2013-12-03 Thread Jonathan Wakely
2013-12-03 Jonathan Wakely * include/std/fstream (basic_filebuf::open): Use preformatted text for table in Doxygen comment. Tested x86_64-linux. Committed to trunk. commit 8699304a9d3261d2b52636ee46c0203538de8fa1 Author: Jonathan Wakely Date: Tue Dec 3 12:40:46 2013 +

Fix formatting glitches

2013-06-25 Thread Eric Botcazou
This fixes a few formatting glitches introduced in very recent patches that I ran into when merging them on the sso branch. Bootstrapped/regtested on x86_64-suse-linux, applied on mainline as obvious. 2013-06-25 Eric Botcazou * expr.c (expand_expr_real_1) : Fix formatting glitches

[Patch ARM] Obvious - fix formatting character for register with vmov.f64

2011-12-05 Thread Ramana Radhakrishnan
. Committed as obvious. cheers Ramana 2011-12-06 Ramana Radhakrishnan * config/arm/vfp.md (*combine_vcvt_f64_): Fix formatting character for vmov.f64 case. Index: gcc/config/arm/vfp.md === --- gcc/config/arm