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: debug/7698: gcc 3.1 internal error in gen_typedef_die


Hi,

the ICE is caused by the same reason as in PR 7353:
The gcc extension "typedef A = 0;" (which you use to compute
"first_src_row", "last_src_row" etc. in "VCropImage") isn't handled
correctly by gcc 3.1.
Since your problem is a duplicate of the problem in PR 7353,
this PR can probably be closed.

Greetings,
Volker Reichelt

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7698
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7353



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