No description
  • 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
Richard Biener 070512acf6 Ignore the has_volatile_ops marker during GIMPLE parsing
The following makes the GIMPLE parser handle

  ... ={v} ...

which is how we dump gimple_has_volatile_ops which is a flag
that caches information that's available by other means as it
is computed by the operand scanner.  It's not necessary for
parsing, so instead of parsing and ignoring it we could omit
it from -gimple dumps, but it does provide visual information
to the reader.

This allows more -gimple dumps to be consumed by the GIMPLE
frontend without editing.

gcc/c/
	* gimple-parser.cc (c_parser_gimple_statement): Parse
	but ignore {v} marker on assignments.
2026-09-11 08:35:37 +02:00
.forgejo
.github
c++tools
config Daily bump. 2026-09-05 00:16:38 +00:00
contrib Daily bump. 2026-09-10 00:16:37 +00:00
fixincludes
gcc Ignore the has_volatile_ops marker during GIMPLE parsing 2026-09-11 08:35:37 +02:00
gnattools
gotools
include Daily bump. 2026-09-07 00:16:33 +00:00
INSTALL
libada
libatomic
libbacktrace Daily bump. 2026-09-04 00:16:40 +00:00
libcc1
libcody
libcpp Daily bump. 2026-09-03 00:16:44 +00:00
libdecnumber
libffi
libga68
libgcc AVR: ad target/127032 - Also tag libf7-asm.sx modules. 2026-09-10 13:46:42 +02:00
libgcobol cobol: Faster execution of floating-point ADD/SUBTRACT. 2026-09-09 22:31:19 -04:00
libgfortran Daily bump. 2026-09-07 00:16:33 +00:00
libgm2
libgo
libgomp lto.cc: OpenMP's offload_handle_link_vars - fix for global variables [PR127273] 2026-09-10 13:25:39 +02:00
libgrust
libiberty
libitm
libobjc
libphobos
libquadmath
libsanitizer
libssp
libstdc++-v3 libstc++, configure: Check for timing APIs even if _POSIX_TIMERS is -1. 2026-09-10 20:02:33 +01:00
libvtv
lto-plugin
maintainer-scripts Daily bump. 2026-09-05 00:16:38 +00:00
zlib
.b4-config
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2026-09-05 00:16:38 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Makefile.tpl: make the parallel bootstrap comparison portable [PR126875] 2026-09-04 15:16:54 +02:00
configure.ac configure: reject unsupported --with-long-double-64 option [PR122535] 2026-09-02 12:11:59 +05:30
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: Add myself to Write After Approval 2026-09-10 20:22:47 +05:30
MAINTAINERS.yml MAINTAINERS: Add myself to Write After Approval 2026-09-10 20:22:47 +05:30
Makefile.def
Makefile.in Makefile.tpl: make the parallel bootstrap comparison portable [PR126875] 2026-09-04 15:16:54 +02:00
Makefile.tpl Makefile.tpl: make the parallel bootstrap comparison portable [PR126875] 2026-09-04 15:16:54 +02:00
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
pyproject.toml
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.