[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-11-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695

Eric Gallager  changed:

   What|Removed |Added

 CC||avr at gjlay dot de,
   ||chertykov at gmail dot com,
   ||egallager at gcc dot gnu.org

--- Comment #5 from Eric Gallager  ---
(In reply to Donna Ory from comment #3)
> Sooo...what does that mean?
> Do I still have a 3D printer that won't print because the problem lies with
> the so called original program that I'm just trying to put back in it?

It means that there's still disagreement as to whose responsibility this bug is
exactly (Arduino's, Atmel's, MicrochipTech's, or someone else's). cc-ing AVR
maintainers to see if they know who in the AVR/Arduino community might be the
right person to talk to about this.

[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-11-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695

Andrew Pinski  changed:

   What|Removed |Added

 CC||al11 at lafcat dot com

--- Comment #4 from Andrew Pinski  ---
*** Bug 88230 has been marked as a duplicate of this bug. ***

[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-11-18 Thread dory at satx dot rr.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695

--- Comment #3 from Donna Ory  ---
Sooo...what does that mean?
Do I still have a 3D printer that won't print because the problem lies with the
so called original program that I'm just trying to put back in it?

[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-11-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695

Andrew Pinski  changed:

   What|Removed |Added

 CC||dory at satx dot rr.com

--- Comment #2 from Andrew Pinski  ---
*** Bug 87771 has been marked as a duplicate of this bug. ***

[Bug other/87695] Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.

2018-10-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695

Richard Biener  changed:

   What|Removed |Added

   Keywords||lto
 Target||avr
 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-10-23
 Ever confirmed|0   |1

--- Comment #1 from Richard Biener  ---
The compiler segfaulted.

Note that GCC 5.4 is no longer maintained, esp. for using link-time
optimization you should try newer toolchains using GCC 7 or GCC 8.

In any case to debug your issue you need to follow
https://gcc.gnu.org/bugs.html
and provide a testcase in the form of preprocessed sources.