public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/28326]  New: [4.1/ICE] gcc-4.1.0 won't compile on power3
@ 2006-07-09 20:21 markus at unixforces dot net
  2006-07-09 20:24 ` [Bug bootstrap/28326] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2006-07-09 20:21 UTC (permalink / raw)
  To: gcc-bugs

If I try to bootstrap on ppc64 and try to use BOOT_CFLAGS="-m64 -O2
-pipe -mtune=power3 -mcpu=power3" I get an ICE. If I leave out "-mtune=power3
-mcpu=power3" the bootstrap finishes. So one of the optimizations is causing
this.

here are the steps I followed some while ago. see
http://bugs.gentoo.org/show_bug.cgi?id=126960 (gcc 4.1.1 has the same result)

$ mkdir gcc-4.1.0-temp
$ cd gcc-4.1.0-temp/
$ tar xfj /usr/portage/distfiles/gcc-4.1.0.tar.bz2
$ mkdir build
$ cd build/
$ ../gcc-4.1.0/configure --prefix=/usr
--bindir=/usr/powerpc64-unknown-linux-gnu/gcc-bin/4.1.0
--includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.0/include
--datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.1.0
--mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.1.0/man
--infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.1.0/info
--with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.0/include/g++-v4
--host=powerpc64-unknown-linux-gnu --build=powerpc64-unknown-linux-gnu
--disable-altivec --enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --disable-libunwind-exceptions
--disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj
--enable-languages=c,c++,fortran --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
[...]
$ make LDFLAGS="" STAGE1_CFLAGS="-O"
LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.0" BOOT_CFLAGS="-m64 -O2
-pipe -mtune=power3 -mcpu=power3" profiledbootstrap

[...]
make[4]: Entering directory `/root/gcc-4.1.0-temp/build/gcc'
make[4]: `crtend.o' is up to date.
make[4]: `crtbeginS.o' is up to date.
make[4]: `crtendS.o' is up to date.
make[4]: `crtbeginT.o' is up to date.
make[4]: `ecrti.o' is up to date.
make[4]: `ecrtn.o' is up to date.
make[4]: `ncrti.o' is up to date.
make[4]: `ncrtn.o' is up to date.
make[4]: `crtsavres.o' is up to date.
make[4]: Leaving directory `/root/gcc-4.1.0-temp/build/gcc'
./xgcc -B./ -B/usr/powerpc64-unknown-linux-gnu/bin/ -isystem
/usr/powerpc64-unknown-linux-gnu/include -isystem
/usr/powerpc64-unknown-linux-gnu/sys-include
-L/root/gcc-4.1.0-temp/build/gcc/../ld -O2  -O2 -O2 -pipe -mtune=power3
-mcpu=power3  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC
-specs=ldblspecs -mno-minimal-toc -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-4.1.0/gcc -I../../gcc-4.1.0/gcc/.
-I../../gcc-4.1.0/gcc/../include -I../../gcc-4.1.0/gcc/../libcpp/include  -fPIC
-mstrict-align -DL_muldi3  -c ../../gcc-4.1.0/gcc/libgcc2.c -o
libgcc/./_muldi3.o
{standard input}: Assembler messages:
{standard input}:85: Warning: Unary operator - ignored because bad operand
follows
{standard input}:85: Warning: zero assumed for missing expression
{standard input}:86: Error: Unrecognized opcode: `m'
{standard input}:96: Error: Unrecognized opcode: `m'
{standard input}:1199: Error: unassigned file number 2
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/root/gcc-4.1.0-temp/build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/root/gcc-4.1.0-temp/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory `/root/gcc-4.1.0-temp/build/gcc'
make: *** [profiledbootstrap] Error 2


-- 
           Summary: [4.1/ICE] gcc-4.1.0 won't compile on power3
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: markus at unixforces dot net
 GCC build triplet: powerpc64-unknown-linux-gnu
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu


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


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

* [Bug bootstrap/28326] [4.1/ICE] gcc-4.1.0 won't compile on power3
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
@ 2006-07-09 20:24 ` pinskia at gcc dot gnu dot org
  2006-07-10 17:41 ` markus at unixforces dot net
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-09 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-09 20:23 -------
Can you try without STAGE1_CFLAGS="-O"?
And can you try bootstrap instead of profiledbootstrap ?


-- 


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


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

* [Bug bootstrap/28326] [4.1/ICE] gcc-4.1.0 won't compile on power3
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
  2006-07-09 20:24 ` [Bug bootstrap/28326] " pinskia at gcc dot gnu dot org
@ 2006-07-10 17:41 ` markus at unixforces dot net
  2006-07-11 20:17 ` [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS markus at unixforces dot net
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2006-07-10 17:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from markus at unixforces dot net  2006-07-10 17:41 -------
I tried this:

$ make LDFLAGS="" LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1"
BOOT_CFLAGS="-m64 -O2 -pipe -mtune=power3 -mcpu=power3" profiledbootstrap
[...]
make[4]: Entering directory `/root/gcc-4.1.1-temp/build/gcc'
make[4]: `crtend.o' is up to date.
make[4]: `crtbeginS.o' is up to date.
make[4]: `crtendS.o' is up to date.
make[4]: `crtbeginT.o' is up to date.
make[4]: `ecrti.o' is up to date.
make[4]: `ecrtn.o' is up to date.
make[4]: `ncrti.o' is up to date.
make[4]: `ncrtn.o' is up to date.
make[4]: `crtsavres.o' is up to date.
make[4]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
./xgcc -B./ -B/usr/powerpc64-unknown-linux-gnu/bin/ -isystem
/usr/powerpc64-unknown-linux-gnu/include -isystem
/usr/powerpc64-unknown-linux-gnu/sys-include
-L/root/gcc-4.1.1-temp/build/gcc/../ld -O2  -O2 -g -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -specs=ldblspecs -mno-minimal-toc -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I../../gcc-4.1.1/gcc -I../../gcc-4.1.1/gcc/. -I../../gcc-4.1.1/gcc/../include
-I../../gcc-4.1.1/gcc/../libcpp/include  -fPIC -mstrict-align -DL_muldi3  -c
../../gcc-4.1.1/gcc/libgcc2.c -o libgcc/./_muldi3.o
/tmp/ccCAOUnw.s: Assembler messages:
/tmp/ccCAOUnw.s:71: Warning: Unary operator - ignored because bad operand
follows
/tmp/ccCAOUnw.s:71: Warning: zero assumed for missing expression
/tmp/ccCAOUnw.s:72: Error: Unrecognized opcode: `f'
/tmp/ccCAOUnw.s:76: Error: Unrecognized opcode: `f'
/tmp/ccCAOUnw.s:1160: Error: unassigned file number 2
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make: *** [profiledbootstrap] Error 2


and this:
$ make LDFLAGS="" LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1"
BOOT_CFLAGS="-m64 -O2 -pipe -mtune=power3 -mcpu=power3" bootstrap

last command builds fine. this is a regression then? gcc-3.4 used to build fine
using profiledbootstrap. I have not tried gcc 4.0 IIRC.


-- 


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
  2006-07-09 20:24 ` [Bug bootstrap/28326] " pinskia at gcc dot gnu dot org
  2006-07-10 17:41 ` markus at unixforces dot net
@ 2006-07-11 20:17 ` markus at unixforces dot net
  2006-09-06 13:02 ` markus at unixforces dot net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2006-07-11 20:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from markus at unixforces dot net  2006-07-11 20:17 -------
I did some testing and this are the results:

gcc versions 3.4.6, 4.0.3 and 4.2-20060708 do all _not_ fail with
profiledbootstrap and "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS.

which information do you need to get this fixed?


-- 

markus at unixforces dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.1
      Known to work|                            |3.4.6 4.0.3
            Summary|[4.1/ICE] gcc-4.1.0 won't   |[4.1 regression]
                   |compile on power3           |profiledbootstrap will
                   |                            |produce an ICE with "-
                   |                            |mtune=power3 -mcpu=power3"
                   |                            |in BOOT_CFLAGS


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (2 preceding siblings ...)
  2006-07-11 20:17 ` [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS markus at unixforces dot net
@ 2006-09-06 13:02 ` markus at unixforces dot net
  2006-09-10 16:57 ` jsm28 at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2006-09-06 13:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from markus at unixforces dot net  2006-09-06 13:02 -------
any news about this?


-- 


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (3 preceding siblings ...)
  2006-09-06 13:02 ` markus at unixforces dot net
@ 2006-09-10 16:57 ` jsm28 at gcc dot gnu dot org
  2006-11-01 18:12 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-09-10 16:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (4 preceding siblings ...)
  2006-09-10 16:57 ` jsm28 at gcc dot gnu dot org
@ 2006-11-01 18:12 ` mmitchel at gcc dot gnu dot org
  2007-02-14  9:22 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-11-01 18:12 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (5 preceding siblings ...)
  2006-11-01 18:12 ` mmitchel at gcc dot gnu dot org
@ 2007-02-14  9:22 ` mmitchel at gcc dot gnu dot org
  2008-01-13 14:52 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (6 preceding siblings ...)
  2007-02-14  9:22 ` mmitchel at gcc dot gnu dot org
@ 2008-01-13 14:52 ` rguenth at gcc dot gnu dot org
  2008-01-13 19:25 ` markus at unixforces dot net
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-13 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-01-13 14:37 -------
Does this work on the current 4.1 branch now?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (7 preceding siblings ...)
  2008-01-13 14:52 ` rguenth at gcc dot gnu dot org
@ 2008-01-13 19:25 ` markus at unixforces dot net
  2008-01-13 21:31 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2008-01-13 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from markus at unixforces dot net  2008-01-13 19:13 -------
still failing with the 4.1-20080107 snapshot


-- 


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (8 preceding siblings ...)
  2008-01-13 19:25 ` markus at unixforces dot net
@ 2008-01-13 21:31 ` rguenth at gcc dot gnu dot org
  2008-02-11  7:05 ` ubizjak at gmail dot com
  2008-02-13 13:07 ` markus at unixforces dot net
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-13 21:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-13 21:06:20
               date|                            |


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (9 preceding siblings ...)
  2008-01-13 21:31 ` rguenth at gcc dot gnu dot org
@ 2008-02-11  7:05 ` ubizjak at gmail dot com
  2008-02-13 13:07 ` markus at unixforces dot net
  11 siblings, 0 replies; 13+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-11  7:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ubizjak at gmail dot com  2008-02-11 07:04 -------
(In reply to comment #3)
> I did some testing and this are the results:
> 
> gcc versions 3.4.6, 4.0.3 and 4.2-20060708 do all _not_ fail with
> profiledbootstrap and "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS.
> 
> which information do you need to get this fixed?

*.s asm file, produced by adding -save-temps to the compile flags (Comment #0)
for _muldi.o compile. A skilled ppc person can check failed asm instruction and
eventually fix assembler template of the insn description.

However, gcc-4.1 is a bit old now...


-- 


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


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

* [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS
  2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
                   ` (10 preceding siblings ...)
  2008-02-11  7:05 ` ubizjak at gmail dot com
@ 2008-02-13 13:07 ` markus at unixforces dot net
  11 siblings, 0 replies; 13+ messages in thread
From: markus at unixforces dot net @ 2008-02-13 13:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from markus at unixforces dot net  2008-02-13 13:06 -------
(In reply to comment #7)
> However, gcc-4.1 is a bit old now...

I'm marking this bug as WONTFIX then.


-- 

markus at unixforces dot net changed:

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


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


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

end of thread, other threads:[~2008-02-13 13:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-09 20:21 [Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3 markus at unixforces dot net
2006-07-09 20:24 ` [Bug bootstrap/28326] " pinskia at gcc dot gnu dot org
2006-07-10 17:41 ` markus at unixforces dot net
2006-07-11 20:17 ` [Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS markus at unixforces dot net
2006-09-06 13:02 ` markus at unixforces dot net
2006-09-10 16:57 ` jsm28 at gcc dot gnu dot org
2006-11-01 18:12 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:22 ` mmitchel at gcc dot gnu dot org
2008-01-13 14:52 ` rguenth at gcc dot gnu dot org
2008-01-13 19:25 ` markus at unixforces dot net
2008-01-13 21:31 ` rguenth at gcc dot gnu dot org
2008-02-11  7:05 ` ubizjak at gmail dot com
2008-02-13 13:07 ` markus at unixforces dot net

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