Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2000 15:23:06 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        Max Khon <fjoe@iclub.nsu.ru>
Cc:        Gregory Edigaroff <greg@Thing-Fish.Kharkov.NET>, freebsd-stable@FreeBSD.ORG
Subject:   Re: gcc problems
Message-ID:  <200003282023.PAA01992@rtfm.newton>
In-Reply-To: <Pine.BSF.4.21.0003290233160.70800-100000@iclub.nsu.ru> from Max Khon at "Mar 29, 2000 02:37:26 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Max Khon once stated:

=[...]
=
=> What can I do?
=
=look at /usr/ports/databases/mysql322-server/patches/patch-aq

But is not  this, where the optimization can be  quite desirable? Is not
this the query parsing code? If it  identifies a bug in CXX it should be
this should only be considered  a workaround. If the compiler eventually
succeeds  -- just  brace-up and  wait :)  May be,  add a  -nopipe option
explicitly.

	-mi

+++ sql/Makefile.in     Wed Jan  5 20:28:17 2000
@@ -317,6 +317,10 @@
        else :; fi
 sql_yacc.hh: sql_yacc.cc

+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
+sql_yacc.o: sql_yacc.cc
+	$(CXXCOMPILE) -O0 -c $<
+



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003282023.PAA01992>