This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package
- From: "jan.kratochvil at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jan 2012 14:20:29 +0000
- Subject: [Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package
- Auto-submitted: auto-generated
- References: <bug-51695-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695
--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-01-04 14:20:29 UTC ---
(In reply to comment #4)
> they could have unwanted
> side-effects (reading uninitialized memory, division by zero, producing NaNs
> etc.) that the debugger might complain about loudly.
GDB will complain.
> create a DW_TAG_dwarf_procedure for them and just replace those subexpressions
> with DW_OP_call* to that procedure.
DW_OP_call{2,4} is supported by GDB now. DW_TAG_dwarf_procedure is unsupported
now but it looks like a "oneliner" patch, ping me for DW_TAG_dwarf_procedure
implementation, please.