public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/44952]  New: #include <iostream.h> imply global constructor.
@ 2010-07-15 15:51 hubicka at gcc dot gnu dot org
  2010-07-15 16:02 ` Andrew Pinski
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2010-07-15 15:51 UTC (permalink / raw)
  To: gcc-bugs

Noticed while reading
http://comments.gmane.org/gmane.comp.web.chromium.devel/16789

evans:/abuild/jh/trunk-install/bin/:[0]# more g.C
#include <iostream>
evans:/abuild/jh/trunk-install/bin/:[0]# ./g++  -O2 g.C -S
evans:/abuild/jh/trunk-install/bin/:[0]# more g.s
        .file   "g.C"
        .text
        .p2align 4,,15
        .type   _GLOBAL__I_g.C, @function
_GLOBAL__I_g.C:
.LFB969:
        .cfi_startproc
        subq    $8, %rsp
        .cfi_def_cfa_offset 16
        movl    $_ZStL8__ioinit, %edi
        call    _ZNSt8ios_base4InitC1Ev
        movl    $__dso_handle, %edx
        movl    $_ZStL8__ioinit, %esi
        movl    $_ZNSt8ios_base4InitD1Ev, %edi
        addq    $8, %rsp
        .cfi_def_cfa_offset 8
        jmp     __cxa_atexit
        .cfi_endproc
.LFE969:


-- 
           Summary: #include <iostream.h> imply global constructor.
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hubicka at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <bug-44952-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2022-11-06 16:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-15 15:51 [Bug libstdc++/44952] New: #include <iostream.h> imply global constructor hubicka at gcc dot gnu dot org
2010-07-15 16:02 ` Andrew Pinski
2010-07-15 16:02 ` [Bug libstdc++/44952] " pinskia at gmail dot com
2010-07-15 16:04 ` rguenth at gcc dot gnu dot org
2010-07-15 16:12 ` hubicka at gcc dot gnu dot org
2010-07-15 16:30 ` pinskia at gcc dot gnu dot org
2010-07-15 16:39 ` redi at gcc dot gnu dot org
2010-07-15 16:45 ` redi at gcc dot gnu dot org
2010-07-15 16:53 ` hubicka at gcc dot gnu dot org
2010-07-15 17:49 ` redi at gcc dot gnu dot org
2010-07-15 18:26 ` [Bug libstdc++/44952] #include <iostream> implies " paolo dot carlini at oracle dot com
2010-07-22  0:02 ` pinskia at gcc dot gnu dot org
2010-07-22 11:04 ` jakub at gcc dot gnu dot org
2010-07-22 11:25 ` paolo dot carlini at oracle dot com
2010-07-22 11:41 ` jakub at gcc dot gnu dot org
2010-08-19  9:39 ` hubicka at gcc dot gnu dot org
     [not found] <bug-44952-4@http.gcc.gnu.org/bugzilla/>
2010-12-14 18:50 ` ccoutant at gcc dot gnu.org
2020-12-10 16:03 ` redi at gcc dot gnu.org
2022-11-03 14:38 ` jason at gcc dot gnu.org
2022-11-03 18:36 ` ppalka at gcc dot gnu.org
2022-11-06 16:16 ` cvs-commit 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).