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]
Other format: [Raw text]

Re: [ssa-branch]using libbanshee with gcc


The patch work but there was problem while bootstrapping:

/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/xgcc -B/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/ -B/Volumes/UFS_Partition/pinskia/gccssa/powerpc-apple-darwin6.3/bin/ -DHAVE_CONFIG_H -I. -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to -I.. -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/ ../libcompat -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/ ../include -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/.. -Ddeletes= -Dtraditional= -Dsameregion= -Dparentptr= -fno-strict-aliasing -g -O2 -c /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/points-to/ andersen_terms.c
rm -f libandersen.a
ar cru libandersen.a andersen_terms.o
ranlib libandersen.a
Making all in libcompat
/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/xgcc -B/Volumes/UFS_Partition/pinskia/src/gccssa/src/objdir/gcc/stage1/ -B/Volumes/UFS_Partition/pinskia/gccssa/powerpc-apple-darwin6.3/bin/ -DHAVE_CONFIG_H -I. -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat -I.. -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/ ../engine -I/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/ ../include -I. -Ddeletes= -Dtraditional= -Dsameregion= -Dparentptr= -fno-strict-aliasing -g -O2 -c /Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/ regions.c
/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/ regions.c: In function `region_init':
/Volumes/UFS_Partition/pinskia/src/gccssa/src/libbanshee/libcompat/ regions.c:304: internal compiler error: in simplify_expr, at gimplify.c:667
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


This is on a powerpc-apple-darwin6.3.

Thanks,
Andrew Pinski


On Saturday, Jan 25, 2003, at 17:55 US/Pacific, Daniel Berlin wrote:


On Sat, 25 Jan 2003, Andrew Pinski wrote:

I think the using libbanshee with gcc has been broken since the
auto-configurization
had been merged into the branch.
I haven't done a complete reconfigure in a clean place since then, so it's
possible.


It looks like with-options is no long referenced in configure (except
for setting it).

Nathaniel, what variable am i supposed to use to get an argument passed to
subconfigures?

Can I use ac_configure_args if it is supposed to be passed to all
configures?

If so, Andrew, this'll work, and i'll commit a patch to update configure
and configure.in:

Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/configure,v
retrieving revision 1.46.2.5
diff -u -3 -p -r1.46.2.5 configure
--- configure 17 Jan 2003 19:52:00 -0000 1.46.2.5
+++ configure 26 Jan 2003 01:54:01 -0000
@@ -1900,7 +1900,7 @@ if test x${with_newlib} != xno && echo "
fi

if echo " ${configdirs} " |grep " libbanshee " >/dev/null 2>&1; then
- withoptions="$withoptions --with-libbanshee"
+ ac_configure_args="$ac_configure_args --with-libbanshee"
fi

# We default to --with-shared on platforms where -fpic is meaningless.









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