public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1
@ 2004-01-27 10:42 rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 10:44 ` [Bug c/13882] " rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-27 10:42 UTC (permalink / raw)
  To: gcc-bugs

During stage1, compiling unwind-ia64.c with

./xgcc -B./ -B/home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/bin/
-isystem /home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/include
-isystem /home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/sys-include
-L/tmp/gcc-obj/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I/home/rguenth/src/gcc/gcc3.4/gcc -I/home/rguenth/src/gcc/gcc3.4/gcc/.
-I/home/rguenth/src/gcc/gcc3.4/gcc/../include  -fexceptions -c
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c -o libgcc/./unwind-ia64.o

the compiler ICEs with

In file included from /home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c:40:
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:12: warning:
conflicting types for built-in function '__sync_val_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:12: warning:
conflicting types for built-in function '__sync_val_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:21: warning:
conflicting types for built-in function '__sync_bool_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:21: warning:
conflicting types for built-in function '__sync_bool_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c: In function
`dup_state_stack':
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c:395: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This is during a make profiledbootstrap configured with
--enable-languages="c,c++" --enable-threads=posix --enable-__cxa_atexit
--disable-libunwind-exceptions --disable-checking

on 3.4 branch from Jan 27 2004.

preprocessed source of unwind-ia64.c attached.

-- 
           Summary: ICE on compiling unwind-ia64.c during stage1
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug c/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-27 10:44 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 13:15 ` rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-27 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-01-27 10:43 -------
Created an attachment (id=5593)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5593&action=view)
preprocessed testcase


-- 


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


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

* [Bug c/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 10:44 ` [Bug c/13882] " rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-27 13:15 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 14:08 ` rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-27 13:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-01-27 13:01 -------
Seems to work, if not compiling with -j4.  So maybe there's some dependencies
messed up.

Richard.

-- 


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


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

* [Bug c/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 10:44 ` [Bug c/13882] " rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 13:15 ` rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-27 14:08 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-27 15:36 ` [Bug optimization/13882] " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-27 14:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-01-27 13:07 -------
Not.

make bootstrap works.
make profiledbootstrap fails (without -j4), but it seems to be not stage1, but
profile-feedback stage1 (or the training run?). I.e.

./xgcc -B./ -B/home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/bin/
-isystem /home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/include
-isystem /home/rguenth/ia64/gcc3.4-270104/ia64-unknown-linux-gnu/sys-include
-L/tmp/gcc-obj/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I/home/rguenth/src/gcc/gcc3.4/gcc -I/home/rguenth/src/gcc/gcc3.4/gcc/.
-I/home/rguenth/src/gcc/gcc3.4/gcc/../include  -fexceptions -c
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c -o libgcc/./unwind-ia64.o
In file included from /home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c:40:
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:12: warning:
conflicting types for built-in function '__sync_val_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:12: warning:
conflicting types for built-in function '__sync_val_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:21: warning:
conflicting types for built-in function '__sync_bool_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/ia64intrin.h:21: warning:
conflicting types for built-in function '__sync_bool_compare_and_swap_si'
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c: In function
`dup_state_stack':
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c:395: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./unwind-ia64.o] Error 1
make[3]: Leaving directory `/tmp/gcc-obj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/tmp/gcc-obj/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory `/tmp/gcc-obj/gcc'
make: *** [profiledbootstrap] Error 2

somebody could decipher the targets make spits out here and adjust the Summary
of the bug according to this.  This would also mean the testcase is meaningless,
as the ICE triggers only with an instrumented(?) compiler?


-- 


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


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

* [Bug optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (2 preceding siblings ...)
  2004-01-27 14:08 ` rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-27 15:36 ` pinskia at gcc dot gnu dot org
  2004-03-16 16:26 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-27 15:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |optimization
           Keywords|                            |ice-on-valid-code, wrong-
                   |                            |code
   Target Milestone|---                         |3.4.0


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


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

* [Bug optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (3 preceding siblings ...)
  2004-01-27 15:36 ` [Bug optimization/13882] " pinskia at gcc dot gnu dot org
@ 2004-03-16 16:26 ` pinskia at gcc dot gnu dot org
  2004-03-18  2:40 ` giovannibajo at libero dot it
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-16 16:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.5.0


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


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

* [Bug optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (4 preceding siblings ...)
  2004-03-16 16:26 ` pinskia at gcc dot gnu dot org
@ 2004-03-18  2:40 ` giovannibajo at libero dot it
  2004-03-18 10:06 ` rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: giovannibajo at libero dot it @ 2004-03-18  2:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-03-18 02:40 -------
Jan, could you please have a look, and at least confirm this bug if you can 
reproduce it?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


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


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

* [Bug optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (5 preceding siblings ...)
  2004-03-18  2:40 ` giovannibajo at libero dot it
@ 2004-03-18 10:06 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-06-05 18:01 ` [Bug rtl-optimization/13882] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-03-18 10:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-03-18 10:06 -------
Subject: Re:  ICE on compiling unwind-ia64.c during
 stage1

On Thu, 18 Mar 2004, giovannibajo at libero dot it wrote:

>
> ------- Additional Comments From giovannibajo at libero dot it  2004-03-18 02:40 -------
> Jan, could you please have a look, and at least confirm this bug if you can
> reproduce it?

Still happens for me with 3.4 branch as of 2004 Mar 18.
Configuring with

--enable-languages="c,c++,f77" --enable-threads=posix
--enable-__cxa_atexit --disable-libunwind-exceptions --disable-checking

make profiledbootstrap
fails with

./xgcc -B./ -B/home/rguenth/ia64/gcc3.4-180304/ia64-unknown-linux-gnu/bin/
-isystem /home/rguenth/ia64/gcc3.4-180304/ia64-unknown-linux-gnu/include
-isystem
/home/rguenth/ia64/gcc3.4-180304/ia64-unknown-linux-gnu/sys-include
-L/tmp/gcc-obj/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/home/rguenth/src/gcc/gcc3.4/gcc
-I/home/rguenth/src/gcc/gcc3.4/gcc/.
-I/home/rguenth/src/gcc/gcc3.4/gcc/../include  -fexceptions -c
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c -o
libgcc/./unwind-ia64.o
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c: In function
`dup_state_stack':
/home/rguenth/src/gcc/gcc3.4/gcc/config/ia64/unwind-ia64.c:395: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

i.e. instrumented compiler ICEs in compiling gcc/config/ia64/unwind-ia64.c

Richard.


-- 


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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (6 preceding siblings ...)
  2004-03-18 10:06 ` rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-06-05 18:01 ` pinskia at gcc dot gnu dot org
  2004-06-21 16:25 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-05 18:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15836


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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (7 preceding siblings ...)
  2004-06-05 18:01 ` [Bug rtl-optimization/13882] " pinskia at gcc dot gnu dot org
@ 2004-06-21 16:25 ` pinskia at gcc dot gnu dot org
  2004-08-03 22:20 ` [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap) pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-21 16:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-21 16:25 -------
*** Bug 16108 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap)
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (8 preceding siblings ...)
  2004-06-21 16:25 ` pinskia at gcc dot gnu dot org
@ 2004-08-03 22:20 ` pinskia at gcc dot gnu dot org
  2004-08-05 16:44 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-03 22:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE on compiling unwind-    |ICE on compiling unwind-
                   |ia64.c during stage1        |ia64.c during stage1
                   |                            |(profiledbootstrap)


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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap)
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (9 preceding siblings ...)
  2004-08-03 22:20 ` [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap) pinskia at gcc dot gnu dot org
@ 2004-08-05 16:44 ` pinskia at gcc dot gnu dot org
  2004-08-16 22:03 ` wilson at gcc dot gnu dot org
  2004-08-17  0:14 ` wilson at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-05 16:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap)
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (10 preceding siblings ...)
  2004-08-05 16:44 ` pinskia at gcc dot gnu dot org
@ 2004-08-16 22:03 ` wilson at gcc dot gnu dot org
  2004-08-17  0:14 ` wilson at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: wilson at gcc dot gnu dot org @ 2004-08-16 22:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 13882 depends on bug 15836, which changed state.

Bug 15836 Summary: ICE in genmodes.c:746 (-fprofile-generate)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15836

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap)
  2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (11 preceding siblings ...)
  2004-08-16 22:03 ` wilson at gcc dot gnu dot org
@ 2004-08-17  0:14 ` wilson at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: wilson at gcc dot gnu dot org @ 2004-08-17  0:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2004-08-17 00:14 -------
I just did a successful make profiledbootstrap on the gcc-3.4 branch, so this
must have been the same bug as 16490.

*** This bug has been marked as a duplicate of 16490 ***

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


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


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

end of thread, other threads:[~2004-08-17  0:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-27 10:42 [Bug c/13882] New: ICE on compiling unwind-ia64.c during stage1 rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-27 10:44 ` [Bug c/13882] " rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-27 13:15 ` rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-27 14:08 ` rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-27 15:36 ` [Bug optimization/13882] " pinskia at gcc dot gnu dot org
2004-03-16 16:26 ` pinskia at gcc dot gnu dot org
2004-03-18  2:40 ` giovannibajo at libero dot it
2004-03-18 10:06 ` rguenth at tat dot physik dot uni-tuebingen dot de
2004-06-05 18:01 ` [Bug rtl-optimization/13882] " pinskia at gcc dot gnu dot org
2004-06-21 16:25 ` pinskia at gcc dot gnu dot org
2004-08-03 22:20 ` [Bug rtl-optimization/13882] ICE on compiling unwind-ia64.c during stage1 (profiledbootstrap) pinskia at gcc dot gnu dot org
2004-08-05 16:44 ` pinskia at gcc dot gnu dot org
2004-08-16 22:03 ` wilson at gcc dot gnu dot org
2004-08-17  0:14 ` wilson 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).