public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string
@ 2004-05-20 23:14 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-05-21  0:13 ` [Bug bootstrap/15546] " pinskia at gcc dot gnu dot org
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-05-20 23:14 UTC (permalink / raw)
  To: gcc-bugs

Build failure in stage 3, latest CVS, linking abi_check

mushroom~...gcc-obj>uname -a
SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2

mushroom~...gcc-obj>alias CONFIGURE
setenv CC gcc ; /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --disable-libmudflap --enable-languages=c++

mushroom~...gcc-obj>alias BUILD
nice gmake CFLAGS='-O' BOOT_CFLAGS='-O' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O -fno-implicit-templates' bootstrap


/export/home/mckelvey/utilities/gcc-obj/gcc/g++ -shared-libgcc
-B/export/home/mckelvey/utilities/gcc-obj/gcc/ -nostdinc++
-B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include -g -O2 -D_GLIBCXX_ASSERT
-ffunction-sections -fdata-sections -fmessage-length=0
-DLOCALEDIR=/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/po/share/locale
-O -o abi_check abi_check.o 
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
-lv3test
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite
-lm -Wl,--rpath -Wl,/export/home/mckelvey/utilities/gcc-obj/gcc -Wl,--rpath
-Wl,/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite/libv3test.a(testsuite_abi.o)(.gnu.linkonce.t._ZNSs12_S_constructIN9__gnu_cxx17__normal_iteratorIPcSsEEEES2_T_S4_RKSaIcESt20forward_iterator_tag+0xb8):
In function `char* std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_S_construct<__gnu_cxx::__normal_iterator<char*,
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >
>(__gnu_cxx::__normal_iterator<char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
__gnu_cxx::__normal_iterator<char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >, std::allocator<char> const&,
std::forward_iterator_tag)':
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/testsuite_abi.cc:210: undefined
reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_terminal'
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite/libv3test.a(testsuite_abi.o)(.gnu.linkonce.t._ZNSs12_S_constructIN9__gnu_cxx17__normal_iteratorIPcSsEEEES2_T_S4_RKSaIcESt20forward_iterator_tag+0xbc):/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/testsuite_abi.cc:106:
undefined reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_terminal'
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::_Rep::_S_max_size'
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_max_size'
collect2: ld returned 1 exit status
gmake[4]: *** [abi_check] Error 1
gmake[4]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/mnt/home3/utilities/gcc-obj'
gmake: *** [bootstrap] Error 2

-- 
           Summary: Bootstrap stage3: Undefined references to basic_string
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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


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

* [Bug bootstrap/15546] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-05-21  0:13 ` pinskia at gcc dot gnu dot org
  2004-05-21  2:59 ` pinskia at gcc dot gnu dot org
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 23:54 -------
Something is being miscompiled.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, wrong-code


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


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

* [Bug bootstrap/15546] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-05-21  0:13 ` [Bug bootstrap/15546] " pinskia at gcc dot gnu dot org
@ 2004-05-21  2:59 ` pinskia at gcc dot gnu dot org
  2004-05-21 13:37 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21  2:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-20 01:11 -------
What was the last entry in the ChangeLog?

-- 


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


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

* [Bug bootstrap/15546] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-05-21  0:13 ` [Bug bootstrap/15546] " pinskia at gcc dot gnu dot org
  2004-05-21  2:59 ` pinskia at gcc dot gnu dot org
@ 2004-05-21 13:37 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-05-21 13:44 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-05-21 13:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-05-20 15:10 -------
(In reply to comment #2)
> What was the last entry in the ChangeLog?

ChangeLog

2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>

	PR bootstrap/15120
	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
	* */configure: Rebuilt.

gcc/ChangeLog
2004-05-19  Jeff Law <law@redhat.com>

	* tree-ssa-phiopt.c (value_replacement): Handle the case where
	the desired edge out of COND_BLOCK reaches OTHER_BLOCK rather than
	BB directly.

libstdc++-v3/ChangeLog
2004-05-18  Jonathan Wakely  <redi@gcc.gnu.org>

	* include/ext/stdio_filebuf.h: Update comments to reflect PR 11691.


-- 


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


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

* [Bug bootstrap/15546] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-05-21 13:37 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-05-21 13:44 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-05-21 14:10 ` pinskia at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-05-21 13:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-05-20 15:16 -------
(In reply to comment #1)
> Something is being miscompiled.

I'm using the compiler below, and building in a separate tree as recommended.

Reading specs from /mnt/home3/utilities/lib/gcc/sparc-sun-solaris2.7/3.5.0/specs
Configured with: /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --enable-languages=c++
Thread model: posix
gcc version 3.5.0 20040324 (experimental)


-- 


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


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

* [Bug bootstrap/15546] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (3 preceding siblings ...)
  2004-05-21 13:44 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-05-21 14:10 ` pinskia at gcc dot gnu dot org
  2004-05-21 16:15 ` [Bug bootstrap/15546] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21 14:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-20 15:19 -------
This is a cgraph problem, it might be that some of the functions are not being marked as needed so 
they are not being outputed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at gcc dot gnu dot org


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (4 preceding siblings ...)
  2004-05-21 14:10 ` pinskia at gcc dot gnu dot org
@ 2004-05-21 16:15 ` pinskia at gcc dot gnu dot org
  2004-05-21 16:57 ` schwab at suse dot de
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21 16:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Bootstrap stage3: Undefined |[3.5 Regression] Bootstrap
                   |references to basic_string  |stage3: Undefined references
                   |                            |to basic_string
   Target Milestone|---                         |3.5.0


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 preceding siblings ...)
  2004-05-21 16:15 ` [Bug bootstrap/15546] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-05-21 16:57 ` schwab at suse dot de
  2004-05-22 14:54 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: schwab at suse dot de @ 2004-05-21 16:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-05-20 16:27 -------
It's caused by Zack's cgraph patches, also happens on ia64. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |zack at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
 GCC target triplet|sparc-sun-solaris2.7        |sparc-sun-solaris2.7,ia64-
                   |                            |suse-linux
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-20 16:27:51
               date|                            |


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (6 preceding siblings ...)
  2004-05-21 16:57 ` schwab at suse dot de
@ 2004-05-22 14:54 ` pinskia at gcc dot gnu dot org
  2004-05-22 19:28 ` zack at codesourcery dot com
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-22 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-21 13:31 -------
For x86_64, can someone test this patch:
Index: i386.c
===============================================================
====
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.668
diff -u -p -r1.668 i386.c
--- i386.c	17 May 2004 15:23:12 -0000	1.668
+++ i386.c	21 May 2004 13:30:26 -0000
@@ -6762,6 +6762,10 @@ output_pic_addr_const (FILE *file, rtx x
       break;
 
     case SYMBOL_REF:
+     /* Mark the decl as referenced so that cgraph will output the function.  */
+     if (SYMBOL_REF_DECL (x))
+       mark_decl_referenced (SYMBOL_REF_DECL (x));
+
       assemble_name (file, XSTR (x, 0));
       if (!TARGET_MACHO && code == 'P' && ! SYMBOL_REF_LOCAL_P (x))
 	fputs ("@PLT", file);

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (7 preceding siblings ...)
  2004-05-22 14:54 ` pinskia at gcc dot gnu dot org
@ 2004-05-22 19:28 ` zack at codesourcery dot com
  2004-05-23 11:22 ` zack at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zack at codesourcery dot com @ 2004-05-22 19:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at codesourcery dot com  2004-05-21 19:26 -------
Subject: Re:  [3.5 Regression] Bootstrap stage3:
 Undefined references to basic_string


I am testing this patch along with a fix for the hash-tables-and-PCH
bug.

zw


-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (9 preceding siblings ...)
  2004-05-23 11:22 ` zack at gcc dot gnu dot org
@ 2004-05-23 11:22 ` cvs-commit at gcc dot gnu dot org
  2004-05-23 11:24 ` zack at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-23 11:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-22 18:19 -------
Subject: Bug 15546

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	zack@gcc.gnu.org	2004-05-22 18:18:51

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.c 

Log message:
	2004-05-22  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR 15546
	* config/i386/i386.c (output_pic_addr_const <case SYMBOL_REF>):
	Call mark_decl_referenced on the SYMBOL_REF_DECL.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3727&r2=2.3728
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.668&r2=1.669



-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (8 preceding siblings ...)
  2004-05-22 19:28 ` zack at codesourcery dot com
@ 2004-05-23 11:22 ` zack at gcc dot gnu dot org
  2004-05-23 11:22 ` cvs-commit at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zack at gcc dot gnu dot org @ 2004-05-23 11:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2004-05-22 18:13 -------
Confirm Andrew's patch fixes the bug, will check it in shortly.

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (10 preceding siblings ...)
  2004-05-23 11:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-23 11:24 ` zack at gcc dot gnu dot org
  2004-05-23 17:59 ` schwab at suse dot de
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zack at gcc dot gnu dot org @ 2004-05-23 11:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2004-05-22 18:19 -------
fixed.

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


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (11 preceding siblings ...)
  2004-05-23 11:24 ` zack at gcc dot gnu dot org
@ 2004-05-23 17:59 ` schwab at suse dot de
  2004-05-23 17:59 ` zack at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: schwab at suse dot de @ 2004-05-23 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-05-22 19:57 -------
Not fixed.  This bug is about sparc and ia64, not i386. 

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


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (13 preceding siblings ...)
  2004-05-23 17:59 ` zack at gcc dot gnu dot org
@ 2004-05-23 17:59 ` pinskia at gcc dot gnu dot org
  2004-05-23 18:16 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-23 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-22 20:17 -------
I think this is C++ front-end bug, I am looking into it as there are a couple of failures on powerpc-
apple-darwin which were caused by the patch but not fixed by my patch to fix PPC.

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (12 preceding siblings ...)
  2004-05-23 17:59 ` schwab at suse dot de
@ 2004-05-23 17:59 ` zack at gcc dot gnu dot org
  2004-05-23 17:59 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zack at gcc dot gnu dot org @ 2004-05-23 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2004-05-22 20:47 -------
Every call to assemble_name probably needs auditing.

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (14 preceding siblings ...)
  2004-05-23 17:59 ` pinskia at gcc dot gnu dot org
@ 2004-05-23 18:16 ` pinskia at gcc dot gnu dot org
  2004-05-26 11:37 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-23 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-22 20:51 -------
Yes that fix was for x86/x86_64 but the regressions that used to be on PPC that looked related are 
fixed, Is this fixed with all of Zack's patches?

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (15 preceding siblings ...)
  2004-05-23 18:16 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 11:37 ` pinskia at gcc dot gnu dot org
  2004-05-26 11:47 ` schwab at suse dot de
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 11:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 12:50 -------
I think the following patch should fix ia64, can someone test it as I do not have access to a machine.
Index: ia64.h
===============================================================
====
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.h,v
retrieving revision 1.175
diff -u -p -r1.175 ia64.h
--- ia64.h	13 May 2004 06:40:00 -0000	1.175
+++ ia64.h	25 May 2004 12:48:41 -0000
@@ -1478,6 +1478,7 @@ do {							
		\
         fputs ("\tdata8.ua @iplt(", FILE);				\
       else								\
         fputs ("\tdata16.ua @iplt(", FILE);				\
+      mark_decl_referenced (DECL);					\
       assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0));
	\
       fputs (")\n", FILE);						\
       if (TARGET_ILP32)							\

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (16 preceding siblings ...)
  2004-05-26 11:37 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 11:47 ` schwab at suse dot de
  2004-05-26 13:57 ` zack at codesourcery dot com
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: schwab at suse dot de @ 2004-05-26 11:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-05-25 14:31 -------
Looks good. Bootstrap still running but libstdc++ has been successfully built. 

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (17 preceding siblings ...)
  2004-05-26 11:47 ` schwab at suse dot de
@ 2004-05-26 13:57 ` zack at codesourcery dot com
  2004-05-26 13:57 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zack at codesourcery dot com @ 2004-05-26 13:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at codesourcery dot com  2004-05-25 16:50 -------
Subject: Re:  [3.5 Regression] Bootstrap stage3:
 Undefined references to basic_string


I'll approve this conditionally on someone verifying that it works -
it's the right form of patch for this problem.

zw


-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (18 preceding siblings ...)
  2004-05-26 13:57 ` zack at codesourcery dot com
@ 2004-05-26 13:57 ` pinskia at gcc dot gnu dot org
  2004-05-26 13:59 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 13:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 16:53 -------
I am going to assume that these results here: <http://gcc.gnu.org/ml/gcc-testresults/2004-05/
msg01173.html> is after the patch, thanks Andreas for testing it so I am going to apply it now.

-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (19 preceding siblings ...)
  2004-05-26 13:57 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 13:59 ` cvs-commit at gcc dot gnu dot org
  2004-05-26 14:00 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-26 13:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-25 17:05 -------
Subject: Bug 15546

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-05-25 17:05:46

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: ia64.h 

Log message:
	2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR target/15546
	* config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL
	as needed to be outputted.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3745&r2=2.3746
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.h.diff?cvsroot=gcc&r1=1.175&r2=1.176



-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (20 preceding siblings ...)
  2004-05-26 13:59 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-26 14:00 ` pinskia at gcc dot gnu dot org
  2004-06-01 23:03 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 14:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 17:08 -------
I assume that this also fixed for sparc-sun-solaris2.7 as there was a testresults from that today: <http:
//gcc.gnu.org/ml/gcc-testresults/2004-05/msg01125.html>.  So closing as fixed.

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


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (21 preceding siblings ...)
  2004-05-26 14:00 ` pinskia at gcc dot gnu dot org
@ 2004-06-01 23:03 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-01 23:45 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-06-01 23:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-06-01 23:02 -------
Showed up again last Wednesday (couldn't report until today); repeats today with
latest CVS:

/mnt/home3/utilities/gcc-obj/gcc/g++ -shared-libgcc
-B/mnt/home3/utilities/gcc-obj/gcc/ -nostdinc++
-B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include -g -O2 -D_GLIBCXX_ASSERT
-ffunction-sections -fdata-sections -fmessage-length=0
-DLOCALEDIR=/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/po/share/locale
-O -o abi_check abi_check.o 
-L/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src
-L/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
-lv3test
-L/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite -lm
-Wl,--rpath -Wl,/mnt/home3/utilities/gcc-obj/gcc -Wl,--rpath
-Wl,/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite/libv3test.a(testsuite_abi.o)(.gnu.linkonce.t._ZNSs12_S_constructIN9__gnu_cxx17__normal_iteratorIPcSsEEEES2_T_S4_RKSaIcESt20forward_iterator_tag+0xb8):
In function `char* std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_S_construct<__gnu_cxx::__normal_iterator<char*,
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >
>(__gnu_cxx::__normal_iterator<char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
__gnu_cxx::__normal_iterator<char*, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >, std::allocator<char> const&,
std::forward_iterator_tag)':
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/testsuite_abi.cc:211: undefined
reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_terminal'
/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite/libv3test.a(testsuite_abi.o)(.gnu.linkonce.t._ZNSs12_S_constructIN9__gnu_cxx17__normal_iteratorIPcSsEEEES2_T_S4_RKSaIcESt20forward_iterator_tag+0xbc):/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/testsuite_abi.cc:106:
undefined reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_terminal'
/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >::_Rep::_S_max_size'
/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_Rep::_S_max_size'
collect2: ld returned 1 exit status
gmake[4]: *** [abi_check] Error 1
gmake[4]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/testsuite'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/mnt/home3/utilities/gcc-obj'
gmake: *** [bootstrap] Error 2


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


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (22 preceding siblings ...)
  2004-06-01 23:03 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-06-01 23:45 ` pinskia at gcc dot gnu dot org
  2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-01 23:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-01 23:45 -------
I almost think this is the same problem as PR 15721, why it does not effect anything except for solaris I 
do not know.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15721


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (24 preceding siblings ...)
  2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
@ 2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
  2004-06-22 14:58 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:27 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19 16:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-19 16:18 -------
Can try again now that 15721 is fixed?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (23 preceding siblings ...)
  2004-06-01 23:45 ` pinskia at gcc dot gnu dot org
@ 2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
  2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19 16:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15546 depends on bug 15721, which changed state.

Bug 15721 Summary: [3.5 regression] template instantation omits static data members
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15721

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (25 preceding siblings ...)
  2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
@ 2004-06-22 14:58 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:27 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-06-22 14:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-06-22 14:58 -------
(In reply to comment #24)
> Can try again now that 15721 is fixed?

Builds fine now. Thanks!


-- 


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


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

* [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
  2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (26 preceding siblings ...)
  2004-06-22 14:58 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-06-22 15:27 ` pinskia at gcc dot gnu dot org
  27 siblings, 0 replies; 29+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-22 15:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-22 15:27 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-06-22 15:27 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-20 23:14 [Bug bootstrap/15546] New: Bootstrap stage3: Undefined references to basic_string James dot W dot Mckelvey at jpl dot nasa dot gov
2004-05-21  0:13 ` [Bug bootstrap/15546] " pinskia at gcc dot gnu dot org
2004-05-21  2:59 ` pinskia at gcc dot gnu dot org
2004-05-21 13:37 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-05-21 13:44 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-05-21 14:10 ` pinskia at gcc dot gnu dot org
2004-05-21 16:15 ` [Bug bootstrap/15546] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-05-21 16:57 ` schwab at suse dot de
2004-05-22 14:54 ` pinskia at gcc dot gnu dot org
2004-05-22 19:28 ` zack at codesourcery dot com
2004-05-23 11:22 ` zack at gcc dot gnu dot org
2004-05-23 11:22 ` cvs-commit at gcc dot gnu dot org
2004-05-23 11:24 ` zack at gcc dot gnu dot org
2004-05-23 17:59 ` schwab at suse dot de
2004-05-23 17:59 ` zack at gcc dot gnu dot org
2004-05-23 17:59 ` pinskia at gcc dot gnu dot org
2004-05-23 18:16 ` pinskia at gcc dot gnu dot org
2004-05-26 11:37 ` pinskia at gcc dot gnu dot org
2004-05-26 11:47 ` schwab at suse dot de
2004-05-26 13:57 ` zack at codesourcery dot com
2004-05-26 13:57 ` pinskia at gcc dot gnu dot org
2004-05-26 13:59 ` cvs-commit at gcc dot gnu dot org
2004-05-26 14:00 ` pinskia at gcc dot gnu dot org
2004-06-01 23:03 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-06-01 23:45 ` pinskia at gcc dot gnu dot org
2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
2004-06-19 16:18 ` pinskia at gcc dot gnu dot org
2004-06-22 14:58 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-06-22 15:27 ` 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).