[Bug bootstrap/6650] Install the compiler driver under links such as gcc-3.0.1
--- Comment #3 from eldenc at tucsonembedded dot com 2006-10-16 22:18 --- Compiling/Installation 4.1.1 is really easy, but answering the question 'Does it compile my stuff?' prior to really installing for everybody is a little difficult... It would be nice if (when lean isn't set) for 'make bootstrap' or 'make DESTDIR=path-to-rootdir install' to create either a) chroot jail for testing --or-- b) a script that could be sourced to set all relevent environment varables (e.g. PATH, LD_PATH?) to point at the new compiler, and libraries. (If this already exists, it should be documented in INSTALL/finalinstall.html and/or INSTALL/build.html) I think b) would be betterno super user required to test stuff out. (a grain of salt is required, my status for modern gcc is newbii.....) -- eldenc at tucsonembedded dot com changed: What|Removed |Added CC| |eldenc at tucsonembedded dot ||com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6650
[Bug java/43055] New: 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs
Appear to be a recurrence of an older 'fixed' bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8260 I will attempt to compile the latest version gcj and see if the problem exists there as well. test.java public class test { public static void main(String[] args) { System.out.println("Hi Elden"); } } gcj -fprofile-arcs -g --main=test test.java eldenlinux2: /e/junk $ gcj -v Using built-in specs. Reading specs from /usr/lib/gcc/i486-linux-gnu/4.4.1/libgcj.spec rename spec startfile to startfileorig rename spec lib to liborig Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-5ubuntu2' --with-bugurl=file:///usr/share/doc/gcj-4.4/README.Bugs --enable-languages=c,c++,java --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --disable-libmudflap --enable-java-awt=gtk --enable-gtk-cairo --disable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.4/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.4 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.4 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-5ubuntu2) -- Summary: 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eldenc at tucsonembedded dot com GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43055
[Bug java/43055] 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs
--- Comment #1 from eldenc at tucsonembedded dot com 2010-02-12 18:17 --- Created an attachment (id=19851) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19851&action=view) compiling this helloworld with 'gcj -fprofile-arcs -g --main=test test.java' seg faults -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43055