public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/104181] New: The redundant build.log file in the root directory
@ 2022-01-22  9:09 yansendao at 126 dot com
  2022-01-22  9:19 ` [Bug other/104181] [12 Regression] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: yansendao at 126 dot com @ 2022-01-22  9:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104181
           Summary: The redundant build.log file in the root directory
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: yansendao at 126 dot com
  Target Milestone: ---

Created attachment 52265
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52265&action=edit
NA

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
@ 2022-01-22  9:19 ` redi at gcc dot gnu.org
  2022-01-22 11:05 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2022-01-22  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crazylht at gmail dot com
            Summary|The redundant build.log     |[12 Regression] The
                   |file in the root directory  |redundant build.log file in
                   |                            |the root directory
             Status|UNCONFIRMED                 |NEW
   Target Milestone|---                         |12.0
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-01-22

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Added by g:e7a7dbb5ca5dd69689f1a462ba7620180acfe8b0

How did the commit hooks not reject this?

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
  2022-01-22  9:19 ` [Bug other/104181] [12 Regression] " redi at gcc dot gnu.org
@ 2022-01-22 11:05 ` cvs-commit at gcc dot gnu.org
  2022-01-22 16:09 ` egallager at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-22 11:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:0f4f9c0085eb68e0546804b156aa8bb388f2d3e0

commit r12-6815-g0f4f9c0085eb68e0546804b156aa8bb388f2d3e0
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sat Jan 22 12:03:14 2022 +0100

    toplevel: Remove accedentally checked in file

    This has been added in r12-6342-ge7a7dbb5ca5dd69689f1a probably
    by accident.

    2022-01-22  Jakub Jelinek  <jakub@redhat.com>

            PR other/104181
            * build.log: Remove.

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
  2022-01-22  9:19 ` [Bug other/104181] [12 Regression] " redi at gcc dot gnu.org
  2022-01-22 11:05 ` cvs-commit at gcc dot gnu.org
@ 2022-01-22 16:09 ` egallager at gcc dot gnu.org
  2022-01-24  9:11 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-01-22 16:09 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org
           Keywords|                            |build
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=103331

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
How does build.log even get generated, anyways? Wondering for bug 103331...

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (2 preceding siblings ...)
  2022-01-22 16:09 ` egallager at gcc dot gnu.org
@ 2022-01-24  9:11 ` rguenth at gcc dot gnu.org
  2022-01-24 10:04 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-24  9:11 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed, but maybe we can look to reject this in the ChangeLog verifier?

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (3 preceding siblings ...)
  2022-01-24  9:11 ` rguenth at gcc dot gnu.org
@ 2022-01-24 10:04 ` marxin at gcc dot gnu.org
  2022-01-24 10:10 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-24 10:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #4)
> Fixed, but maybe we can look to reject this in the ChangeLog verifier?

Sure, that's possible. Do we speak about build.log in root directory, or at any
path?

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (4 preceding siblings ...)
  2022-01-24 10:04 ` marxin at gcc dot gnu.org
@ 2022-01-24 10:10 ` jakub at gcc dot gnu.org
  2022-01-24 10:11 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-24 10:10 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think it is only the toplevel directory.
E.g. note also r12-6491-g49ad4d2c30387ec916b16ddc1e235bcb5e53b3b2
which had toplevel empty Makefile.am added, had Makefile.am mentioned in the
ChangeLog entry but really meant libgfortran/ one (and the text from it went to
libgfortran/ one only).
The toplevel ChangeLog has:
2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>

        * Makefile.am: New file.

...

2022-01-07  liuhongt  <hongtao.liu@intel.com>

        * build.log: New file.

for these two.

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (5 preceding siblings ...)
  2022-01-24 10:10 ` jakub at gcc dot gnu.org
@ 2022-01-24 10:11 ` jakub at gcc dot gnu.org
  2022-01-24 10:19 ` marxin at gcc dot gnu.org
  2022-01-24 10:20 ` marxin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-24 10:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Don't we have a rule for New file. additions without ChangeLog coverage?
I thought that was supposed to be for the testsuite directories only, but maybe
it triggers here too.

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (6 preceding siblings ...)
  2022-01-24 10:11 ` jakub at gcc dot gnu.org
@ 2022-01-24 10:19 ` marxin at gcc dot gnu.org
  2022-01-24 10:20 ` marxin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-24 10:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #7)
> Don't we have a rule for New file. additions without ChangeLog coverage?

No.

> I thought that was supposed to be for the testsuite directories only, but
> maybe it triggers here too.

For tests we automatically generate 'New test.'. For other files: 'New file.'.

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

* [Bug other/104181] [12 Regression] The redundant build.log file in the root directory
  2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
                   ` (7 preceding siblings ...)
  2022-01-24 10:19 ` marxin at gcc dot gnu.org
@ 2022-01-24 10:20 ` marxin at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-24 10:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #6)
> I think it is only the toplevel directory.
> E.g. note also r12-6491-g49ad4d2c30387ec916b16ddc1e235bcb5e53b3b2
> which had toplevel empty Makefile.am added, had Makefile.am mentioned in the
> ChangeLog entry but really meant libgfortran/ one (and the text from it went
> to libgfortran/ one only).
> The toplevel ChangeLog has:
> 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
> 
>         * Makefile.am: New file.
> 
> ...
> 
> 2022-01-07  liuhongt  <hongtao.liu@intel.com>
> 
>         * build.log: New file.
> 
> for these two.

All right, so I'll add forbidden files: './Makefile.{in,am}' and 'build.log',
ok?

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

end of thread, other threads:[~2022-01-24 10:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22  9:09 [Bug other/104181] New: The redundant build.log file in the root directory yansendao at 126 dot com
2022-01-22  9:19 ` [Bug other/104181] [12 Regression] " redi at gcc dot gnu.org
2022-01-22 11:05 ` cvs-commit at gcc dot gnu.org
2022-01-22 16:09 ` egallager at gcc dot gnu.org
2022-01-24  9:11 ` rguenth at gcc dot gnu.org
2022-01-24 10:04 ` marxin at gcc dot gnu.org
2022-01-24 10:10 ` jakub at gcc dot gnu.org
2022-01-24 10:11 ` jakub at gcc dot gnu.org
2022-01-24 10:19 ` marxin at gcc dot gnu.org
2022-01-24 10:20 ` marxin at gcc dot gnu.org

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