From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2857 invoked by alias); 27 Dec 2001 10:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2842 invoked by uid 71); 27 Dec 2001 10:36:00 -0000 Date: Thu, 27 Dec 2001 02:36:00 -0000 Message-ID: <20011227103600.2841.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Alexander Klimov Subject: Re: optimization/2122: Error in openssl Reply-To: Alexander Klimov X-SW-Source: 2001-12/txt/msg01156.txt.bz2 List-Id: The following reply was made to PR optimization/2122; it has been noted by GNATS. From: Alexander Klimov To: rodrigc@gcc.gnu.org, , , , Cc: Subject: Re: optimization/2122: Error in openssl Date: Thu, 27 Dec 2001 12:32:40 +0200 (IST) On 27 Dec 2001 rodrigc@gcc.gnu.org wrote: > Synopsis: Error in openssl > > State-Changed-From-To: open->feedback > State-Changed-By: rodrigc > State-Changed-When: Wed Dec 26 20:19:24 2001 > State-Changed-Why: > Does this problem still occur in gcc 3.0.3 or the > latest gcc 3.1 snapshots? Sorry, I can't build current gcc on solaris: /export/home/ask/build/gcc-build/gcc/xgcc -B/export/home/ask/build/gcc- build/gcc/ -nostdinc++ -L/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/l ibstdc++-v3/src -L/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc+ +-v3/src/.libs -B/usr/local/gcc/sparc-sun-solaris2.6/bin/ -B/usr/local/gcc/sparc -sun-solaris2.6/lib/ -isystem /usr/local/gcc/sparc-sun-solaris2.6/include -nostd inc++ -I/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/inclu de/sparc-sun-solaris2.6 -I/export/ home/ask/build/gcc-build/sparc-sun-solaris2.6/ libstdc++-v3/include -I../../../../gcc/libstdc++-v3/libsupc++ -I../../../../gcc/ libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite -strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-se ctions -g -c ../../../../gcc/libstdc++-v3/src/cmath.cc -o cmath.o >/dev/null 2>& 1 make[4]: *** [cmath.lo] Error 1 make[4]: Leaving directory `/export/home/ask/build/gcc-build/sparc-sun- solaris2.6/libstdc++-v3/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/export/home/ask/build/gcc-build/sparc-sun- solaris2.6/libstdc++-v3' > Can you provide more information about what > function is not being correctly optimized? I found file using binary search -- don't shure how to continue to the level of function and I don't have current gcc anyway, sorry. Regards, ASK