public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/68167] New: r229585 breaks mingw-w64 bootstrap
@ 2015-10-31 10:06 ismail at i10z dot com
  2015-10-31 11:01 ` [Bug bootstrap/68167] " trippels at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: ismail at i10z dot com @ 2015-10-31 10:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 68167
           Summary: r229585 breaks mingw-w64 bootstrap
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ismail at i10z dot com
  Target Milestone: ---

Hi,

The error message is:

../../combined-6.0.0/gcc/ggc-common.c: In function 'void
init_ggc_heuristics()':
../../combined-6.0.0/gcc/ggc-common.c:822:28: error: 'GGC_MIN_EXPAND' was not
declared in this scope
   set_default_param_value (GGC_MIN_EXPAND, ggc_min_expand_heuristic ());
                            ^
../../combined-6.0.0/gcc/ggc-common.c:822:71: error: 'set_default_param_value'
was not declared in this scope
   set_default_param_value (GGC_MIN_EXPAND, ggc_min_expand_heuristic ());
                                                                       ^
../../combined-6.0.0/gcc/ggc-common.c:823:28: error: 'GGC_MIN_HEAPSIZE' was not
declared in this scope
   set_default_param_value (GGC_MIN_HEAPSIZE, ggc_min_heapsize_heuristic ());
                            ^

Looks like one of the removed headers are actually needed.


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

* [Bug bootstrap/68167] r229585 breaks mingw-w64 bootstrap
  2015-10-31 10:06 [Bug bootstrap/68167] New: r229585 breaks mingw-w64 bootstrap ismail at i10z dot com
@ 2015-10-31 11:01 ` trippels at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-10-31 11:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Fixed by r229623.


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

end of thread, other threads:[~2015-10-31 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-31 10:06 [Bug bootstrap/68167] New: r229585 breaks mingw-w64 bootstrap ismail at i10z dot com
2015-10-31 11:01 ` [Bug bootstrap/68167] " trippels 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).