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 other/51174] AIX unexpected error_mark node in new TM tests


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

--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-11-16 18:23:22 UTC ---
> --- Comment #1 from David Edelsohn <dje at gcc dot gnu.org> 2011-11-16 16:31:00 UTC ---
> Confirmed. I think this may be present on alpha-dec-osf as well.

The failure on Tru64 UNIX is related, but more fundamental: the platform
uses ECOFF, which completely lacks named section support.  The tests
fail with

FAIL: libitm.c/cancel.c (internal compiler error)
FAIL: libitm.c/cancel.c (test for excess errors)
Excess errors:
/vol/gcc/src/hg/trunk/local/libitm/testsuite/libitm.c/cancel.c:55:1: internal
co
mpiler error: in default_no_named_section, at varasm.c:6293

WARNING: libitm.c/cancel.c compilation failed to produce executable

    Rainer


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