This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 target/47324] r157762 caused g++.dg/torture/stackalign failures with -O3 -g at -m32 on darwin


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #38 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-10 17:48:50 UTC ---
Wonder what do the debug consumers on PowerPC do currently...
If they actually have separate register number decoders for .debug_frame and
other .debug_* sections, or .debug_frame except for locations in
.DW_CFA_expression and for other .debug_* sections + DW_CFA_expression, or
something else.
Perhaps DW_CFA_expression isn't used that often on powerpc{,64} currently...


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