This is the mail archive of the gcc@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]

gcc-3_1-branch regression for g++.old-deja/g++.jason/synth5.C


I have identified a new regression affecting hppa2.0w-hp-hpux* and
hppa1.1-hp-hpux*.  At some point between Fri Mar 15 03:14:44 UTC 2002
and Mar 17, a patch was applied to both the 3.1 branch and the
trunk causing synth5.C to fail.  The messages from the testsuite
log are:

synth5.h:3: storage size of `_ZTI1A' isn't known
synth5.h:7: storage size of `_ZTI1B' isn't known

I suspect

2002-03-15  Jason Merrill  <jason@redhat.com>

        * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
	variables.

since SOM uses COMDAT linkage and the problem doesn't affect hppa-linux.
However, this is just a wild guess.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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