public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/11184] New: libobjc generation fails with internal compiler error
@ 2003-06-13 13:08 francois-xavier.kowalski@hp.com
  2003-06-13 13:11 ` [Bug libobjc/11184] " francois-xavier.kowalski@hp.com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: francois-xavier.kowalski@hp.com @ 2003-06-13 13:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: libobjc generation fails with internal compiler error
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libobjc
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: francois-xavier.kowalski@hp.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23

when generating gcc-3.3 on hpux-11.23, I am unable to generate the Objective-C
library.  Error message follows:

/home/root/build.d/gcc-3.3_ia64-hp-hpux11.23_ilp32_acc/gcc/xgcc
-B/home/root/build.d/gcc-3.3_ia64-hp-hpux11.23_ilp32_acc/gcc/
-B/opt/gcc-3.3/ia64-hp-hpux11.23/bin/ -B/opt/gcc-3.3/ia64-hp-hpux11.23/lib/
-isystem /opt/gcc-3.3/ia64-hp-hpux11.23/include -c -I.
-I/home/root/src.d/gcc-3.3/libobjc -O2 -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS
-I/home/root/src.d/gcc-3.3/libobjc/objc
-I/home/root/src.d/gcc-3.3/libobjc/../gcc
-I/home/root/src.d/gcc-3.3/libobjc/../gcc/config -I../../gcc
-I/home/root/src.d/gcc-3.3/libobjc/../include
/home/root/src.d/gcc-3.3/libobjc/sendmsg.c  -fPIC -DPIC -o .libs/sendmsg.o
/home/root/src.d/gcc-3.3/libobjc/sendmsg.c: In function `objc_msg_sendv':
/home/root/src.d/gcc-3.3/libobjc/sendmsg.c:221: internal compiler error: in
emit_move_insn, at expr.c:3144
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [sendmsg.lo] Error 1
make[2]: Leaving directory
`/home/root/build.d/gcc-3.3_ia64-hp-hpux11.23_ilp32_acc/ia64-hp-hpux11.23/libobjc'
make[1]: *** [all-target-libobjc] Error 2
make[1]: Leaving directory `/home/root/build.d/gcc-3.3_ia64-hp-hpux11.23_ilp32_acc'
make: *** [bootstrap-lean] Error 2

CONFIGURATION: I have used the 3 C compilers to bootstrap gcc generation. 
Whatever the starting compiler is, gcc generation fails at the stage above.  3
configuration lines are shown below:

with HP ANSI C (ansic):

env PATH=/usr/local/bin:$PATH CC="/opt/ansic/bin/cc +DD32"
/home/root/src.d/gcc-3.3/configure --prefix=/opt/gcc-3.3 --with-gnu-as
--with-as=/usr/local/bin/as --with-as=/usr/local/bin/as --without-gnu-ld
--enable-shared=yes --enable-static=yes --enable-threads=posix
--enable-version-specific-runtime-libs --enable-languages=c,c++,objc
--enable-libunwind-exceptions

with HP bundled C (ccs):

env PATH=/usr/local/bin:$PATH CC="/usr/ccs/bin/cc"
/home/root/src.d/gcc-3.3/configure --prefix=/opt/gcc-3.3 --with-gnu-as
--with-as=/usr/local/bin/as --without-gnu-ld --enable-shared=yes
--enable-static=yes --enable-threads=posix
--enable-version-specific-runtime-libs --enable-languages=c,c++,objc
--enable-libunwind-exceptions

with HP aCC (acc):

env PATH=/usr/local/bin:$PATH CC="/opt/aCC/bin/aCC -Ae"
/home/root/src.d/gcc-3.3/configure --prefix=/opt/gcc-3.3 --with-gnu-as
--with-as=/usr/local/bin/as --without-gnu-ld --enable-shared=yes
--enable-static=yes --enable-threads=posix
--enable-version-specific-runtime-libs --enable-languages=c,c++,objc
--enable-libunwind-exceptions

COMPILATION:  whatever the underlying compiler is, the compilation command used
is always:

env PATH=/usr/local/bin:$PATH /opt/OpenSource/bin/make bootstrap-lean


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

* [Bug libobjc/11184] libobjc generation fails with internal compiler error
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
@ 2003-06-13 13:11 ` francois-xavier.kowalski@hp.com
  2003-06-13 13:28 ` [Bug target/11184] " pinskia@physics.uc.edu
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: francois-xavier.kowalski@hp.com @ 2003-06-13 13:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From francois-xavier.kowalski@hp.com  2003-06-13 13:11 -------
Created an attachment (id=4220)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4220&action=view)
pre-processed source, when gcc is bootstraped by the HP ANSI C compiler.

Any other thing that may help you trouble-shooting this issue?


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

* [Bug target/11184] libobjc generation fails with internal compiler error
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
  2003-06-13 13:11 ` [Bug libobjc/11184] " francois-xavier.kowalski@hp.com
@ 2003-06-13 13:28 ` pinskia@physics.uc.edu
  2003-06-16  6:51 ` dhazeghi@yahoo.com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-13 13:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libobjc                     |target


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

* [Bug target/11184] [ia64 hpux] ICE on __builtin_apply
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (2 preceding siblings ...)
  2003-06-16  6:51 ` dhazeghi@yahoo.com
@ 2003-06-16  6:51 ` dhazeghi@yahoo.com
  2003-07-15 19:11 ` [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc pinskia at physics dot uc dot edu
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-16  6:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-16 06:50:39
               date|                            |
            Summary|libobjc generation fails    |[ia64 hpux] ICE on
                   |with internal compiler error|__builtin_apply


------- Additional Comments From dhazeghi@yahoo.com  2003-06-16 06:50 -------
Confirmed with mainline and branch (20030615). The compiler is ICEing on __builtin_apply, but 
does so only in ilp32 mode (so works fine on ia64-linux).


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

* [Bug target/11184] libobjc generation fails with internal compiler error
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
  2003-06-13 13:11 ` [Bug libobjc/11184] " francois-xavier.kowalski@hp.com
  2003-06-13 13:28 ` [Bug target/11184] " pinskia@physics.uc.edu
@ 2003-06-16  6:51 ` dhazeghi@yahoo.com
  2003-06-16  6:51 ` [Bug target/11184] [ia64 hpux] ICE on __builtin_apply dhazeghi@yahoo.com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-16  6:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-06-16 06:47 -------
Created an attachment (id=4228)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4228&action=view)
smaller testcase


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (3 preceding siblings ...)
  2003-06-16  6:51 ` [Bug target/11184] [ia64 hpux] ICE on __builtin_apply dhazeghi@yahoo.com
@ 2003-07-15 19:11 ` pinskia at physics dot uc dot edu
  2003-07-16  7:47 ` francois-xavier dot kowalski at hp dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-15 19:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.1                       |3.3.2


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-15 19:11 -------
ia64-hpux is not Primary or Secondary so moving to 3.3.2.


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (4 preceding siblings ...)
  2003-07-15 19:11 ` [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc pinskia at physics dot uc dot edu
@ 2003-07-16  7:47 ` francois-xavier dot kowalski at hp dot com
  2003-07-16 11:12 ` pinskia at physics dot uc dot edu
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: francois-xavier dot kowalski at hp dot com @ 2003-07-16  7:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From francois-xavier dot kowalski at hp dot com  2003-07-16 07:47 -------
Where is the list of the "Primary" & "Secondary" for GCC?


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (5 preceding siblings ...)
  2003-07-16  7:47 ` francois-xavier dot kowalski at hp dot com
@ 2003-07-16 11:12 ` pinskia at physics dot uc dot edu
  2003-07-24 20:29 ` janis187 at us dot ibm dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-16 11:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-16 11:11 -------
For 3.3 <http://gcc.gnu.org/gcc-3.3/criteria.html>, it changes pre release.


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (6 preceding siblings ...)
  2003-07-16 11:12 ` pinskia at physics dot uc dot edu
@ 2003-07-24 20:29 ` janis187 at us dot ibm dot com
  2003-09-18 21:20 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: janis187 at us dot ibm dot com @ 2003-07-24 20:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From janis187 at us dot ibm dot com  2003-07-24 20:29 -------
The regression in PR 11184 was introduced or exposed with this patch:

--- gcc/gcc/ChangeLog ---

2002-09-26  Steve Ellcey  <sje@cup.hp.com>

        * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.

The regression hunt used the small test case attached in comment #2
with an ia64-hpux11.23 cross compiler on i686-pc-linux-gnu.


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (7 preceding siblings ...)
  2003-07-24 20:29 ` janis187 at us dot ibm dot com
@ 2003-09-18 21:20 ` cvs-commit at gcc dot gnu dot org
  2003-09-18 22:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-18 21:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-18 20:43 -------
Subject: Bug 11184

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2003-09-18 20:43:13

Modified files:
	gcc            : ChangeLog alias.c builtins.c calls.c except.c 
	                 explow.c expmed.c expr.c function.c integrate.c 
	                 stmt.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: builtin-apply1.c 

Log message:
	PR target/11184
	* builtins.c (expand_builtin_apply): Use convert_memory_address
	before returning the value.
	
	* alias.c (find_base_value): Simplify use of
	convert_memory_address.
	(find_base_term): Likewise.
	* builtins.c (expand_builtin_stejmp_setup): Likewise.
	(expand_builtin_longjmp): Likewise.
	(expand_builtin_prefetch): Likewise.
	(get_memory_rtx): Likewise.
	(expand_builtin_return): Likewise.
	(expand_builtin_memcpy): Likewise.
	(expand_builtin_strncpy): Likewise.
	(expand_builtin_memset): Likewise.
	(expand_builtin_va_arg): Likewise.
	(expand_builtin_va_copy): Likewise.
	(expand_builtin_alloca): Likewise.
	* calls.c (expand_call): Likewise.
	* except.c (expand_builtin_extract_return_addr): Likewise.
	(expand_builtin_eh_return): Likewise.
	* explow.c (convert_memory_address): Define even when
	POINTER_EXTEND_UNSIGNED is not defined.  Do nothing if the address
	is already in the right mode.
	* explow.c (memory_address): Simplify use of convert_memory_address.
	(probe_stack_range): Likewise.
	* expmed.c (make_tree): Likewise.
	* expr.c (emit_block_move_in_libcall): Likewise.
	(expand_assignment): Likewise.
	(expand_expr): Likewise.
	* function.c (assign_parms): Likewise.
	(expand_function_end): Likewise.
	* integrate.c (copy_rtx_and_substitute): Likewise.
	* stmt.c (expand_computed_goto): Likewise.
	
	PR target/11184
	* gcc.dg/builtin-apply1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1090&r2=2.1091
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/alias.c.diff?cvsroot=gcc&r1=1.201&r2=1.202
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&r1=1.253&r2=1.254
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&r1=1.299&r2=1.300
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&r1=1.250&r2=1.251
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/explow.c.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expmed.c.diff?cvsroot=gcc&r1=1.141&r2=1.142
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.585&r2=1.586
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.454&r2=1.455
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/integrate.c.diff?cvsroot=gcc&r1=1.234&r2=1.235
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.328&r2=1.329
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3064&r2=1.3065
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/builtin-apply1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (8 preceding siblings ...)
  2003-09-18 21:20 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-18 22:21 ` cvs-commit at gcc dot gnu dot org
  2003-09-18 22:21 ` mmitchel at gcc dot gnu dot org
  2003-10-09 19:54 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-18 22:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-18 21:18 -------
Subject: Bug 11184

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	mmitchel@gcc.gnu.org	2003-09-18 21:18:12

Modified files:
	gcc            : ChangeLog builtins.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: builtin-apply1.c 

Log message:
	PR target/11184
	* gcc.dg/builtin-apply1.c: New test.
	
	PR target/11184
	* builtins.c (expand_builtin_apply): Use convert_memory_address
	before returning the value.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.743&r2=1.16114.2.744
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.165.2.6&r2=1.165.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.282&r2=1.2261.2.283
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/builtin-apply1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (9 preceding siblings ...)
  2003-09-18 22:21 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-18 22:21 ` mmitchel at gcc dot gnu dot org
  2003-10-09 19:54 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-09-18 22:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-09-18 21:20 -------
Fixed in GCC 3.3.2 and GCC 3.4.


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

* [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc
  2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
                   ` (10 preceding siblings ...)
  2003-09-18 22:21 ` mmitchel at gcc dot gnu dot org
@ 2003-10-09 19:54 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-09 19:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deengert at anl dot gov


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-09 19:54 -------
*** Bug 12556 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2003-10-09 19:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-13 13:08 [Bug libobjc/11184] New: libobjc generation fails with internal compiler error francois-xavier.kowalski@hp.com
2003-06-13 13:11 ` [Bug libobjc/11184] " francois-xavier.kowalski@hp.com
2003-06-13 13:28 ` [Bug target/11184] " pinskia@physics.uc.edu
2003-06-16  6:51 ` dhazeghi@yahoo.com
2003-06-16  6:51 ` [Bug target/11184] [ia64 hpux] ICE on __builtin_apply dhazeghi@yahoo.com
2003-07-15 19:11 ` [Bug target/11184] [3.3/3.4 regression] [ia64 hpux] ICE on __builtin_apply building libobjc pinskia at physics dot uc dot edu
2003-07-16  7:47 ` francois-xavier dot kowalski at hp dot com
2003-07-16 11:12 ` pinskia at physics dot uc dot edu
2003-07-24 20:29 ` janis187 at us dot ibm dot com
2003-09-18 21:20 ` cvs-commit at gcc dot gnu dot org
2003-09-18 22:21 ` cvs-commit at gcc dot gnu dot org
2003-09-18 22:21 ` mmitchel at gcc dot gnu dot org
2003-10-09 19:54 ` 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).