GCC 5 snapshot

2015-01-05 Thread Ethin Probst
Hello there, Since my email program won't allow me to send emails directly to this address only, I guess I'll have to send them by hand. Is there any way I could help with GCC development? I'd really like to help this compiler progress and anything I can do would be nicely appreciated.

A warning found during GCC 6.1.0 compilation process (may be a critical error or bug)

2016-06-02 Thread Ethin Probst
Hello GCC developers and GCC mailing list members: This message concerns some warnings noted by GCC during the compilation of GCC 6.1.0. If GCC had the -Werror flag passed, this would be an error. I'm not sure if this is an error, just a warning that I should ignore, or a bug, but I just wanted

An issue with GCC 6.1.0's make install?

2016-06-04 Thread Ethin Probst
Hello all, Yesterday I managed to successfully build GCC and all of the accompanying languages that it supports by default (Ada, C, C++, Fortran, Go, Java, Objective-C, Objective-C++, and Link-time Optimization (LTO)). I did not build JIT support because I have not herd if it is stable or not.

Re: An issue with GCC 6.1.0's make install?

2016-06-04 Thread Ethin Probst
gli...@inria.fr> wrote: > On Sat, 4 Jun 2016, Ethin Probst wrote: > >> Yesterday I managed to successfully build GCC and all of the >> accompanying languages that it supports by default (Ada, C, C++, >> Fortran, Go, Java, Objective-C, Objective-C++, and Link-time >>

GCC Subversion tree conflicts

2016-12-08 Thread Ethin Probst
While checking out the latest GCC SVN branch (rev. 243,465 as of December 08, 2016), the following conflicts were detected by subversion: [subversion output] Summary of conflicts: Tree conflicts: 34 Tree conflict on 'gcc/INSTALL' > local dir unversioned, incoming dir add upon update Select:

Java language not being included as a possible language in --enable-languages argument to configure?

2016-12-09 Thread Ethin Probst
I'm trying to run the GCC configure script with: [configure input] ~/gcc/configure --disable-nls --enable-gold=yes --enable-libquadmath --enable-libquadmath-support --enable-libada --enable-libssp --enable-libcxx --enable-liboffloadmic=target --enable-bootstrap --enable-lto --enable-static-libjava

Possibly requires fixing (PRF): GNAT 7.0 not printing actual code samples and column markers when printing errors and warnings

2016-12-10 Thread Ethin Probst
At the current moment, GNAT does not print code samples and column indicators like GCC/G++/GCCGO/GFORTRAN does. A sample is below (I'm running as root during this compilation process as I am over SSH and don't like typing sudo all that much sometimes): [compilation output from gcc]

An internal GCC compiler error when compiling GCC 7.x with GCC 6.x and 4.x

2017-07-29 Thread Ethin Probst
Hello all, I was trying to build GCC 7.1.0 on OpenSuse 42.1 when it encountered an internal error. The error is thrown, for lack of a better word, in both 4.x and 6.x. I would have submitted a bug report on the GCC bug tracker except for the fact that I don't have all the information needed, so