[Bug bootstrap/56644] New: --disable-nls requires symbols from libintl

2013-03-17 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56644 Bug #: 56644 Summary: --disable-nls requires symbols from libintl Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/56645] New: libgcc /configure identifies non-existing /lib/cpp as preprocessor on Mingw

2013-03-17 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56645 Bug #: 56645 Summary: libgcc /configure identifies non-existing /lib/cpp as preprocessor on Mingw Classification: Unclassified Product: gcc Version: 4.8.0 S

[Bug bootstrap/56644] --disable-nls requires symbols from libintl

2013-03-19 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56644 Rolf Ebert changed: What|Removed |Added Target||mingw Host|

[Bug bootstrap/56644] --disable-nls requires symbols from libintl

2013-03-20 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56644 --- Comment #4 from Rolf Ebert 2013-03-20 10:23:43 UTC --- I used the release candidate 4.8.0 from 2013-03-16 (see initial problem description)

[Bug target/55243] New: STAMP variable is not defined in t-avr

2012-11-08 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 Bug #: 55243 Summary: STAMP variable is not defined in t-avr Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug target/55243] STAMP variable is not defined in t-avr

2012-11-08 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 --- Comment #2 from Rolf Ebert 2012-11-08 22:08:16 UTC --- A complete build instruction is in http://arduino.ada-language.com/building-avr-gnat-for-avr-ada.html I'll add a make output without the patch once I can build again (probably

[Bug ada/46192] renaming of a volatile variable generates wrong code

2012-01-16 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46192 --- Comment #4 from Rolf Ebert 2012-01-16 22:04:39 UTC --- The problem is still present in gcc-4.7 snapshot as of 2012-01-14 (tested on Linux Debian)

[Bug target/91637] New: Make efficient ISR prologues and epilogues on AVR available to Ada/GNAT

2019-09-02 Thread rolf.ebert.gcc at gmx dot de
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: rolf.ebert.gcc at gmx dot de Target Milestone: --- The fix for PR target/81268 and PR target/20296 works for C and C++, but does not work for Ada (gnat1). Despite the same

[Bug target/91637] Make efficient ISR prologues and epilogues on AVR available to Ada/GNAT

2019-09-05 Thread rolf.ebert.gcc at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91637 Rolf Ebert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/55243] STAMP variable is not defined in t-avr

2012-11-11 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 --- Comment #3 from Rolf Ebert 2012-11-11 21:29:58 UTC --- Here is the requested build log: make[2]: Entering directory `/c/Devel/gcc-cvs.not/build/gcc-obj/gnattools' rm -rf ../gcc/ada/tools mkdir -p ../gcc/ada/tools (cd ../gcc/ada/too

[Bug ada/55243] STAMP variable is not defined in t-avr

2012-11-17 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 --- Comment #5 from Rolf Ebert 2012-11-17 10:02:49 UTC --- STAMP isn't set by configure. It is rather hardcoded in gcc/Makefile.in Correspondignly it has to be set in gnattools/Makefile.in, too: --- gnattools/Makefile.in~2011-10-13

[Bug ada/55243] STAMP variable is not defined in t-avr

2012-12-11 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 --- Comment #23 from Rolf Ebert 2012-12-11 19:57:34 UTC --- I see Eric's point in that the patch in comment #5 hides another bug in the Makefile chemistry. There seems to be an unnecessary dependency from the gnattools on multilibs. Remin

[Bug target/55243] STAMP variable is not defined in t-avr

2012-12-17 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243 --- Comment #28 from Rolf Ebert 2012-12-17 19:25:30 UTC --- Created attachment 28988 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28988 Backport of gjl's patch to 4.7 I had to backport Georg's patch to 4.7.2. It perferctly solve

[Bug ada/46192] New: renaming of a volatile variable generates wrong code

2010-10-26 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46192 Summary: renaming of a volatile variable generates wrong code Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo:

[Bug ada/46192] renaming of a volatile variable generates wrong code

2010-10-26 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46192 --- Comment #1 from Rolf Ebert 2010-10-26 22:40:50 UTC --- It might be related to PR37599

[Bug driver/46694] New: driver does not pass all options to the compiler gnat1

2010-11-28 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46694 Summary: driver does not pass all options to the compiler gnat1 Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver Assign

[Bug driver/46694] driver does not pass all options to the compiler gnat1

2010-12-10 Thread rolf.ebert.gcc at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46694 Rolf Ebert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|