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 ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.


------- Additional Comments From ramsgar-gccbug at yahoo dot com  2005-07-10 22:59 -------
Regression?

The behaviour with GCC 3.3 is bogus as well. There should be no error message.
In addition, both the error message with GCC 3.3 and the crash with GCC 3.4/4.0
go away by commenting the representation clauses
for base'size use 64
for base use record
....
end record;

As you probably noticed, this code attempts to represent in Ada the descriptor
of a segment in the x86 architecture.

-- 


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


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