This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17450] resolve_dynamic_type_internal misunderstands check_typedef -> internal error


https://sourceware.org/bugzilla/show_bug.cgi?id=17450

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jan.kratochvil at redhat dot com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
I do not see how this is clang specific.

echo 'class c { char x[0]; char more_x[42]; };'|clang++ -c -g -o o.out -x c++ -
gdb ./o.out

does not crash for me.  IMO there have to be at least two CUs to make there the
stub type but then it is PR 17642.

*** This bug has been marked as a duplicate of bug 17642 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]