This is the mail archive of the gcc-patches@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: PR c/43288 (ICE with __attribute__ ((common)))


> 
> I think I have a var decl that is weak and common because that is
> how HPPA is doing comdats in SOM.   Dave can correct me if I have
> that wrong.

It seems to me that it is most probably because of C++ FE insisting on
ononsential DECL_COMMON (in comdat_linkage) and the fact that we somehow call
make_decl_rtl too early.

I just built cross compiler for both AIX and HPUX but can not reproduce the
problem.  Was is fixed somehow in meantime?

Honza


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