CVS commit: src/external/gpl3/gcc/usr.bin/backend
"matthew green" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: mrg Date: Tue Apr 28 08:12:32 UTC 2026 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: workaround a crash on m68k native buiding libnbcompat. use -O1 when building tree-vect-slp.cc which avoids a crash in this file when it compiles a bunch of not very complex things at -O2. this seems to make GCC 14 m68k stable for me. at least, i'm able to build tcsh and perl5 now, and a few more things. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/external/gpl3/gcc/usr.bin/backend/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.