NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59062 CVS commit: src/external/gpl3/gcc/dist/gcc



The following reply was made to PR lib/59062; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59062 CVS commit: src/external/gpl3/gcc/dist/gcc
Date: Thu, 6 Mar 2025 10:02:10 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Mar  6 10:02:10 UTC 2025
 
 Modified Files:
 	src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc
 
 Log Message:
 Remove a (local) "temporary cludge" that has outlived its usefullness
 when we updated from jemalloc 1.0 to newer versions: remove a compile
 time test supposed to guarantee that gcc's MALLOC_ABI_ALIGNMENT is
 in sync with the minimum alignemnet guaranteed by jemalloc.
 Tangentialy related to (and proposed in) PR 59062.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.cc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index