Watch
1
Fork
You've already forked gcc
0
forked from gcc/gcc
Mirror of the gcc repository for submitting merge requests.
  • C++ 30.8%
  • C 30.4%
  • Ada 14.2%
  • D 6%
  • Go 5.6%
  • Other 12.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Oleg Tolmatcev d38b7b34f4 cfgexpand: consistently align a stack-local [PR120192]
defer_stack_allocation and expand_one_stack_var_1 computed a
local's stack alignment in two different ways, so a variable the former
considered small enough to allocate immediately could trip the
large-alignment assert in the latter (PR target/120192).  Use
align_local_variable in both.

Regtested on x86_64-pc-linux-gnu and, under QEMU, on
aarch64-unknown-linux-gnu, with no new failures.

gcc/ChangeLog:

	PR target/120192
	* cfgexpand.cc (defer_stack_allocation): Use align_local_variable
	to compute the alignment, matching expand_one_stack_var_1.

gcc/testsuite/ChangeLog:

	PR target/120192
	* gcc.target/i386/pr120192.c: New test.

Signed-off-by: Oleg Tolmatcev <oleg.tolmatcev@gmail.com>
2026-08-27 15:40:39 +02:00
.forgejo
.github
c++tools
config
contrib Daily bump. 2026-08-20 00:16:43 +00:00
fixincludes
gcc cfgexpand: consistently align a stack-local [PR120192] 2026-08-27 15:40:39 +02:00
gnattools
gotools
include
INSTALL
libada
libatomic
libbacktrace
libcc1
libcody
libcpp Daily bump. 2026-08-22 00:16:40 +00:00
libdecnumber
libffi
libga68
libgcc Daily bump. 2026-08-26 00:16:46 +00:00
libgcobol Daily bump. 2026-08-26 00:16:46 +00:00
libgfortran Daily bump. 2026-08-14 00:16:31 +00:00
libgm2 Daily bump. 2026-08-25 00:16:43 +00:00
libgo
libgomp Daily bump. 2026-08-21 00:16:39 +00:00
libgrust
libiberty
libitm
libobjc
libphobos
libquadmath
libsanitizer
libssp
libstdc++-v3 libstdc++: Make chrono::tzdb parser case-insensive [PR123510] 2026-08-27 15:31:21 +02:00
libvtv
lto-plugin
maintainer-scripts
zlib
.b4-config
.dir-locals.el
.editorconfig
.gitattributes
.gitignore Add a pyproject.toml file 2026-08-19 10:51:25 +00:00
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2026-08-22 00:16:40 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
MAINTAINERS MAINTAINERS: Update my affiliation and DCO status 2026-08-21 09:59:25 -07:00
MAINTAINERS.yml MAINTAINERS: Update my affiliation and DCO status 2026-08-21 09:59:25 -07:00
Makefile.def toplevel: do not make libstdc++ configure wait for libgomp 2026-08-17 14:00:36 +02:00
Makefile.in toplevel: do not make libstdc++ configure wait for libgomp 2026-08-17 14:00:36 +02:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
pyproject.toml Add a pyproject.toml file 2026-08-19 10:51:25 +00:00
README
SECURITY.txt
symlink-tree
test-driver
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.