[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-20 Thread rep.dot.nop at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #4 from rep.dot.nop at gmail dot com --- On 20 May 2023 00:39:45 CEST, "pinskia at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 > >Andrew Pinski changed: > > What|Removed

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #5 from Andrew Pinski --- (In reply to rep.dot@gmail.com from comment #4) > On 20 May 2023 00:39:45 CEST, "pinskia at gcc dot gnu.org" > wrote: > >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 > > > >Andrew Pinski changed

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-20 Thread rep.dot.nop at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #6 from rep.dot.nop at gmail dot com --- On 21 May 2023 01:27:29 CEST, "pinskia at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 > >--- Comment #5 from Andrew Pinski --- >(In reply to rep.dot@gma

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-21 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 Iain Sandoe changed: What|Removed |Added Build|powerpc64le-linux-gnu |powerpc64le-linux-gnu,

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-21 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #7 from Iain Sandoe --- I'd think that the simple local fix would be reaosnable for now - Andrew has noted on IRC that we really should have a better way to get the target-specific info (better than replicating the logic for each t

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-22 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #8 from Iain Sandoe --- powerpc darwin bootstrap succeeded at r14-1028 with (as expected) Andrew's patch amended to: diff --git a/libobjc/encoding.c b/libobjc/encoding.c index 9bd261c..f1bbd6b 100644 --- a/libobjc/encoding.c +++ b/l

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #9 from Andrew Pinski --- (In reply to Iain Sandoe from comment #8) > powerpc darwin bootstrap succeeded at r14-1028 with (as expected) Andrew's > patch amended to: > > diff --git a/libobjc/encoding.c b/libobjc/encoding.c > index 9b

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 --- Comment #10 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:b9fb093e7ccaee68be659d7d9711652c57e37aca commit r14-1079-gb9fb093e7ccaee68be659d7d9711652c57e37aca Author: Iain Sandoe Date: Mo

[Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures

2023-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---