This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/80978] [8 Regression] LTO/PGO bootstrap broken by r248863


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
The original issue seems to be fixed by the latest revisions r248910 - r248913.

But now I get during final cc1plus link:

during GIMPLE pass: optimized
../../gcc/gcc/c-family/c-pretty-print.c: In member function
‘simple_type_specifier’:
../../gcc/gcc/c-family/c-pretty-print.c:321:1: internal compiler error: in
apply_scale, at profile-count.h:255
 c_pretty_printer::simple_type_specifier (tree t)
 ^
0x10378273 profile_count::apply_scale(profile_count, profile_count) const
        ../../gcc/gcc/profile-count.h:255
0x10f4128b execute_fixup_cfg()
        ../../gcc/gcc/tree-cfg.c:9095
0x10f604cb execute_cleanup_cfg_post_optimizing
        ../../gcc/gcc/tree-cfgcleanup.c:1195
0x10f604cb execute
        ../../gcc/gcc/tree-cfgcleanup.c:1261

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]