public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/95333] New: [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data (counter ‘arcs’, expected 230 and have 210) [-Werror=coverage-mismatch] since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff
@ 2020-05-26 12:35 marxin at gcc dot gnu.org
  2020-05-26 19:24 ` [Bug bootstrap/95333] [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data " cvs-commit at gcc dot gnu.org
  2020-05-26 19:25 ` ebotcazou at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-26 12:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95333
           Summary: [11 Regression] error: number of counters in profile
                    data for function ‘exp_attr__find_stream_subprogram’
                    does not match its profile data (counter ‘arcs’,
                    expected 230 and have 210) [-Werror=coverage-mismatch]
                    since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: ebotcazou at gcc dot gnu.org
  Target Milestone: ---

Since the revision I see bootstrap failure:

$ ../configure --enable-languages=c,c++,lto,ada --disable-multilib
--disable-libsanitizer --disable-werror --with-build-config=bootstrap-lto-lean
&& time make -j128 STAGE1_CFLAGS="-O2 -g" profiledbootstrap

...
cp doc/gcc.1 doc/g++.1
../../gcc/ada/libgnat/s-rident.ads: In function
‘exp_attr__find_stream_subprogram’:
../../gcc/ada/exp_attr.adb:7930:4: error: number of counters in profile data
for function ‘exp_attr__find_stream_subprogram’ does not match its profile data
(counter ‘arcs’, expected 230 and have 210) [-Werror=coverage-mismatch]
../../gcc/ada/exp_attr.adb:7930:4: error: the control flow of function
‘exp_attr__find_stream_subprogram’ does not match its profile data (counter
‘time_profiler’) [-Werror=coverage-mismatch]
gnat1: some warnings being treated as errors
make[3]: *** [../../gcc/ada/gcc-interface/Make-lang.in:138: ada/exp_attr.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
../../gcc/ada/libgnat/s-rident.ads: In function ‘exp_ch3__stream_operation_ok’:
../../gcc/ada/exp_ch3.adb:10727:4: error: number of counters in profile data
for function ‘exp_ch3__stream_operation_ok’ does not match its profile data
(counter ‘arcs’, expected 66 and have 65) [-Werror=coverage-mismatch]
../../gcc/ada/exp_ch3.adb:10727:4: error: the control flow of function
‘exp_ch3__stream_operation_ok’ does not match its profile data (counter
‘time_profiler’) [-Werror=coverage-mismatch]
../../gcc/ada/libgnat/s-rident.ads: In function ‘exp_ch3__predef_deep_spec’:
../../gcc/ada/exp_ch3.adb:10254:4: error: number of counters in profile data
for function ‘exp_ch3__predef_deep_spec’ does not match its profile data
(counter ‘arcs’, expected 28 and have 27) [-Werror=coverage-mismatch]
../../gcc/ada/exp_ch3.adb:10254:4: error: the control flow of function
‘exp_ch3__predef_deep_spec’ does not match its profile data (counter
‘time_profiler’) [-Werror=coverage-mismatch]
gnat1: some warnings being treated as errors
make[3]: *** [../../gcc/ada/gcc-interface/Make-lang.in:138: ada/exp_ch3.o]
Error 1
../../gcc/ada/libgnat/s-rident.ads: In function
‘sem_attr__analyze_attribute__check_stream_attribute.79’:
../../gcc/ada/sem_attr.adb:2330:7: error: number of counters in profile data
for function ‘sem_attr__analyze_attribute__check_stream_attribute.79’ does not
match its profile data (counter ‘arcs’, expected 74 and have 73)
[-Werror=coverage-mismatch]
../../gcc/ada/sem_attr.adb:2330:7: error: the control flow of function
‘sem_attr__analyze_attribute__check_stream_attribute.79’ does not match its
profile data (counter ‘time_profiler’) [-Werror=coverage-mismatch]
gnat1: some warnings being treated as errors
make[3]: *** [../../gcc/ada/gcc-interface/Make-lang.in:140: ada/sem_attr.o]
Error 1
rm gcov.pod fsf-funding.pod lto-dump.pod gfdl.pod gpl.pod cpp.pod gcc.pod
gcov-dump.pod gcov-tool.pod
make[3]: Leaving directory '/home/mliska/Programming/gcc/objdir/gcc'
make[2]: *** [Makefile:4988: all-stagefeedback-gcc] Error 2
make[2]: Leaving directory '/home/mliska/Programming/gcc/objdir'
make[1]: *** [Makefile:24692: stagefeedback-bubble] Error 2
make[1]: Leaving directory '/home/mliska/Programming/gcc/objdir'
make: *** [Makefile:24712: profiledbootstrap] Error 2

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

* [Bug bootstrap/95333] [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff
  2020-05-26 12:35 [Bug bootstrap/95333] New: [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data (counter ‘arcs’, expected 230 and have 210) [-Werror=coverage-mismatch] since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff marxin at gcc dot gnu.org
@ 2020-05-26 19:24 ` cvs-commit at gcc dot gnu.org
  2020-05-26 19:25 ` ebotcazou at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-26 19:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotcazou@gcc.gnu.org>:

https://gcc.gnu.org/g:73655feb9d44829ce2153f4f5eacc37a6268ce73

commit r11-643-g73655feb9d44829ce2153f4f5eacc37a6268ce73
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Tue May 26 21:21:08 2020 +0200

    Fix issue with LTO bootstrap

    gcc/ada/ChangeLog
            PR ada/95333
            * gcc-interface/decl.c (gnat_to_gnu_param): Never make a variant of
            the type.

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

* [Bug bootstrap/95333] [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff
  2020-05-26 12:35 [Bug bootstrap/95333] New: [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data (counter ‘arcs’, expected 230 and have 210) [-Werror=coverage-mismatch] since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff marxin at gcc dot gnu.org
  2020-05-26 19:24 ` [Bug bootstrap/95333] [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data " cvs-commit at gcc dot gnu.org
@ 2020-05-26 19:25 ` ebotcazou at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-05-26 19:25 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Presumably.

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

end of thread, other threads:[~2020-05-26 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 12:35 [Bug bootstrap/95333] New: [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data (counter ‘arcs’, expected 230 and have 210) [-Werror=coverage-mismatch] since r11-200-gdb4062a0cbe00ce4075a4d7f68a2ff marxin at gcc dot gnu.org
2020-05-26 19:24 ` [Bug bootstrap/95333] [11 Regression] error: number of counters in profile data for function ‘exp_attr__find_stream_subprogram’ does not match its profile data " cvs-commit at gcc dot gnu.org
2020-05-26 19:25 ` ebotcazou 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).