Andy, Were you caught by either "takes too long" or "Overwhelms some compilers."? I'm wondering if it's worth disabling optimizations for those compilation units if nobody noticed a problem in the period between the tree reorganization and the breakage of --optimize.
Cheers, -J -- On Tue, Jan 03, 2006 at 11:09:19AM -0800, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #38141] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38141 > > > > This patch fixes a couple of simple oversights falling out of the src/ > reorganization. > > --- parrot-current/config/gen/makefiles/CFLAGS.in 2005-12-12 > 19:15:10.000000000 -0500 > +++ parrot-andy/config/gen/makefiles/CFLAGS.in 2006-01-03 > 14:07:18.169998000 -0500 > @@ -8,8 +8,8 @@ > src/platform.c -{-Wcast-qual} # noisy > src/spf_render.c -{-Wformat-nonliteral} # noisy > src/tsq.c -{${optimize}} # never optimize tsq.c! > -ops/core_ops_cg.c -{${optimize}} # takes too long > -ops/core_ops_switch.c -{${optimize}} # Overwhelms some compilers. > +src/ops/core_ops_cg.c -{${optimize}} # takes too long > +src/ops/core_ops_switch.c -{${optimize}} # Overwhelms some compilers. > src/py_func.c +{-Iclasses} # include pmc_default.h > > # io should be -Wunsed clean > > -- > Andy Dougherty [EMAIL PROTECTED]
pgpWgcii2oKqY.pgp
Description: PGP signature
