index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
doc
/
cpp.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-19
re PR c++/56544 (documentation for __cplusplus is out of date)
Paolo Carlini
1
-5
/
+5
2013-05-07
cfgexpand.c (record_or_union_type_has_array_p): New function.
Han Shen
1
-0
/
+4
2013-04-24
cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.
Paolo Carlini
1
-7
/
+0
2013-04-24
cpp.texi: Document __GXX_EXPERIMENTAL_CXX1Y__.
Paolo Carlini
1
-0
/
+7
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-4
/
+1
2012-11-21
Document __SANITIZE_ADDRESS__
H.J. Lu
1
-0
/
+4
2012-10-29
* doc/cpp.texi (Search Path): Fix outdated C++ path.
Jonathan Wakely
1
-1
/
+2
2012-10-04
Implement #pragma GCC warning/error
Florian Weimer
1
-0
/
+9
2012-06-26
system.h (UNALIGNED_SHORT_ASM_OP, [...]): Poison.
Steven Bosscher
1
-2
/
+2
2012-06-25
arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
Matthew Gretton-Dann
1
-1
/
+1
2012-01-08
cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined for -std=c++98 and -...
Jonathan Wakely
1
-2
/
+2
2011-12-20
gcc:
Joseph Myers
1
-1
/
+1
2011-05-04
Remove extra spacing at the end of the line.
Mike Stump
1
-1
/
+1
2011-02-25
* doc/cpp.texi: Update copyright years.
Gerald Pfeifer
1
-1
/
+1
2011-02-18
cpp.texi (Obsolete Features): Add background on the origin of assertions.
Gerald Pfeifer
1
-3
/
+4
2011-01-09
doc: cpp manual nits
Ralf Wildenhues
1
-1
/
+1
2010-11-24
cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...
Nathan Froyd
1
-0
/
+5
2010-10-23
cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...
Nathan Froyd
1
-0
/
+24
2010-10-15
Add fma support
Michael Meissner
1
-0
/
+9
2010-06-09
fdl.texi: Move to GFDL version 1.3.
Gerald Pfeifer
1
-1
/
+1
2010-04-25
c-common.c (flag_isoc1x): New.
Joseph Myers
1
-1
/
+2
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-02-26
re PR c/20631 (Support -std=c90 as alias for -std=c89)
Manuel López-Ibáñez
1
-4
/
+4
2009-11-11
plugins.texi (Registering custom attributes): section renamed as (Registering...
Basile Starynkevitch
1
-0
/
+2
2009-10-10
directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.
Neil Vachharajani
1
-2
/
+0
2009-04-27
c-tree.texi (Types, [...]): Fix grammar nits.
Ralf Wildenhues
1
-2
/
+2
2009-03-31
re PR c/448 (<stdint.h>-related issues (C99 issues))
Joseph Myers
1
-11
/
+112
2008-08-05
Makefile.in (c-cppbuiltin.o): Depend on debug.h.
Richard Henderson
1
-0
/
+4
2008-07-30
re PR ada/15479 (Ada manual problems)
Ralf Wildenhues
1
-1
/
+1
2008-06-15
libgomp.texi (omp_test_lock): Fix typo.
Ralf Wildenhues
1
-1
/
+1
2008-06-07
MAINTAINERS (mt port): Remove.
Joseph Myers
1
-2
/
+2
2008-05-13
re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)
Tom Tromey
1
-47
/
+44
2008-04-18
re PR preprocessor/15500 (gcc ignores locale when converting wide string lite...
Tom Tromey
1
-4
/
+5
2008-02-14
bugreport.texi: Update copyright years.
Ralf Wildenhues
1
-1
/
+1
2008-01-31
c-tree.texi (Types): Fix grammar.
Tom Browder
1
-1
/
+1
2008-01-07
re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc...
Paolo Carlini
1
-2
/
+7
2007-09-07
re PR fortran/33303 (Document __GFORTRAN__)
Tobias Burnus
1
-3
/
+6
2007-05-25
cfglayout.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-05-24
macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
Ollie Wild
1
-0
/
+7
2007-05-21
c-cppbuiltin.c (c_cpp_builtins): Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1...
Paolo Bonzini
1
-0
/
+8
2007-04-17
cpp.texi (Common Predefined Macros): Clarify description of __GNUC_GNU_INLINE...
Ian Lance Taylor
1
-9
/
+8
2007-03-17
arm.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-03-05
c.opt (fgnu89-inline): New option.
Ian Lance Taylor
1
-0
/
+22
2007-02-26
gcc/ChangeLog ---------------------------------------------------------
Brooks Moses
1
-3
/
+2
2007-01-24
c-cppbuiltin.c (builtin_define_type_sizeof): New function.
Andreas Krebbel
1
-0
/
+17
2007-01-05
c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to __GXX_EXPERIME...
Benjamin Kosnik
1
-1
/
+1
2006-11-01
c-common.c (flag_cpp0x): New.
Doug Gregor
1
-0
/
+7
2006-09-11
cpp.texi: Fix names of charset options.
Hideki Iwamoto
1
-1
/
+1
2006-06-17
cpp.texi, [...] (@dircategory): Use "Software development" instead of "Progra...
Karl Berry
1
-1
/
+1
2006-02-24
cpp.texi (Character sets): Document that we do support input files to be in a...
Geoffrey Keating
1
-6
/
+2
[next]