gcc 5.4.0 internal compiler error

2016-07-31 Thread jeff
I have a small program that generates an internal compiler error. This only happens on a new dell notebook with an Intel 3825U pentium . The code compiles and runs fine on an older xeon and amd processors. Enclosed is the output of cygcheck. Here is what happens when I try to compile: sh-4.3$ gcc

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.5

2016-07-31 Thread Marco Atzeri
On 29/07/2016 12:32, Corinna Vinschen wrote: Hi Cygwin developers and maintainers, Hi everyone else, I uploaded a new Cygwin test release 2.6.0-0.5. no sure when this started : $ ps PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 1136 105281136 5760

Re: Why are the base addresses for Cygwin executable so high?

2016-07-31 Thread Marco Atzeri
On 31/07/2016 20:37, Hamza Sood wrote: Hi, I've noticed that Cygwin related executables (including ones compiled myself) seem to have a base address of 0x10040, whereas all other windows executables seem to use 0x40. Is there a particular reason why Cygwin executables need to start so

Why are the base addresses for Cygwin executable so high?

2016-07-31 Thread Hamza Sood
Hi, I've noticed that Cygwin related executables (including ones compiled myself) seem to have a base address of 0x10040, whereas all other windows executables seem to use 0x40. Is there a particular reason why Cygwin executables need to start so high up? What's going on in the 4GB unde