public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34572]  New: program that built with 4.1.2 fails with 4.2.2
@ 2007-12-24 15:58 galtgendo at o2 dot pl
  2007-12-24 18:35 ` [Bug c++/34572] " galtgendo at o2 dot pl
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2007-12-24 15:58 UTC (permalink / raw)
  To: gcc-bugs

It's my first bug here, so I may be missing something.
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.2.2/work/gcc-4.2.2/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.2.2
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --disable-libunwind-exceptions
--disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj
--with-arch=i686 --enable-objc-gc --enable-languages=c,c++,objc,fortran
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu
Thread model: posix
gcc version 4.2.2 (Gentoo 4.2.2 p1.0)
 /usr/libexec/gcc/i686-pc-linux-gnu/4.2.2/cc1 -E -quiet -v -I. -I../..
-I../../bindings/ruby -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I../../lib -I/usr/include/apr-1 -I/usr/include/subversion-1
-I/usr/include/mysql -I/usr/lib/ruby/1.8/i686-linux
-I/usr/lib/ruby/site_ruby/1.8/i686-linux -MD .libs/unihan_la-tomoe-unihan.d -MF
.deps/unihan_la-tomoe-unihan.Tpo -MP -MT unihan_la-tomoe-unihan.lo -MQ
.libs/unihan_la-tomoe-unihan.o -D_REENTRANT -DHAVE_CONFIG_H
-DCONFDIR="/etc/tomoe" -DDATADIR="/usr/share/tomoe"
-DDICT_DATADIR="/usr/share/tomoe/dict"
-DRECOGNIZER_DATADIR="/usr/share/tomoe/recognizer"
-DDICT_MODULEDIR="/usr/lib/tomoe/module/dict"
-DRECOGNIZER_MODULEDIR="/usr/lib/tomoe/module/recognizer" -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_ERRNO_AS_DEFINE=1
-DG_LOG_DOMAIN="Tomoe/Dict:Unihan" -DRUBY_EXTDIR=""
-DRUBY_LIBDIR="/usr/lib/ruby/site_ruby/1.8" -DPIC tomoe-unihan.c -march=athlon
-mtune=athlon -march=athlon -mtune=athlon -Wall -Wmissing-declarations
-Wmissing-prototypes -Wpointer-arith -Wcast-align -fno-strict-aliasing
-fgnu89-inline -fPIC -O2 -O2 -fpch-preprocess -o tomoe-unihan.i
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 ../../bindings/ruby
 /usr/include/glib-2.0
 /usr/lib/glib-2.0/include
 ../../lib
 /usr/include/apr-1
 /usr/include/subversion-1
 /usr/include/mysql
 /usr/lib/ruby/1.8/i686-linux
 /usr/lib/ruby/site_ruby/1.8/i686-linux
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include
 /usr/include
End of search list.
 /usr/libexec/gcc/i686-pc-linux-gnu/4.2.2/cc1 -fpreprocessed tomoe-unihan.i
-quiet -dumpbase tomoe-unihan.c -march=athlon -mtune=athlon -march=athlon
-mtune=athlon -auxbase-strip .libs/unihan_la-tomoe-unihan.o -O2 -O2 -Wall
-Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wcast-align
-version -fno-strict-aliasing -fgnu89-inline -fPIC -o tomoe-unihan.s
GNU C version 4.2.2 (Gentoo 4.2.2 p1.0) (i686-pc-linux-gnu)
        compiled by GNU C version 4.2.2 (Gentoo 4.2.2 p1.0).
GGC heuristics: --param ggc-min-expand=42 --param ggc-min-heapsize=23601
Compiler executable checksum: 1701e9a49029dd1fe871d64594d26df3
i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
preprocessed file will follow but it's rather large.


-- 
           Summary: program that built with 4.1.2 fails with 4.2.2
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: galtgendo at o2 dot pl


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


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

* [Bug c++/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
@ 2007-12-24 18:35 ` galtgendo at o2 dot pl
  2007-12-24 18:55 ` galtgendo at o2 dot pl
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2007-12-24 18:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from galtgendo at o2 dot pl  2007-12-24 18:34 -------
Sorry, it's much too big, where can I put it, so it can be seen here ?


-- 


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


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

* [Bug c++/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
  2007-12-24 18:35 ` [Bug c++/34572] " galtgendo at o2 dot pl
@ 2007-12-24 18:55 ` galtgendo at o2 dot pl
  2007-12-24 22:06 ` [Bug middle-end/34572] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2007-12-24 18:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from galtgendo at o2 dot pl  2007-12-24 18:55 -------
Created an attachment (id=14820)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14820&action=view)
preprocessed file (packed)


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
  2007-12-24 18:35 ` [Bug c++/34572] " galtgendo at o2 dot pl
  2007-12-24 18:55 ` galtgendo at o2 dot pl
@ 2007-12-24 22:06 ` pinskia at gcc dot gnu dot org
  2007-12-24 22:06 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-24 22:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-12-24 22:06 -------
How much memory do you have?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|memory-hog                  |compile-time-hog


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (2 preceding siblings ...)
  2007-12-24 22:06 ` [Bug middle-end/34572] " pinskia at gcc dot gnu dot org
@ 2007-12-24 22:06 ` pinskia at gcc dot gnu dot org
  2007-12-24 23:22 ` galtgendo at o2 dot pl
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-24 22:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-12-24 22:06 -------
How much memory do you have?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |middle-end
           Keywords|                            |memory-hog


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (3 preceding siblings ...)
  2007-12-24 22:06 ` pinskia at gcc dot gnu dot org
@ 2007-12-24 23:22 ` galtgendo at o2 dot pl
  2008-01-03  2:36 ` galtgendo at o2 dot pl
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2007-12-24 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from galtgendo at o2 dot pl  2007-12-24 23:22 -------
Correct, 192MB.


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (4 preceding siblings ...)
  2007-12-24 23:22 ` galtgendo at o2 dot pl
@ 2008-01-03  2:36 ` galtgendo at o2 dot pl
  2008-02-23 20:18 ` galtgendo at o2 dot pl
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2008-01-03  2:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from galtgendo at o2 dot pl  2008-01-03 01:05 -------
To make earlier comment clear: yes, I agree that it's most probably running out
of memory.


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (5 preceding siblings ...)
  2008-01-03  2:36 ` galtgendo at o2 dot pl
@ 2008-02-23 20:18 ` galtgendo at o2 dot pl
  2008-03-14 15:05 ` reist at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2008-02-23 20:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from galtgendo at o2 dot pl  2008-02-23 20:17 -------
Well, shortly after I reported this bug hardware got upgraded (it was
Christmas).
Now it's 512MB and gcc 4.2.3.
It still fails.


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (6 preceding siblings ...)
  2008-02-23 20:18 ` galtgendo at o2 dot pl
@ 2008-03-14 15:05 ` reist at users dot sourceforge dot net
  2008-03-14 15:07 ` reist at users dot sourceforge dot net
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: reist at users dot sourceforge dot net @ 2008-03-14 15:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from reist at users dot sourceforge dot net  2008-03-14 15:04 -------
I am getting this as well.
I tried building tomoe
(http://prdownloads.sourceforge.net/tomoe/tomoe-0.6.0.tar.gz).
I'm using gcc 4.2.3 and have 2GB of RAM.
Before running gcc:
             total       used       free     shared    buffers     cached
Mem:       2074672     683088    1391584          0      42056     116736
-/+ buffers/cache:     524296    1550376
Swap:            0          0          0

An instant after:
             total       used       free     shared    buffers     cached
Mem:       2074672    2025556      49116          0      31044      43136
-/+ buffers/cache:    1951376     123296
Swap:            0          0          0

gcc -v -save-temps -DHAVE_CONFIG_H -I. -I../.. -I../../bindings/ruby
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCONFDIR=\"/etc/tomoe\"
-DDATADIR=\"/usr/share/tomoe\" -DDICT_DATADIR=\"/usr/share/tomoe/dict\"
-DRECOGNIZER_DATADIR=\"/usr/share/tomoe/recognizer\"
-DDICT_MODULEDIR=\"/usr/lib/tomoe/module/dict\"
-DRECOGNIZER_MODULEDIR=\"/usr/lib/tomoe/module/recognizer\" -I../../lib
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread
-I/usr/include/apr-1 -I/usr/include/subversion-1 -I/usr/include/mysql
-march=i486 -mtune=i686 -I/usr/lib/ruby/1.8/i486-linux
-I/usr/lib/ruby/site_ruby/1.8/i486-linux -O2 -march=i486 -mtune=i686 -fPIC
-DG_LOG_DOMAIN=\"Tomoe/Dict:Unihan\" -DRUBY_EXTDIR=\"\"
-DRUBY_LIBDIR=\"/usr/lib/ruby/site_ruby/1.8\" -O2 -pipe -march=i686 -Wall
-Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wcast-align -MT
unihan_la-tomoe-unihan.lo -MD -MP -MF .deps/unihan_la-tomoe-unihan.Tpo -c
tomoe-unihan.c  -fPIC -DPIC -o .libs/unihan_la-tomoe-unihan.o
gcc: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.2.3/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.2.3/configure --prefix=/usr --enable-shared
--enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix
--enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose
--with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.2.3
 /usr/libexec/gcc/i486-slackware-linux/4.2.3/cc1 -E -quiet -v -I. -I../..
-I../../bindings/ruby -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I../../lib -I/usr/include/apr-1 -I/usr/include/subversion-1
-I/usr/include/mysql -I/usr/lib/ruby/1.8/i486-linux
-I/usr/lib/ruby/site_ruby/1.8/i486-linux -MD .libs/unihan_la-tomoe-unihan.d -MF
.deps/unihan_la-tomoe-unihan.Tpo -MP -MT unihan_la-tomoe-unihan.lo -MQ
.libs/unihan_la-tomoe-unihan.o -D_REENTRANT -DHAVE_CONFIG_H
-DCONFDIR="/etc/tomoe" -DDATADIR="/usr/share/tomoe"
-DDICT_DATADIR="/usr/share/tomoe/dict"
-DRECOGNIZER_DATADIR="/usr/share/tomoe/recognizer"
-DDICT_MODULEDIR="/usr/lib/tomoe/module/dict"
-DRECOGNIZER_MODULEDIR="/usr/lib/tomoe/module/recognizer" -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-DG_LOG_DOMAIN="Tomoe/Dict:Unihan" -DRUBY_EXTDIR=""
-DRUBY_LIBDIR="/usr/lib/ruby/site_ruby/1.8" -DPIC tomoe-unihan.c -march=i486
-mtune=i686 -march=i486 -mtune=i686 -march=i686 -Wall -Wmissing-declarations
-Wmissing-prototypes -Wpointer-arith -Wcast-align -fPIC -O2 -O2
-fpch-preprocess -o tomoe-unihan.i
ignoring nonexistent directory
"/usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../i486-slackware-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 ../../bindings/ruby
 /usr/include/glib-2.0
 /usr/lib/glib-2.0/include
 ../../lib
 /usr/include/apr-1
 /usr/include/subversion-1
 /usr/include/mysql
 /usr/lib/ruby/1.8/i486-linux
 /usr/lib/ruby/site_ruby/1.8/i486-linux
 /usr/local/include
 /usr/lib/gcc/i486-slackware-linux/4.2.3/include
 /usr/include
End of search list.
 /usr/libexec/gcc/i486-slackware-linux/4.2.3/cc1 -fpreprocessed tomoe-unihan.i
-quiet -dumpbase tomoe-unihan.c -march=i486 -mtune=i686 -march=i486 -mtune=i686
-march=i686 -auxbase-strip .libs/unihan_la-tomoe-unihan.o -O2 -O2 -Wall
-Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wcast-align
-version -fPIC -o tomoe-unihan.s
GNU C version 4.2.3 (i486-slackware-linux)
        compiled by GNU C version 4.2.3.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: d7200fa017f6d2624ddb1cb570d54fe1
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 

reist at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reist at users dot
                   |                            |sourceforge dot net


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (7 preceding siblings ...)
  2008-03-14 15:05 ` reist at users dot sourceforge dot net
@ 2008-03-14 15:07 ` reist at users dot sourceforge dot net
  2008-03-17 18:35 ` galtgendo at o2 dot pl
  2009-03-31 15:55 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: reist at users dot sourceforge dot net @ 2008-03-14 15:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from reist at users dot sourceforge dot net  2008-03-14 15:06 -------
Created an attachment (id=15316)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15316&action=view)
preprocessed file (packed) 


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (8 preceding siblings ...)
  2008-03-14 15:07 ` reist at users dot sourceforge dot net
@ 2008-03-17 18:35 ` galtgendo at o2 dot pl
  2009-03-31 15:55 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: galtgendo at o2 dot pl @ 2008-03-17 18:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from galtgendo at o2 dot pl  2008-03-17 18:34 -------
Well, gcc 4.3.0 seems to work fine. A clean compilation.


-- 


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


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

* [Bug middle-end/34572] program that built with 4.1.2 fails with 4.2.2
  2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
                   ` (9 preceding siblings ...)
  2008-03-17 18:35 ` galtgendo at o2 dot pl
@ 2009-03-31 15:55 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2009-03-31 15:54 -------
Closing 4.2 branch, reported to work with 4.3.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.2.2
      Known to work|                            |4.3.0 4.1.2
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2009-03-31 15:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-24 15:58 [Bug c++/34572] New: program that built with 4.1.2 fails with 4.2.2 galtgendo at o2 dot pl
2007-12-24 18:35 ` [Bug c++/34572] " galtgendo at o2 dot pl
2007-12-24 18:55 ` galtgendo at o2 dot pl
2007-12-24 22:06 ` [Bug middle-end/34572] " pinskia at gcc dot gnu dot org
2007-12-24 22:06 ` pinskia at gcc dot gnu dot org
2007-12-24 23:22 ` galtgendo at o2 dot pl
2008-01-03  2:36 ` galtgendo at o2 dot pl
2008-02-23 20:18 ` galtgendo at o2 dot pl
2008-03-14 15:05 ` reist at users dot sourceforge dot net
2008-03-14 15:07 ` reist at users dot sourceforge dot net
2008-03-17 18:35 ` galtgendo at o2 dot pl
2009-03-31 15:55 ` jsm28 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).