public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
@ 2004-12-05  0:18 danglin at gcc dot gnu dot org
  2004-12-05  0:42 ` [Bug libstdc++/18837] " pcarlini at suse dot de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-12-05  0:18 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/g++ -shared-libgcc -B/mnt/gnu/gcc
-3.3/objdir/gcc/ -nostdinc++ -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/lib
stdc++-v3/src -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.
libs -B/opt/gnu/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-4.0.
0/hppa2.0w-hp-hpux11.11/lib/ -isystem /opt/gnu/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.
11/include -isystem /opt/gnu/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.11/sys-include -g
-O2 -D_GLIBCXX_ASSERT -fmessage-length=0 -DLOCALEDIR="/mnt/gnu/gcc-3.3/objdir/hp
pa2.0w-hp-hpux11.11/libstdc++-v3/po/share/locale" -nostdinc++ -I/mnt/gnu/gcc-3.3
/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 -I/mnt/
gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include -I/mnt/gnu/gcc-3.3
/gcc/libstdc++-v3/libsupc++ -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/include/backward
 -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/testsuite /mnt/gnu/gcc-3.3/gcc/libstdc++-v3
/testsuite/23_containers/set/modifiers/16728.cc    -include bits/stdc++.h  -L/mn
t/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/testsuite -lv3test -lm
   -o ./16728.exe    (timeout = 300)
/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/testsuite/testsuite_performance.h:63: error: r
edefinition of 'struct mallinfo'
/mnt/gnu/gcc-3.3/objdir/gcc/include/stdlib.h:409: error: previous definition of
'struct mallinfo'
compiler exited with status 1

-- 
           Summary: testsuite_performance.h:63: error: redefinition of
                    'struct mallinfo'
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
@ 2004-12-05  0:42 ` pcarlini at suse dot de
  2004-12-05  9:09 ` pcarlini at suse dot de
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2004-12-05  0:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-12-05 00:41 -------
Hi. Have a look to testsuite_performance.h: as you can see, unfortunately at
the moment is not really 100% portable. Please, feel free to suggest changes to
the involved macros enabling support for hppa. Maybe just adding an || __hppa__
at the beginning would do the trick? Thanks.

-- 


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
  2004-12-05  0:42 ` [Bug libstdc++/18837] " pcarlini at suse dot de
@ 2004-12-05  9:09 ` pcarlini at suse dot de
  2004-12-05 22:02 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2004-12-05  9:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-12-05 09:09 -------
To wit, can you test the attached? Thanks. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-05 09:09:22
               date|                            |


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
  2004-12-05  0:42 ` [Bug libstdc++/18837] " pcarlini at suse dot de
  2004-12-05  9:09 ` pcarlini at suse dot de
@ 2004-12-05 22:02 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-12-05 23:28 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-12-05 22:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-12-05 22:01 -------
Subject: Re:  testsuite_performance.h:63: error: redefini tion of 'struct mallinfo'

> To wit, can you test the attached? Thanks. 

I haven't had a chance to test your change but a similar change to
a different part of the #ifdef worked.

Dave


-- 


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-05 22:02 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-12-05 23:28 ` cvs-commit at gcc dot gnu dot org
  2004-12-05 23:31 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-05 23:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-05 23:28 -------
Subject: Bug 18837

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2004-12-05 23:28:23

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite: testsuite_performance.h 

Log message:
	2004-12-05  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/18837
	* testsuite/testsuite_performance.h: Fix mallinfo macros for
	hpux.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2798&r2=1.2799
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_performance.h.diff?cvsroot=gcc&r1=1.13&r2=1.14



-- 


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-12-05 23:28 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-05 23:31 ` pcarlini at suse dot de
  2004-12-06 16:50 ` cvs-commit at gcc dot gnu dot org
  2004-12-06 16:51 ` pcarlini at suse dot de
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2004-12-05 23:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-12-05 23:31 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-12-05 23:31 ` pcarlini at suse dot de
@ 2004-12-06 16:50 ` cvs-commit at gcc dot gnu dot org
  2004-12-06 16:51 ` pcarlini at suse dot de
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-06 16:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-06 16:50 -------
Subject: Bug 18837

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	paolo@gcc.gnu.org	2004-12-06 16:50:44

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite: testsuite_performance.h 

Log message:
	2004-12-06  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/18837
	* testsuite/testsuite_performance.h: Fix mallinfo macros for
	hpux.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.202&r2=1.2224.2.203
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_performance.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.11.4.2&r2=1.11.4.3



-- 


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


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

* [Bug libstdc++/18837] testsuite_performance.h:63: error: redefinition of 'struct mallinfo'
  2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-12-06 16:50 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-06 16:51 ` pcarlini at suse dot de
  6 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2004-12-06 16:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |3.4.4


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


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

end of thread, other threads:[~2004-12-06 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-05  0:18 [Bug libstdc++/18837] New: testsuite_performance.h:63: error: redefinition of 'struct mallinfo' danglin at gcc dot gnu dot org
2004-12-05  0:42 ` [Bug libstdc++/18837] " pcarlini at suse dot de
2004-12-05  9:09 ` pcarlini at suse dot de
2004-12-05 22:02 ` dave at hiauly1 dot hia dot nrc dot ca
2004-12-05 23:28 ` cvs-commit at gcc dot gnu dot org
2004-12-05 23:31 ` pcarlini at suse dot de
2004-12-06 16:50 ` cvs-commit at gcc dot gnu dot org
2004-12-06 16:51 ` pcarlini at suse dot de

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