Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini
On 11/05/2015 15:44, Jakub Jelinek wrote: I bet it is the linux/include/compiler*.h stuff. In any case, supposedly you can just use gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 -D__GNUC_MINOR__=10 -D__GNUC_PATCHLEVEL__=0 instead of gcc, you don't need any hacks for

Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini
On 20/06/2015 10:27, Paolo Bonzini wrote: On 11/05/2015 15:44, Jakub Jelinek wrote: I bet it is the linux/include/compiler*.h stuff. In any case, supposedly you can just use gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 -D__GNUC_MINOR__=10 -D__GNUC_PATCHLEVEL__=0

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-11 Thread David Howells
Paolo Bonzini pbonz...@redhat.com wrote: I'm encountering a few problems with GCC 5 due to code that fails to work with GCC major releases above 4. In particular, there are at least problems with the kernel fedora's kernel builds, can you be more specific about the problems you're

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-11 Thread Jakub Jelinek
On Mon, May 11, 2015 at 02:37:07PM +0100, David Howells wrote: Paolo Bonzini pbonz...@redhat.com wrote: I'm encountering a few problems with GCC 5 due to code that fails to work with GCC major releases above 4. In particular, there are at least problems with the kernel

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-10 Thread Paolo Bonzini
On 09/05/2015 05:34, Rex Dieter wrote: I'm encountering a few problems with GCC 5 due to code that fails to work with GCC major releases above 4. In particular, there are at least problems with the kernel fedora's kernel builds, can you be more specific about the problems you're

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread Rex Dieter
M. Edward (Ed) Borasky wrote: It's not in Fedora - RStudio Server. It's not in any distro; they package it themselves for Debian/Ubuntu, openSUSE and RHEL/CentOS. If you want it on Fedora you have to build it from source. Can you post details or references for the linking problem you're

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread M. Edward (Ed) Borasky
Should I file this in Bugzilla? The log file is huge and I'm guessing there's just some default language setting that's changed between 4.9 and 5.1.1. On Sat, May 9, 2015 at 4:57 AM, Rex Dieter rdie...@math.unl.edu wrote: M. Edward (Ed) Borasky wrote: It's not in Fedora - RStudio Server. It's

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread M. Edward (Ed) Borasky
This looks like a programming error that previous versions of GCC didn't catch and GCC 5.1.1 does catch, not a GCC bug: On Sat, May 9, 2015 at 12:14 PM, M. Edward (Ed) Borasky zn...@znmeb.net wrote: Should I file this in Bugzilla? The log file is huge and I'm guessing there's just some

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-08 Thread M. Edward (Ed) Borasky
Yes, I'm currently blocked with a major package that compiles on GCC 4.9.1 but collapses in the link step on GCC 5.1.1. I've notified the upstream and they're either fix it or tell me to abandon hope of running on Fedora. ;-) On Fri, May 8, 2015 at 9:10 AM, Paolo Bonzini pbonz...@redhat.com

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-08 Thread Rex Dieter
Paolo Bonzini wrote: Hi all, I'm encountering a few problems with GCC 5 due to code that fails to work with GCC major releases above 4. In particular, there are at least problems with the kernel fedora's kernel builds, can you be more specific about the problems you're experiencing? --

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-08 Thread M. Edward (Ed) Borasky
It's not in Fedora - RStudio Server. It's not in any distro; they package it themselves for Debian/Ubuntu, openSUSE and RHEL/CentOS. If you want it on Fedora you have to build it from source. On Fri, May 8, 2015 at 8:33 PM, Rex Dieter rdie...@math.unl.edu wrote: M. Edward (Ed) Borasky wrote:

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-08 Thread Rex Dieter
M. Edward (Ed) Borasky wrote: Yes, I'm currently blocked with a major package that compiles on GCC 4.9.1 but collapses in the link step on GCC 5.1.1. I've notified the upstream and they're either fix it or tell me to abandon hope of running on Fedora. ;-) What package? -- Rex -- devel