[Bug libgcc/61843] New: Segmentation Fault on with avr-ld when linking with AVR C++ Linker

2014-07-18 Thread petermilani at qfr dot net.au
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: petermilani at qfr dot net.au Linking a AVR C++ program throws the following: make all Building target: RoverMowerProject.elf Invoking: AVR C++ Linker avr-g++ --cref -s -Os

[Bug libgcc/61843] Segmentation Fault on with avr-ld when linking with AVR C++ Linker

2014-07-18 Thread petermilani at qfr dot net.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61843 --- Comment #1 from peter petermilani at qfr dot net.au --- version number: $ avr-ld -v GNU ld (GNU Binutils) 2.20.1.20100303

[Bug libgcc/61843] Segmentation Fault on with avr-ld when linking with AVR C++ Linker

2014-07-18 Thread petermilani at qfr dot net.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61843 --- Comment #2 from peter petermilani at qfr dot net.au --- Possibly the same bug as: http://www.avrfreaks.net/index.php?name=PNphpBB2file=printviewt=136763start=0 segmentation fault goes away if I remove the -mrelax linker flag.