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]

query re compile/961203-1.c



961203-1.c has to do with the handling of ridiculously large structs.
It has an .x file disabling it, with the commentary

# This doesn't work on any host with 32 bit int or smaller.
# Because this test tends to consume lots of system resources and doesn't
# currently work, don't actually run it.  Just report a failure.

However, it appears to compile just fine with current CVS and with 1.1.2
on i586-pc-linux-gnu, which is 32 bit; cc1 completes in 0.04 sec and
uses about 100k of heap, at all optimization levels.  The generated
code appears correct.

Shall we turn this test back on?

zw


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