[Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.

2021-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100506

Andrew Pinski  changed:

   What|Removed |Added

 CC||seurer at gcc dot gnu.org

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

[Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.

2021-05-10 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100506

Eric Botcazou  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
 CC||ebotcazou at gcc dot gnu.org

--- Comment #4 from Eric Botcazou  ---
.

[Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.

2021-05-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100506

--- Comment #3 from CVS Commits  ---
The master branch has been updated by Eric Botcazou :

https://gcc.gnu.org/g:0c54d25a7686406a11f44f58261a9e63821022b7

commit r12-699-g0c54d25a7686406a11f44f58261a9e63821022b7
Author: Martin Liska 
Date:   Tue May 11 00:44:25 2021 +0200

Fix missing version_string in Ada

gcc/ada/
PR bootstrap/100506
* Make-generated.in: Replace version.c with ada/version.c.
* gcc-interface/Make-lang.in: Add version.o to GNAT1_C_OBJS.
Add version.o to GNAT_ADA_OBJS and GNATBIND_OBJS.
* gcc-interface/Makefile.in: Add version.o to TOOLS_LIBS.
* gnatvsn.adb: Start using a new C symbol gnat_version_string.
* version.c: New file.

[Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.

2021-05-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100506

Martin Liška  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2021-05-10

--- Comment #2 from Martin Liška  ---
Yes, working on that right now.

[Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.

2021-05-10 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100506

Martin Sebor  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org

--- Comment #1 from Martin Sebor  ---
Martin, does this look familiar to you?