Module Name:    src
Committed By:   kalvisd
Date:           Sun Sep 29 17:14:40 UTC 2024

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile
        src/external/gpl3/gcc/usr.bin/gcc: Makefile

Log Message:
gcc: vax: re-enable optimisation of dse.c

    OK rin@


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/external/gpl3/gcc/usr.bin/backend/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/usr.bin/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.77 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.78
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.77	Sun Sep 29 16:53:05 2024
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Sun Sep 29 17:14:40 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.77 2024/09/29 16:53:05 kalvisd Exp $
+#	$NetBSD: Makefile,v 1.78 2024/09/29 17:14:40 kalvisd Exp $
 
 HOSTPROG_CXX=	1
 LIBISPRIVATE=	yes
@@ -511,7 +511,7 @@ i386.d i386.o: pass_manager.h
 
 .if ${GCC_MACHINE_ARCH} == "vax"
 CPPFLAGS+=-I${.CURDIR}/../../lib/libgcc/libgcov/arch/${GCC_MACHINE_ARCH}
-COPTS.dse.c+=-O1					# XXX port-vax/51967
+
 COPTS.expmed.c+=-Wno-error=tautological-compare
 COPTS.expr.c+=-Wno-error=tautological-compare
 .endif

Index: src/external/gpl3/gcc/usr.bin/gcc/Makefile
diff -u src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.9 src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.10
--- src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.9	Sun Jun 30 16:15:03 2024
+++ src/external/gpl3/gcc/usr.bin/gcc/Makefile	Sun Sep 29 17:14:40 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2024/06/30 16:15:03 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2024/09/29 17:14:40 kalvisd Exp $
 
 PROG=		gcc
 SRCS=		gccspec.cc ${G_GCC_OBJS:.o=.cc}
@@ -25,9 +25,6 @@ ${SRCS}: ${GCCARCH}/defs.mk
 .include <bsd.info.mk>
 
 COPTS.gcc.cc=	-Wno-error=stack-protector
-.if ${MACHINE_ARCH} == "vax" && 0
-COPTS.dse.c=	-O1
-.endif
 
 .PATH: ${DIST}/gcc ${DIST}/gcc/doc ${DIST}/gcc/c
 

Reply via email to