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
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
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
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
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
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
, 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
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
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
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
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
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
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
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
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
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++
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
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
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
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
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
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
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
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
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
(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
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
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
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
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:
> > > ...
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
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
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
> 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
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
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
- 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
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
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
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
-- 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
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
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
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
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
==
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 +
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
.
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
48 matches
Mail list logo