[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-19 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #12 from Ryan Schmidt --- How would I do that?

[Bug target/85669] fail on s-case-cfn-macros: build/gencfn-macros: DEF_INTERNAL_FLT/INT_FN (%smth%) has no associated built-in functions

2018-07-30 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85669 Ryan Schmidt changed: What|Removed |Added CC||gcc at ryandesign dot com --- Comment #6

[Bug target/82092] [8/9 regression] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])

2018-06-08 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092 --- Comment #15 from Ryan Schmidt --- Yes, I noticed Homebrew had the update, and I didn't understand why it worked there. But now I do. Some more information has turned up in a new MacPorts ticket: https://trac.macports.org/ticket/56521 In

[Bug target/82092] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])

2018-05-09 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092 --- Comment #10 from Ryan Schmidt --- Is gcc8 ever going to be buildable on macOS again? It's been unbuildable for 11 months now.

[Bug target/82092] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])

2017-12-28 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092 --- Comment #9 from Ryan Schmidt --- Is it safe to use the patch? Will a gcc built with the patch produce correct code? If so, I would like to include it in MacPorts so that I can update our gcc8 port to a newer version. Because of this

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2017-12-25 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 Ryan Schmidt changed: What|Removed |Added CC||gcc at ryandesign dot com --- Comment #9

[Bug target/82092] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])

2017-12-20 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092 Ryan Schmidt changed: What|Removed |Added CC||gcc at ryandesign dot com --- Comment #6

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-12-20 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 Ryan Schmidt changed: What|Removed |Added CC||gcc at ryandesign dot com --- Comment

[Bug libgcj/64219] New: Rename libgcj-5.0.pc to libgcj-5.pc

2014-12-08 Thread gcc at ryandesign dot com
Assignee: unassigned at gcc dot gnu.org Reporter: gcc at ryandesign dot com gcc 4.9.2 installs the file libgcj-4.9.pc. gcc 5-20141130 installs the file libgcj-5.0.pc. Given the change to the gcc version numbering scheme starting with version 5, shouldn't the file be called libgcj-5.pc?

[Bug middle-end/63801] error: templates must have C++ linkage when building with isl and clang

2014-12-08 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63801 Ryan Schmidt gcc at ryandesign dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/64184] New: error: '_SC_NPROCESSORS_ONLN' undeclared (first use in this function)

2014-12-04 Thread gcc at ryandesign dot com
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: gcc at ryandesign dot com Created attachment 34190 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34190action=edit log Building gcc 4.9.2 fails on Mac OS X 10.4.11

[Bug middle-end/63801] error: templates must have C++ linkage when building with isl and clang

2014-11-11 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63801 --- Comment #5 from Ryan Schmidt gcc at ryandesign dot com --- I see a patch for this has been provided on the mailing list: https://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg95468.html It is a long thread and I haven't read all of it.

[Bug libgcc/63801] New: error: templates must have C++ linkage

2014-11-09 Thread gcc at ryandesign dot com
Assignee: unassigned at gcc dot gnu.org Reporter: gcc at ryandesign dot com Hello, I'm a developer with the MacPorts project. I'm not the maintainer of our gcc ports, but I am the one who created our gcc5 port and kept it updated until version 5-20140824. No later snapshot of gcc5

[Bug middle-end/63801] error: templates must have C++ linkage when building with isl and clang

2014-11-09 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63801 --- Comment #2 from Ryan Schmidt gcc at ryandesign dot com --- Isn't the extern C coming from lines 32-38 of gcc/graphite-clast-to-gimple.c which in version 5-20141109 say: #if defined(__cplusplus) extern C { #endif #include isl/val_gmp.h

[Bug middle-end/63801] error: templates must have C++ linkage when building with isl and clang

2014-11-09 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63801 --- Comment #4 from Ryan Schmidt gcc at ryandesign dot com --- Thanks. If I remove the extern C then it fails with: /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc5/libgcc-devel/work/gcc-5-20141109/gcc/graphite-optimize

[Bug java/41991] gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9

2010-06-20 Thread gcc at ryandesign dot com
--- Comment #43 from gcc at ryandesign dot com 2010-06-20 06:57 --- Is there a reason the 3 fixes Andreas committed in February were not backported to the 4.4 branch? I just ran into Internal error: Abort trap (program ecj1) with 4.4.4 on Snow Leopard 10.6.4 and applying those patches