public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10249] [ppc] -gxcoff switch causes parser to abort
       [not found] <20030327223601.10249.fulton.green@retek.com>
@ 2003-05-26  5:18 ` pinskia@physics.uc.edu
  2003-06-08 15:03 ` [Bug debug/10249] " pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26  5:18 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=10249


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-26 05:09:49
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 05:09 -------
Confirmed by Dara.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug debug/10249] [ppc] -gxcoff switch causes parser to abort
       [not found] <20030327223601.10249.fulton.green@retek.com>
  2003-05-26  5:18 ` [Bug c++/10249] [ppc] -gxcoff switch causes parser to abort pinskia@physics.uc.edu
@ 2003-06-08 15:03 ` pinskia@physics.uc.edu
  2003-07-29 15:17 ` pinskia at physics dot uc dot edu
  2003-12-09 18:00 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 15:03 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=10249



------- Additional Comments From pinskia@physics.uc.edu  2003-06-08 15:03 -------
Here is more information:
(gdb) p child
$1 = 0x149e500
(gdb) p debug_tree(child)
 <tree_vec 0x149e500
    type <record_type 0x1498d00 BaseClass type_1 type_5 SI
        size <integer_cst 0x1431da0 constant 32>
        unit size <integer_cst 0x1431e00 constant 4>
        align 32 symtab 12 alias set -1
        fields <field_decl 0x1498f00 x type <integer_type 0x1432600 int>
            private nonlocal decl_3 SI file pr10249.cc line 5
            size <integer_cst 0x1431760 constant 32>
            unit size <integer_cst 0x1431800 constant 4>
            align 32 offset_align 128
            offset <integer_cst 0x1431e20 constant 0>
            bit offset <integer_cst 0x1431ee0 constant 0> context <record_type 0x1498d00 
BaseClass> arguments <integer_cst 0x1431e20 0> chain <type_decl 0x1498e80 
BaseClass>>
        X() X(constX&) this=(X&) n_parents 0 use_template=0 interface-unknown
        member-functions <tree_vec 0x149e340
            elt 0 <overload 0x143a160>
            elt 2 <function_decl 0x149f900 operator=>
            elt 3 <overload 0x143a1a0>
            elt 4 <overload 0x143a180>>
        pointer_to_this <pointer_type 0x1498d80> reference_to_this <reference_type 
0x149f680> chain <type_decl 0x1498e00 BaseClass>>
   
    elt 0 <tree_vec 0x149e4c0>
    elt 1 <integer_cst 0x1431e20 0>>
$2 = void
(gdb) p child->common.type
$3 = 0x1498d00
(gdb) p debug_tree(child->common.type)
 <record_type 0x1498d00 BaseClass type_1 type_5 SI
    size <integer_cst 0x1431da0 type <integer_type 0x143cd80 bit_size_type> constant 
32>
    unit size <integer_cst 0x1431e00 type <integer_type 0x143cd00 long unsigned int> 
constant 4>
    align 32 symtab 12 alias set -1
    fields <field_decl 0x1498f00 x
        type <integer_type 0x1432600 int SI
            size <integer_cst 0x1431760 constant 32>
            unit size <integer_cst 0x1431800 constant 4>
            align 32 symtab -1 alias set -1 precision 32 min <integer_cst 0x14317c0 -
2147483648> max <integer_cst 0x14317e0 2147483647>
            pointer_to_this <pointer_type 0x1443980>>
        private nonlocal decl_3 SI file pr10249.cc line 5 size <integer_cst 0x1431760 32> 
unit size <integer_cst 0x1431800 4>
        align 32 offset_align 128
        offset <integer_cst 0x1431e20 constant 0>
        bit offset <integer_cst 0x1431ee0 constant 0> context <record_type 0x1498d00 
BaseClass> arguments <integer_cst 0x1431e20 0>
        chain <type_decl 0x1498e80 BaseClass type <record_type 0x1498d00 BaseClass>
            nonlocal VOID file pr10249.cc line 4
            align 1 context <record_type 0x1498d00 BaseClass>
           >>
    X() X(constX&) this=(X&) n_parents 0 use_template=0 interface-unknown
    member-functions <tree_vec 0x149e340
        elt 0 <overload 0x143a160>
        elt 2 <function_decl 0x149f900 operator=>
        elt 3 <overload 0x143a1a0>
        elt 4 <overload 0x143a180>>
    pointer_to_this <pointer_type 0x1498d80> reference_to_this <reference_type 
0x149f680> chain <type_decl 0x1498e00 BaseClass>>
$4 = void
(gdb) p debug_tree(child->common.type->decl.size)

$5 = void
(gdb) p child->common.type->decl.size
$6 = 0x0


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

* [Bug debug/10249] [ppc] -gxcoff switch causes parser to abort
       [not found] <20030327223601.10249.fulton.green@retek.com>
  2003-05-26  5:18 ` [Bug c++/10249] [ppc] -gxcoff switch causes parser to abort pinskia@physics.uc.edu
  2003-06-08 15:03 ` [Bug debug/10249] " pinskia@physics.uc.edu
@ 2003-07-29 15:17 ` pinskia at physics dot uc dot edu
  2003-12-09 18:00 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 15: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=10249


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 15:17 -------
Fixed by:
2003-07-15  Mark Mitchell

        PR debug/11473
        * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
        base classes.


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

* [Bug debug/10249] [ppc] -gxcoff switch causes parser to abort
       [not found] <20030327223601.10249.fulton.green@retek.com>
                   ` (2 preceding siblings ...)
  2003-07-29 15:17 ` pinskia at physics dot uc dot edu
@ 2003-12-09 18:00 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:00 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2003-12-09 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030327223601.10249.fulton.green@retek.com>
2003-05-26  5:18 ` [Bug c++/10249] [ppc] -gxcoff switch causes parser to abort pinskia@physics.uc.edu
2003-06-08 15:03 ` [Bug debug/10249] " pinskia@physics.uc.edu
2003-07-29 15:17 ` pinskia at physics dot uc dot edu
2003-12-09 18:00 ` dhazeghi at yahoo dot com

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