public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build
@ 2013-04-30  1:37 dongsheng.song at gmail dot com
  2013-04-30  9:23 ` [Bug target/57119] " paolo.carlini at oracle dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30  1:37 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57119
           Summary: libstdc++-6.dll missed in default gcc 4.8 build
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dongsheng.song@gmail.com


In gcc 4.7, both static and shared libstdc++ build:

i686-w64-mingw32/lib/libstdc++.a
x86_64-w64-mingw32/lib/libstdc++.a

i686-w64-mingw32/lib/libstdc++-6.dll
x86_64-w64-mingw32/lib/libstdc++-6.dll

But in gcc 4.8, no shared libstdc++ build anymore, only got static build:
lib/libstdc++.a


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
@ 2013-04-30  9:23 ` paolo.carlini at oracle dot com
  2013-04-30 10:34 ` ktietz at gcc dot gnu.org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-30  9:23 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org
          Component|libstdc++                   |target

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-30 09:23:39 UTC ---
Kai, can you please help triaging this?


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
  2013-04-30  9:23 ` [Bug target/57119] " paolo.carlini at oracle dot com
@ 2013-04-30 10:34 ` ktietz at gcc dot gnu.org
  2013-04-30 10:42 ` dongsheng.song at gmail dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ktietz at gcc dot gnu.org @ 2013-04-30 10:34 UTC (permalink / raw)
  To: gcc-bugs


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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

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

--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-04-30 10:33:59 UTC ---
Hmm, I can't reproduce that.  I just built things myself again for 4.8.1 gcc.
I am a bit curious to read that due distributions like Fedora seem to be able
to build stuff without isssues for 4.8.x gcc.
First advice would be to look into libstdc++'s config.log to see why for you
shared library isn't built.  Second question is how you are actual configuring
it, and what additional patches you might use on built?


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
  2013-04-30  9:23 ` [Bug target/57119] " paolo.carlini at oracle dot com
  2013-04-30 10:34 ` ktietz at gcc dot gnu.org
@ 2013-04-30 10:42 ` dongsheng.song at gmail dot com
  2013-04-30 10:44 ` dongsheng.song at gmail dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 10:42 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 10:42:21 UTC ---
Created attachment 29979
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29979
x86_64-w64-mingw32/libstdc++-v3/config.log


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (2 preceding siblings ...)
  2013-04-30 10:42 ` dongsheng.song at gmail dot com
@ 2013-04-30 10:44 ` dongsheng.song at gmail dot com
  2013-04-30 10:46 ` dongsheng.song at gmail dot com
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 10:44 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 10:44:03 UTC ---
Created attachment 29980
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29980
gcc/config.log


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (3 preceding siblings ...)
  2013-04-30 10:44 ` dongsheng.song at gmail dot com
@ 2013-04-30 10:46 ` dongsheng.song at gmail dot com
  2013-04-30 10:47 ` dongsheng.song at gmail dot com
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 10:46 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 10:46:54 UTC ---
(In reply to comment #2)
> Hmm, I can't reproduce that.  I just built things myself again for 4.8.1 gcc.
> I am a bit curious to read that due distributions like Fedora seem to be able
> to build stuff without isssues for 4.8.x gcc.
> First advice would be to look into libstdc++'s config.log to see why for you
> shared library isn't built.  Second question is how you are actual configuring
> it, and what additional patches you might use on built?

No additional patches applied.

Here is my build cfg:

$ /home/cauchy/vcs/svn/gcc/branches/gcc-4_8-branch/configure
--prefix=/home/cauchy/cross/x86_64-windows
--with-sysroot=/home/cauchy/cross/x86_64-windows --target=x86_64-w64-mingw32
--enable-targets=all --disable-nls --enable-checking=release
--enable-languages=c,c++,fortran --with-arch=x86-64 --with-tune=generic
--with-fpmath=sse

Please see attachments for config.log


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (4 preceding siblings ...)
  2013-04-30 10:46 ` dongsheng.song at gmail dot com
@ 2013-04-30 10:47 ` dongsheng.song at gmail dot com
  2013-04-30 11:00 ` ktietz at gcc dot gnu.org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 10:47 UTC (permalink / raw)
  To: gcc-bugs


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

Dongsheng Song <dongsheng.song at gmail dot com> changed:

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

--- Comment #6 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 10:47:39 UTC ---
OOPS, not RESOLVED.


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (5 preceding siblings ...)
  2013-04-30 10:47 ` dongsheng.song at gmail dot com
@ 2013-04-30 11:00 ` ktietz at gcc dot gnu.org
  2013-04-30 11:29 ` dongsheng.song at gmail dot com
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ktietz at gcc dot gnu.org @ 2013-04-30 11:00 UTC (permalink / raw)
  To: gcc-bugs


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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-04-30
     Ever Confirmed|0                           |1

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-04-30 11:00:13 UTC ---
Hmm, only issue I see is the use of '--disable-nls' option, which is known to
cause issue. See here PR 54659.

Another question I have is, what mingw-w64 header-set,crt you are using?  You
will need for >= 4.8.x gcc version actual trunk version.

I looked through the config.log and don't see anything showing that
shared-version doesn't work, so I assume the underlying issue you see is PR
54659.


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (6 preceding siblings ...)
  2013-04-30 11:00 ` ktietz at gcc dot gnu.org
@ 2013-04-30 11:29 ` dongsheng.song at gmail dot com
  2013-04-30 11:41 ` dongsheng.song at gmail dot com
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 11:29 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 11:29:10 UTC ---
(In reply to comment #7)
> Hmm, only issue I see is the use of '--disable-nls' option, which is known to
> cause issue. See here PR 54659.
> 
> Another question I have is, what mingw-w64 header-set,crt you are using?  You
> will need for >= 4.8.x gcc version actual trunk version.
> 

Yes, I use mingw-w64 trunk.

> I looked through the config.log and don't see anything showing that
> shared-version doesn't work, so I assume the underlying issue you see is PR
> 54659.

OK, I will try without '--disable-nls' option.


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (7 preceding siblings ...)
  2013-04-30 11:29 ` dongsheng.song at gmail dot com
@ 2013-04-30 11:41 ` dongsheng.song at gmail dot com
  2013-04-30 11:42 ` dongsheng.song at gmail dot com
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 11:41 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #9 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 11:41:29 UTC ---
Created attachment 29981
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29981
gcc/config-v2.log


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (8 preceding siblings ...)
  2013-04-30 11:41 ` dongsheng.song at gmail dot com
@ 2013-04-30 11:42 ` dongsheng.song at gmail dot com
  2013-04-30 11:43 ` dongsheng.song at gmail dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 11:42 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #10 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 11:42:27 UTC ---
Created attachment 29982
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29982
i686-w64-mingw32/libstdc++-v3/config-v2.log


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (9 preceding siblings ...)
  2013-04-30 11:42 ` dongsheng.song at gmail dot com
@ 2013-04-30 11:43 ` dongsheng.song at gmail dot com
  2013-04-30 13:49 ` ktietz at gcc dot gnu.org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 11:43 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 11:43:42 UTC ---
Please see gcc/config-v2.log and i686-w64-mingw32/libstdc++-v3/config-v2.log,
still not build libstdc++-6.dll


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (10 preceding siblings ...)
  2013-04-30 11:43 ` dongsheng.song at gmail dot com
@ 2013-04-30 13:49 ` ktietz at gcc dot gnu.org
  2013-04-30 14:46 ` dongsheng.song at gmail dot com
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ktietz at gcc dot gnu.org @ 2013-04-30 13:49 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #12 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-04-30 13:49:25 UTC ---
Hmm, I don't see in config.log any difference to the variant I have built on my
box.  Shared is actual enabled in you config.log for libstdc++-v3.  So DLL
should be built, if you don't have a build error.
For me 32-bit and 64-bit w64 version builds OOTB without any issue.
You are building multilib as I see, so do you have 32-bit and 64-bit setuped
too?  Could you check if there is for real no dll built by executing within
your libstdc++-v3 build-directory the command 'find ./* -name "*.dll" -print'?


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (11 preceding siblings ...)
  2013-04-30 13:49 ` ktietz at gcc dot gnu.org
@ 2013-04-30 14:46 ` dongsheng.song at gmail dot com
  2013-12-06  0:36 ` ktietz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-04-30 14:46 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #13 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 14:46:43 UTC ---
(In reply to comment #12)
> Hmm, I don't see in config.log any difference to the variant I have built on my
> box.  Shared is actual enabled in you config.log for libstdc++-v3.  So DLL
> should be built, if you don't have a build error.
> For me 32-bit and 64-bit w64 version builds OOTB without any issue.
> You are building multilib as I see, so do you have 32-bit and 64-bit setuped
> too?  Could you check if there is for real no dll built by executing within
> your libstdc++-v3 build-directory the command 'find ./* -name "*.dll" -print'?

Yes, I build x86_64-w64-mingw32 with multilib, i686-w64-mingw32 without
multilib (due to binutils trunk regress), both do not generate libstdc++-6.dll:


~/obj/i686-w64-mingw32/gcc$ find ./* -name "*.dll" -print
./gcc/home/cauchy/cross/i686-windows/i686-w64-mingw32/lib/libgcc_s_sjlj-1.dll
./i686-w64-mingw32/libgcc/shlib/libgcc_s_sjlj-1.dll
./i686-w64-mingw32/libssp/.libs/libssp-0.dll
./i686-w64-mingw32/libquadmath/.libs/libquadmath-0.dll
./i686-w64-mingw32/libgfortran/.libs/libgfortran-3.dll

~/obj/x86_64-w64-mingw32/gcc$ find ./* -name "*.dll" -print
./gcc/home/cauchy/cross/x86_64-windows/x86_64-w64-mingw32/lib/libgcc_s_seh-1.dll
./gcc/home/cauchy/cross/x86_64-windows/x86_64-w64-mingw32/lib32/libgcc_s_sjlj-1.dll
./x86_64-w64-mingw32/libgcc/shlib/libgcc_s_seh-1.dll
./x86_64-w64-mingw32/32/libgcc/32/shlib/libgcc_s_sjlj-1.dll
./x86_64-w64-mingw32/32/libssp/.libs/libssp-0.dll
./x86_64-w64-mingw32/32/libquadmath/.libs/libquadmath-0.dll
./x86_64-w64-mingw32/32/libgfortran/.libs/libgfortran-3.dll
./x86_64-w64-mingw32/libssp/.libs/libssp-0.dll
./x86_64-w64-mingw32/libquadmath/.libs/libquadmath-0.dll
./x86_64-w64-mingw32/libgfortran/.libs/libgfortran-3.dll


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (12 preceding siblings ...)
  2013-04-30 14:46 ` dongsheng.song at gmail dot com
@ 2013-12-06  0:36 ` ktietz at gcc dot gnu.org
  2013-12-06  6:28 ` dongsheng.song at gmail dot com
  2015-02-10 17:26 ` ktietz at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: ktietz at gcc dot gnu.org @ 2013-12-06  0:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Does this problem still exists for you with current 4.7 branch?
For me recent bootstrap multilib 64-bit, and 32-bit are working without issues
on 4.7.x


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (13 preceding siblings ...)
  2013-12-06  0:36 ` ktietz at gcc dot gnu.org
@ 2013-12-06  6:28 ` dongsheng.song at gmail dot com
  2015-02-10 17:26 ` ktietz at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: dongsheng.song at gmail dot com @ 2013-12-06  6:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from Dongsheng Song <dongsheng.song at gmail dot com> ---
gcc 4.7.x never have such issue.

for gcc 4.8.x or trunk, I did not build multilib long ago.
because I can not build multilib which x64 use SEH, and x86 use SJLJ. I must
build with SJLJ for x64 and x86.


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

* [Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build
  2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
                   ` (14 preceding siblings ...)
  2013-12-06  6:28 ` dongsheng.song at gmail dot com
@ 2015-02-10 17:26 ` ktietz at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-10 17:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #16 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Hmm, this issue seems to be fixed.  I close this bug.  Please don't hesitate to
open new bug for it, iff issue still exists.


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

end of thread, other threads:[~2015-02-10 17:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-30  1:37 [Bug libstdc++/57119] New: libstdc++-6.dll missed in default gcc 4.8 build dongsheng.song at gmail dot com
2013-04-30  9:23 ` [Bug target/57119] " paolo.carlini at oracle dot com
2013-04-30 10:34 ` ktietz at gcc dot gnu.org
2013-04-30 10:42 ` dongsheng.song at gmail dot com
2013-04-30 10:44 ` dongsheng.song at gmail dot com
2013-04-30 10:46 ` dongsheng.song at gmail dot com
2013-04-30 10:47 ` dongsheng.song at gmail dot com
2013-04-30 11:00 ` ktietz at gcc dot gnu.org
2013-04-30 11:29 ` dongsheng.song at gmail dot com
2013-04-30 11:41 ` dongsheng.song at gmail dot com
2013-04-30 11:42 ` dongsheng.song at gmail dot com
2013-04-30 11:43 ` dongsheng.song at gmail dot com
2013-04-30 13:49 ` ktietz at gcc dot gnu.org
2013-04-30 14:46 ` dongsheng.song at gmail dot com
2013-12-06  0:36 ` ktietz at gcc dot gnu.org
2013-12-06  6:28 ` dongsheng.song at gmail dot com
2015-02-10 17:26 ` ktietz at gcc dot gnu.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).