public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
@ 2004-02-23  2:13 ` pinskia at gcc dot gnu dot org
  2004-03-16 16:03 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-23  2:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-23 02:13 -------
*** Bug 14234 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwgk at yahoo dot com


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
  2004-02-23  2:13 ` [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates pinskia at gcc dot gnu dot org
@ 2004-03-16 16:03 ` pinskia at gcc dot gnu dot org
  2004-03-17  3:36 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-16 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 16:03 -------
Fixed for 3.5.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
  2004-02-23  2:13 ` [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates pinskia at gcc dot gnu dot org
  2004-03-16 16:03 ` pinskia at gcc dot gnu dot org
@ 2004-03-17  3:36 ` giovannibajo at libero dot it
  2004-03-17  3:41 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: giovannibajo at libero dot it @ 2004-03-17  3:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-03-17 03:36 -------
Andrew, which patch fixed this? There is no mention in the comments.

-- 


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
                   ` (2 preceding siblings ...)
  2004-03-17  3:36 ` giovannibajo at libero dot it
@ 2004-03-17  3:41 ` pinskia at gcc dot gnu dot org
  2004-04-27  6:30 ` gdr at gcc dot gnu dot org
  2005-04-16 19:06 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-17  3:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-17 03:41 -------
This was fixed by:
2004-03-12  Matt Austern  <austern@apple.com>
        
        * target.h (struct gcc_target): New target hook, unwind_label.
        * target-def.h (TARGET_ASM_EMIT_UNWIND_LABEL): New hook.
        * output.h (default_emit_unwind_label): New function.
        * default.h (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): New macro.
        (TARGET_USES_WEAK_UNWIND_INFO): New target macro.
        (TARGET_SUPPORTS_HIDDEN): New target macro.
        * dwarf2out.c (struct dw_fde_struct): Add field for function decl
        that corresponds to this FDE.
        (FRAME_BEGIN_LABEL): Allow target to override default label.
        (output_call_frame_info): If FDEs are linknonce, then use extra
        indirection for FDE encoding, output a label for each FDE, and
        output an empty label for each function without an FDE.
        (dwarf2out_begin_prologue): Set up decl field when creating an FDE.
        * varasm.c (globalize_decl): Call ASM_MAKE_LABEL_LINKONCE for
       .... more

-- 


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
                   ` (3 preceding siblings ...)
  2004-03-17  3:41 ` pinskia at gcc dot gnu dot org
@ 2004-04-27  6:30 ` gdr at gcc dot gnu dot org
  2005-04-16 19:06 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-04-27  6:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 11026 depends on bug 11303, which changed state.

Bug 11303 Summary: [3.3 regression] ICE in stor-layout.c:304 in int_mode_for_mode
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11303

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

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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john@johnmaddock.co.uk>
                   ` (4 preceding siblings ...)
  2004-04-27  6:30 ` gdr at gcc dot gnu dot org
@ 2005-04-16 19:06 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-16 19:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-16 19:05 -------
*** Bug 21060 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olsonse at umich dot edu


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <bug-11026-3433@http.gcc.gnu.org/bugzilla/>
@ 2005-11-26 18:30 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-26 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from pinskia at gcc dot gnu dot org  2005-11-26 18:30 -------
*** Bug 25107 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smirolo at hotmail dot com


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


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john_maddock@compuserve.com>
                   ` (2 preceding siblings ...)
  2003-10-28 15:21 ` pinskia at gcc dot gnu dot org
@ 2003-10-29 20:17 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-29 20:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |troyer at itp dot phys dot
                   |                            |ethz dot ch


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-29 19:53 -------
*** Bug 12830 has been marked as a duplicate of this bug. ***


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john_maddock@compuserve.com>
  2003-08-03 18:27 ` neroden at gcc dot gnu dot org
  2003-08-23  0:14 ` dhazeghi at yahoo dot com
@ 2003-10-28 15:21 ` pinskia at gcc dot gnu dot org
  2003-10-29 20:17 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-28 15:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john_maddock@compuserve.com>
  2003-08-03 18:27 ` neroden at gcc dot gnu dot org
@ 2003-08-23  0:14 ` dhazeghi at yahoo dot com
  2003-10-28 15:21 ` pinskia at gcc dot gnu dot org
  2003-10-29 20:17 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates
       [not found] <20030529110116.11026.john_maddock@compuserve.com>
@ 2003-08-03 18:27 ` neroden at gcc dot gnu dot org
  2003-08-23  0:14 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-03 18:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target


------- Additional Comments From neroden at gcc dot gnu dot org  2003-08-03 18:27 -------
Target-specific.


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

end of thread, other threads:[~2005-11-26 18:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030529110116.11026.john@johnmaddock.co.uk>
2004-02-23  2:13 ` [Bug target/11026] [Darwin] g++ does not instantiate static data members of templates pinskia at gcc dot gnu dot org
2004-03-16 16:03 ` pinskia at gcc dot gnu dot org
2004-03-17  3:36 ` giovannibajo at libero dot it
2004-03-17  3:41 ` pinskia at gcc dot gnu dot org
2004-04-27  6:30 ` gdr at gcc dot gnu dot org
2005-04-16 19:06 ` pinskia at gcc dot gnu dot org
     [not found] <bug-11026-3433@http.gcc.gnu.org/bugzilla/>
2005-11-26 18:30 ` pinskia at gcc dot gnu dot org
     [not found] <20030529110116.11026.john_maddock@compuserve.com>
2003-08-03 18:27 ` neroden at gcc dot gnu dot org
2003-08-23  0:14 ` dhazeghi at yahoo dot com
2003-10-28 15:21 ` pinskia at gcc dot gnu dot org
2003-10-29 20:17 ` pinskia 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).