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]

Re: GAS -internal error with option --gdwarf2


On Thu, Mar 13, 2003 at 03:48:38PM +0100, Schaefer Philipp wrote:
> Assertion failure in size_inc_line_addr at
> ../../binutils-2.12/gas/dwarf2dbg.c line 584.
> Please report this bug."
[snip]
> .MACRO TRACE_CALL  function, PInfo, DWPara1, DWPara2
> 
>  1: .ASCII  "\PInfo"
>     .BYTE 0
> 
>   stwu  1,-16(1)
[snip]

You have non-aligned instructions here.  Later versions of binutils
report this as a user problem rather than an assertion failure.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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