From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1215 invoked by alias); 19 Oct 2005 09:09:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1195 invoked by uid 48); 19 Oct 2005 09:09:52 -0000 Date: Wed, 19 Oct 2005 09:09:00 -0000 Message-ID: <20051019090952.1194.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/24432] [4.1 regression] Missing symbols In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ebotcazou at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg02547.txt.bz2 List-Id: ------- Comment #7 from ebotcazou at gcc dot gnu dot org 2005-10-19 09:09 ------- > Eric, I let you close this PR after you check that the regression disappeared. Hum, now it doesn't even build: /opt/build/eric/gcc/./gcc/xgcc -B/opt/build/eric/gcc/./gcc/ -B/opt/build/eric/local/gcc/sparc-sun-solaris2.7/bin/ -B/opt/build/eric/local/gcc/sparc-sun-solaris2.7/lib/ -isystem /opt/build/eric/local/gcc/sparc-sun-solaris2.7/include -isystem /opt/build/eric/local/gcc/sparc-sun-solaris2.7/sys-include -DHAVE_CONFIG_H -I.-I/home/eric/cvs/gcc/libgfortran -I. -iquote/home/eric/cvs/gcc/libgfortran/io -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -c /home/eric/cvs/gcc/libgfortran/intrinsics/hyper.c -fPIC -DPIC -o .libs/hyper.o /home/eric/cvs/gcc/libgfortran/intrinsics/hyper.c:34:31: error: operator '!' has no right operand /home/eric/cvs/gcc/libgfortran/intrinsics/hyper.c:42:31: error: operator '!' has no right operand /home/eric/cvs/gcc/libgfortran/intrinsics/hyper.c:50:31: error: operator '!' has no right operand gmake[2]: *** [hyper.lo] Error 1 gmake[2]: Leaving directory `/opt/build/eric/gcc/sparc-sun-solaris2.7/libgfortran' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/opt/build/eric/gcc/sparc-sun-solaris2.7/libgfortran' gmake: *** [all-target-libgfortran] Error 2 Looks like you have to unify your preprocessor macro strategy in libgfortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24432