[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2016-01-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Jakub Jelinek  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #11 from Jakub Jelinek  ---
.

[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-12-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek  ---
Any news on this?  If we want to workaround it, it should be bisected and
analyzed what is the difference in the debug info.
Or just use a sane OS ;).

[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-12-18 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE  ---
> --- Comment #9 from Jakub Jelinek  ---
> Any news on this?  If we want to workaround it, it should be bisected and
> analyzed what is the difference in the debug info.
> Or just use a sane OS ;).

Using sane tools seems enough ;-)  I'd been using a copy of dsymutils
from dwarfutils-119, so I didn't notice.

Checking back now, the dsymutil from Xcode 7.2 (Apple LLVM 7.0.2
(clang-700.1.81)) works just fine, too.  No idea when this started
working again.

Rainer

[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.3 |5.4

--- Comment #8 from Richard Biener  ---
GCC 5.3 is being released, adjusting target milestone.

[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|5.2 |5.3

--- Comment #7 from Richard Biener rguenth at gcc dot gnu.org ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-06-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |WAITING

--- Comment #6 from Richard Biener rguenth at gcc dot gnu.org ---
Waiting for apple


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-05-03 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot 
Uni-Bielefeld.DE ---
 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr ---
 I have already filed Bug ID# 20510039 and I am using dsymutil from Xcode 6.2.

Good, that helped quite a lot.

Thanks for the info.

Rainer


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-05-03 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #4 from Jack Howarth howarth.at.gcc at gmail dot com ---
(In reply to Dominique d'Humieres from comment #2)
 I have already filed Bug ID# 20510039 and I am using dsymutil from Xcode 6.2.

Did you also upload a standalone test case as a reproducer in that radar?


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-05-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

--- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr ---
 Did you also upload a standalone test case as a reproducer in that radar?

I did provide what I was asked for. Since then I don't have any news.


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-04-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2015-04-30
 Ever confirmed|0   |1

--- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr ---
I have already filed Bug ID# 20510039 and I am using dsymutil from Xcode 6.2.


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-04-30 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Eric Gallager egall at gwmail dot gwu.edu changed:

   What|Removed |Added

 CC||egall at gwmail dot gwu.edu

--- Comment #1 from Eric Gallager egall at gwmail dot gwu.edu ---
(In reply to Rainer Orth from comment #0)
 For about two weeks (thus affecting both the gcc-5 branch and mainline), Ada
 bootstrap on Mac OS X 10.10.3 is broken:
 
 cd rts; dsymutil libgnat-5.dylib
 Assertion failed: (linked_addr_pos != line_table_map.end()), function
 FixReferences, file
 /SourceCache/dwarf_utilities/dwarf_utilities-121/source/DWARFdSYM.cpp, line
 3883.
 /bin/sh: line 1: 85928 Abort trap: 6   dsymutil libgnat-5.dylib
 make[3]: *** [gnatlib-shared-darwin] Error 134
 
 This is dsymutil from dwarfutils-121.  I haven't yet checked if gcc's DWARF
 output
 changed in a way dsymutil cannot handle or dsymutil was upgraded (from Mac
 OS 10.10.2 to .3) adding some bogus check.

Even if dsymutil hasn't been upgraded, it might still be Apple's bug anyways...
Have you filed a radar for this yet?


[Bug target/65931] [5/6 regression] dsymutil assertion failure building libgnat-5.dylib

2015-04-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65931

Rainer Orth ro at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |5.2