public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/22337] New: zone collector does not build
@ 2005-07-07  1:23 belyshev at depni dot sinp dot msu dot ru
  2005-07-07  1:28 ` [Bug other/22337] " belyshev at depni dot sinp dot msu dot ru
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-07-07  1:23 UTC (permalink / raw)
  To: gcc-bugs

gcc -c   -O0 -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -fno-common   -DHAVE_CONFIG_H    -I. -I.
-I../../gcc41/gcc -I../../gcc41/gcc/. -I../../gcc41/gcc/../include
-I../../gcc41/gcc/../libcpp/include  ../../gcc41/gcc/ggc-zone.c -o ggc-zone.o
../../gcc41/gcc/ggc-zone.c: In function 'ggc_alloc_zone_stat':
../../gcc41/gcc/ggc-zone.c:1232: error: 'CHUNK_OVERHEAD' undeclared (first use
in this function)
../../gcc41/gcc/ggc-zone.c:1232: error: (Each undeclared identifier is reported
only once
../../gcc41/gcc/ggc-zone.c:1232: error: for each function it appears in.)
make[1]: *** [ggc-zone.o] Error 1

-- 
           Summary: zone collector does not build
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

* [Bug other/22337] zone collector does not build
  2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
@ 2005-07-07  1:28 ` belyshev at depni dot sinp dot msu dot ru
  2005-07-07  1:31 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-07-07  1:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |07/msg00397.html


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

* [Bug other/22337] zone collector does not build
  2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
  2005-07-07  1:28 ` [Bug other/22337] " belyshev at depni dot sinp dot msu dot ru
@ 2005-07-07  1:31 ` pinskia at gcc dot gnu dot org
  2005-07-07  1:32 ` [Bug other/22337] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-07  1:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-07 01:31 -------
Confirmed, this was caused by:
2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>

        * ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.
        * ggc-zone.c (ggc_alloc_zone_1): Ditto.
        * timevar.c (timevar_ggc_mem_total): New variable.
        (GGC_MEM_BOUND): New constant.
        (get_time): Record ggc memory status.
        (timevar_accumulate): Accumulate amount of ggc memory.
        (timevar_print): Print consumption of ggc memory.
        * timevar.def (TV_FIND_REFERENCED_VARS, TV_TREE_REDPHI,
        TV_TREE_LOOP_BOUNDS, TV_TREE_LOOP_IVCANON, TV_TREE_VECTORIZATION,
        TV_TREE_LINEAR_TRANSFORM): Shorten strings to fit in 22 characters.
        * timevar.h (struct timevar_time_def): Add ggc_mem field.
        (timevar_ggc_mem_total): Declare.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-07 01:31:08
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

* [Bug other/22337] [4.1 Regression] zone collector does not build
  2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
  2005-07-07  1:28 ` [Bug other/22337] " belyshev at depni dot sinp dot msu dot ru
  2005-07-07  1:31 ` pinskia at gcc dot gnu dot org
@ 2005-07-07  1:32 ` pinskia at gcc dot gnu dot org
  2005-07-25 15:14 ` cvs-commit at gcc dot gnu dot org
  2005-07-25 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-07  1:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-07 01:32 -------
This is a regression too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|zone collector does not     |[4.1 Regression] zone
                   |build                       |collector does not build
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

* [Bug other/22337] [4.1 Regression] zone collector does not build
  2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
                   ` (2 preceding siblings ...)
  2005-07-07  1:32 ` [Bug other/22337] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-07-25 15:14 ` cvs-commit at gcc dot gnu dot org
  2005-07-25 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-25 15:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-25 15:14 -------
Subject: Bug 22337

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2005-07-25 15:14:21

Modified files:
	gcc            : ChangeLog ggc-zone.c 

Log message:
	2005-07-25  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
	
	PR other/22337
	* ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
	(ggc_print_statistics): Initialize variable before use.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9537&r2=2.9538
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ggc-zone.c.diff?cvsroot=gcc&r1=2.27&r2=2.28



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

* [Bug other/22337] [4.1 Regression] zone collector does not build
  2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
                   ` (3 preceding siblings ...)
  2005-07-25 15:14 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-25 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-25 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-25 15:14 -------
Fixed, I applied the fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22337


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

end of thread, other threads:[~2005-07-25 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-07  1:23 [Bug other/22337] New: zone collector does not build belyshev at depni dot sinp dot msu dot ru
2005-07-07  1:28 ` [Bug other/22337] " belyshev at depni dot sinp dot msu dot ru
2005-07-07  1:31 ` pinskia at gcc dot gnu dot org
2005-07-07  1:32 ` [Bug other/22337] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-25 15:14 ` cvs-commit at gcc dot gnu dot org
2005-07-25 15:22 ` pinskia at gcc dot gnu dot 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).