[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2021-09-26 Thread gerald at pfeifer dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

Gerald Pfeifer  changed:

   What|Removed |Added

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

--- Comment #8 from Gerald Pfeifer  ---
Given GCC 7 is now two generations behind the latest supported release
stream (GCC 9) and the lang/gcc*-devel and regular lang/gcc* ports seem
to build fine on FreeBSD/powerpc* let me close this.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2021-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

--- Comment #7 from Andrew Pinski  ---
Does this work in say GCC 9?  How about the trunk?

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-11-20 Thread markmigm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

--- Comment #6 from Mark Millard  ---
(In reply to Segher Boessenkool from comment #5)
> This was BE, on a compiler that defaults to power4 ("970 without altivec").
> I.e. the default for powerpc64-linux.

Good to know. Thanks.

I've no clue what or how to build a match to the
test environment and test technique that you used.

So unless I get the time to explore, I'll not be
establishing the repeatability of your result for
comparison to what happened under FreeBSD.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-11-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

--- Comment #5 from Segher Boessenkool  ---
This was BE, on a compiler that defaults to power4 ("970 without altivec").
I.e. the default for powerpc64-linux.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-11-20 Thread markmigm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

--- Comment #4 from Mark Millard  ---
(In reply to Segher Boessenkool from comment #3)
> Builds fine on powerpc64-linux, both trunk and 7.

Could you give information on how to set up
and run this test, including pointing to
what distribution to install and the like?
(In my context it would be installed on an
old PowerMac G5 so-called "quad core", if
possible.)

Knowing in more detail what type of context was
able to check this would be handy.

I'm not as familiar with Linux as with FreeBSD.

There may be an issue of big-endian powerp64 vs.
little-endian: FreeBSD is big-endian for the
PowerMac G5 context.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-11-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

Segher Boessenkool  changed:

   What|Removed |Added

 CC||segher at gcc dot gnu.org

--- Comment #3 from Segher Boessenkool  ---
Builds fine on powerpc64-linux, both trunk and 7.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-09-12 Thread markmigm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

--- Comment #2 from Mark Millard  ---
(In reply to Martin Liška from comment #1)
> Any chance to reproduce with a cross compiler on Linux?

I assume that amd64 as a host is implicit in this
request.

It is less clear if the target is intended as a
powerpc64 linux vs. powerpc64 freebsd.

I do not have a linux environment set up for amd64
in order to install a such cross compiler (either case)
and then to have that in turn process class_type_info.ii
(from the attachment). I'm less familiar with Linux.
It would take a while for me to set up such.

It may be better for someone that runs an amd64 linux
normally to install whatever cross compiler is intended.
(Or build and install if required.)

If I'm to do this it would be better for me to have
explicit instructions about what cross compiler to
install (in, say, ubuntu) -- or steps to build and
install what is desired if no re-built installer is
around. Either way instructions about how to run
the test may be appropriate as well if there is
anything special about how to best run it.

[Bug bootstrap/81315] powerpc64 vs building lang/gcc7-devel (on FreeBSD head): xgcc gets segmentation fault

2017-09-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81315

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2017-09-12
 CC||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Any chance to reproduce with a cross compiler on Linux?