[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/12448] New: .struct in included file causes assertion failure
From: |
ughoavgfhw at gmail dot com |
Subject: |
[Bug gas/12448] New: .struct in included file causes assertion failure |
Date: |
Thu, 27 Jan 2011 23:46:21 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12448
Summary: .struct in included file causes assertion failure
Product: binutils
Version: 2.20
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: address@hidden
ReportedBy: address@hidden
I was using gas to compile a program. In the program, I use .include to include
a file with some constant definitions in it. I wanted to use .struct in the
included file, but when I did, I received the following error:
filename.s:57: Internal error!
Assertion failure in integer_constant at
/Users/username/Downloads/binutils-2.20.1/gas/expr.c line 530.
Please report this bug.
The .struct I was using works fine in the main file. It only fails when put in
the included file. I am using binutils 2.20.1 on Mac OS 10.6.6. This is not
Apple's implementation of gas. I compiled a new version of binutils targeted
for i586-elf.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug gas/12448] New: .struct in included file causes assertion failure,
ughoavgfhw at gmail dot com <=