public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
@ 2004-06-30 22:29 jbuck at gcc dot gnu dot org
  2004-06-30 22:34 ` [Bug bootstrap/16304] " jbuck at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-06-30 22:29 UTC (permalink / raw)
  To: gcc-bugs

Attempts to build 3.4.0 or the first 3.4.1 prerelease fail on AIX 4.3.3,
during the build of strstream in libstdc++.  See

http://gcc.gnu.org/ml/gcc/2004-06/msg01841.html

for more details.  AIX's assembler apparently can't cope with forward
references for thunks.  Apparently AIX 5.x is not affected.

-- 
           Summary: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot
                    build strstream in libstdc++
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbuck at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-ibm-aix4.3.3.0
  GCC host triplet: powerpc-ibm-aix4.3.3.0
GCC target triplet: powerpc-ibm-aix4.3.3.0


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


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

* [Bug bootstrap/16304] [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
@ 2004-06-30 22:34 ` jbuck at gcc dot gnu dot org
  2004-06-30 22:37 ` [Bug target/16304] [3.4/3.5? " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-06-30 22:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbuck at gcc dot gnu dot org  2004-06-30 22:29 -------
It is conceivable that gas could make this work; I haven't tried that yet.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0 3.4.1
      Known to work|                            |3.3.2 3.3.4


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
  2004-06-30 22:34 ` [Bug bootstrap/16304] " jbuck at gcc dot gnu dot org
@ 2004-06-30 22:37 ` pinskia at gcc dot gnu dot org
  2004-07-01  6:13 ` bugzilla-gcc at thewrittenword dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-30 22:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-30 22:34 -------
Looking at other bugs which look similar I found PR 15178.

Most likely what needs to be done is a ASM_OUTPUT_DEF_FROM_DECLS macro just like that PR.
CCing jakub since he added the LTHUNK stuff.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org
          Component|bootstrap                   |target
           Keywords|                            |build, wrong-code
            Summary|[3.4 regression] bootstrap  |[3.4/3.5? regression]
                   |failure on AIX 4.3.3: cannot|bootstrap failure on AIX
                   |build strstream in libstdc++|4.3.3: cannot build
                   |                            |strstream in libstdc++
   Target Milestone|---                         |3.4.2


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
  2004-06-30 22:34 ` [Bug bootstrap/16304] " jbuck at gcc dot gnu dot org
  2004-06-30 22:37 ` [Bug target/16304] [3.4/3.5? " pinskia at gcc dot gnu dot org
@ 2004-07-01  6:13 ` bugzilla-gcc at thewrittenword dot com
  2004-08-12  8:01 ` steven at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2004-07-01  6:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla-gcc at
                   |                            |thewrittenword dot com


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-01  6:13 ` bugzilla-gcc at thewrittenword dot com
@ 2004-08-12  8:01 ` steven at gcc dot gnu dot org
  2004-08-23 21:01 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-08-12  8:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-08-12 08:01 -------
Can someone try and see if this fails with mainline too, so the question mark 
after 3.5 can be removed? 

-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-08-12  8:01 ` steven at gcc dot gnu dot org
@ 2004-08-23 21:01 ` mmitchel at gcc dot gnu dot org
  2004-08-23 21:03 ` bugzilla-gcc at thewrittenword dot com
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-23 21:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-23 21:01 -------
David, do you have any insights on this bug?  How important is it to fix?  (Do
people use GAS or IBM as on AIX?)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at watson dot ibm dot
                   |                            |com


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-08-23 21:01 ` mmitchel at gcc dot gnu dot org
@ 2004-08-23 21:03 ` bugzilla-gcc at thewrittenword dot com
  2004-08-23 21:10 ` dje at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2004-08-23 21:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugzilla-gcc at thewrittenword dot com  2004-08-23 21:03 -------
We still support AIX 4.3.3 and will eventually build 3.4.x on it so we're
interested in seeing it fixed. We use the AIX assembler with GCC.

-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-08-23 21:03 ` bugzilla-gcc at thewrittenword dot com
@ 2004-08-23 21:10 ` dje at gcc dot gnu dot org
  2004-08-23 21:24 ` bugzilla-gcc at thewrittenword dot com
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dje at gcc dot gnu dot org @ 2004-08-23 21:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2004-08-23 21:10 -------
The GNU Assembler rarely is used on AIX, most use the AIX assembler.

AIX 4.3.3 no longer is supported by IBM, so there is no way to generated a fix
for the AIX assembler and most GCC developers no longer have access to AIX 4.3.3
systems on which to develop and test a patch.

I think we simply have to declare that GCC 3.3 is the last version supported on
AIX 4.3.3.

-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-08-23 21:10 ` dje at gcc dot gnu dot org
@ 2004-08-23 21:24 ` bugzilla-gcc at thewrittenword dot com
  2004-08-29 18:02 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2004-08-23 21:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugzilla-gcc at thewrittenword dot com  2004-08-23 21:24 -------
Is it possible to get a list of GCC AIX developers that, given access to an AIX
4.3.3 machine, might be able to generate a fix for this? We are not opposed to
contacting them and contracting with them to produce a fix.

-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-08-23 21:24 ` bugzilla-gcc at thewrittenword dot com
@ 2004-08-29 18:02 ` mmitchel at gcc dot gnu dot org
  2005-01-16 15:28 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:02 -------
Marking as WONTFIX, see comment #6.

As for the query from The Written Word about who might help, the official answer
is "see the GNU service directory" -- but David can probably provide a nice list
to you directly.

David, should we remove the AIX 4.1/4.3 configurations on the gcc mainline?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-08-29 18:02 ` mmitchel at gcc dot gnu dot org
@ 2005-01-16 15:28 ` cvs-commit at gcc dot gnu dot org
  2005-01-16 16:01 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-16 15:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-16 15:28 -------
Subject: Bug 16304

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	danglin@gcc.gnu.org	2005-01-16 15:28:19

Modified files:
	gcc            : ChangeLog defaults.h toplev.c tree.h varasm.c 
	gcc/config/rs6000: aix41.h aix43.h 
	gcc/doc        : tm.texi 

Log message:
	PR target/16304
	* defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
	* toplev.c (compile_file): Call process_pending_assemble_output_defs
	just before targetm.asm_out.file_end.
	* tree.h (process_pending_assemble_output_defs): Declare.
	* varasm.c (assemble_output_def, process_pending_assemble_output_defs):
	New functions.
	(assemble_alias): Defer generation of assembly code for defines when
	TARGET_DEFERRED_OUTPUT_DEFS is true.
	* config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
	* config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
	* doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7143&r2=2.7144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/defaults.h.diff?cvsroot=gcc&r1=1.165&r2=1.166
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&r1=1.936&r2=1.937
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.678&r2=1.679
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.475&r2=1.476
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix41.h.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix43.h.diff?cvsroot=gcc&r1=1.32&r2=1.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.409&r2=1.410



-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-01-16 15:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-16 16:01 ` cvs-commit at gcc dot gnu dot org
  2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-16 16:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-16 16:01 -------
Subject: Bug 16304

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	danglin@gcc.gnu.org	2005-01-16 16:01:30

Modified files:
	gcc            : ChangeLog defaults.h toplev.c tree.h varasm.c 
	gcc/config/rs6000: aix41.h aix43.h 
	gcc/doc        : tm.texi 

Log message:
	PR target/16304
	* defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
	* toplev.c (compile_file): Call process_pending_assemble_output_defs
	just before targetm.asm_out.file_end.
	* tree.h (process_pending_assemble_output_defs): Declare.
	* varasm.c (assemble_output_def, process_pending_assemble_output_defs):
	New functions.
	(assemble_alias): Defer generation of assembly code for defines when
	TARGET_DEFERRED_OUTPUT_DEFS is true.
	* config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
	* config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
	* doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.773&r2=2.2326.2.774
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/defaults.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.123.2.1&r2=1.123.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.863.4.13&r2=1.863.4.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.458.2.5&r2=1.458.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.405.2.4&r2=1.405.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix41.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.18&r2=1.18.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix43.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.30&r2=1.30.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.281.2.19&r2=1.281.2.20



-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
@ 2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
  2005-01-16 23:42 ` redi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-16 16:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-16 16:19 -------
Close as fixed.

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


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-01-16 16:01 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
  2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-16 16:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-16 16:19 -------
Reopening to ....

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
@ 2005-01-16 23:42 ` redi at gcc dot gnu dot org
  2005-01-17 10:18 ` schwab at suse dot de
  2005-01-17 14:23 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: redi at gcc dot gnu dot org @ 2005-01-16 23:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From redi at gcc dot gnu dot org  2005-01-16 23:41 -------
I get a bootstrap failure on 3.4 using x86_64 Linux with this patch.
(mainline bootstraps fine).

../../gcc-3.4/gcc/crtstuff.c:320: internal compiler error: Segmentation fault

gdb shows

Program received signal SIGSEGV, Segmentation fault.
0x0000000000638a4a in process_pending_assemble_output_defs ()
    at ../../gcc-3.4/gcc/varasm.c:4430
4430      for (i = 0; i < VARRAY_ACTIVE_SIZE (output_defs); i++)
(gdb)  p output_defs
$1 = 0x0

I can bootstrap by adding "if (output_defs)" before the for-loop at
varasm.c:4430 but I don't know if that's the right thing to do.


-- 


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-01-16 23:42 ` redi at gcc dot gnu dot org
@ 2005-01-17 10:18 ` schwab at suse dot de
  2005-01-17 14:23 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: schwab at suse dot de @ 2005-01-17 10:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-01-17 10:18 -------
The same on ia64. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave dot anglin at nrc-cnrc
                   |                            |dot gc dot ca


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


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

* [Bug target/16304] [3.4/3.5? regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++
  2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-01-17 10:18 ` schwab at suse dot de
@ 2005-01-17 14:23 ` reichelt at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-01-17 14:23 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2005-01-17 14:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-30 22:29 [Bug bootstrap/16304] New: [3.4 regression] bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++ jbuck at gcc dot gnu dot org
2004-06-30 22:34 ` [Bug bootstrap/16304] " jbuck at gcc dot gnu dot org
2004-06-30 22:37 ` [Bug target/16304] [3.4/3.5? " pinskia at gcc dot gnu dot org
2004-07-01  6:13 ` bugzilla-gcc at thewrittenword dot com
2004-08-12  8:01 ` steven at gcc dot gnu dot org
2004-08-23 21:01 ` mmitchel at gcc dot gnu dot org
2004-08-23 21:03 ` bugzilla-gcc at thewrittenword dot com
2004-08-23 21:10 ` dje at gcc dot gnu dot org
2004-08-23 21:24 ` bugzilla-gcc at thewrittenword dot com
2004-08-29 18:02 ` mmitchel at gcc dot gnu dot org
2005-01-16 15:28 ` cvs-commit at gcc dot gnu dot org
2005-01-16 16:01 ` cvs-commit at gcc dot gnu dot org
2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
2005-01-16 16:19 ` pinskia at gcc dot gnu dot org
2005-01-16 23:42 ` redi at gcc dot gnu dot org
2005-01-17 10:18 ` schwab at suse dot de
2005-01-17 14:23 ` reichelt 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).