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/existing-fp8
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
/
libcpp
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-20
cpplib.h (cpp_options): Use signed char.
Marek Polacek
1
-0
/
+5
2014-08-19
* lex.c (_cpp_lex_direct): Fix a typo.
Marek Polacek
1
-0
/
+4
2014-08-19
c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...
Marek Polacek
1
-0
/
+9
2014-08-10
re PR c/51849 (-Wc99-compat would be considered useful)
Marek Polacek
1
-0
/
+9
2014-07-27
re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)
Marek Polacek
1
-0
/
+7
2014-07-16
Support location tracking for built-in macro tokens
Dodji Seketeli
1
-0
/
+12
2014-07-11
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...
Andreas Schwab
1
-1
/
+1
2014-07-10
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...
Edward Smith-Rowland
1
-0
/
+8
2014-07-09
PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
Edward Smith-Rowland
1
-0
/
+7
2014-06-05
re PR c++/61038 (g++ -E is unusable with UDL strings)
Edward Smith-Rowland
1
-0
/
+6
2014-05-26
configure.ac: Remove long long and __int64 type checks...
Richard Biener
1
-0
/
+8
2014-05-21
re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...
Marek Polacek
1
-1
/
+6
2014-05-21
re PR c++/61038 (g++ -E is unusable with UDL strings)
Edward Smith-Rowland
1
-0
/
+7
2014-05-20
config.gcc: Remove need_64bit_hwint.
Richard Biener
1
-0
/
+9
2014-05-09
files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.
Joey Ye
1
-0
/
+6
2014-05-07
configure.ac: Always set need_64bit_hwint to yes.
Richard Biener
1
-0
/
+5
2014-04-22
Remove obsolete Solaris 9 support
Rainer Orth
1
-0
/
+4
2014-02-24
TILE-Gx big endian support.
Walter Lee
1
-0
/
+5
2014-02-19
re PR preprocessor/58844 (ICE with invalid use of ##)
Jakub Jelinek
1
-0
/
+8
2014-02-07
re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...
Jakub Jelinek
1
-0
/
+12
2014-01-23
PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals
Dodji Seketeli
1
-0
/
+7
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-0
/
+4
2013-12-10
re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...
Joseph Myers
1
-0
/
+6
2013-11-18
lex.c (search_line_fast): Correct for little endian.
Bill Schmidt
1
-0
/
+4
2013-11-16
ucnid-2011-1.c: New test.
Joseph Myers
1
-0
/
+42
2013-11-15
ucnid-9.c: New test.
Joseph Myers
1
-0
/
+7
2013-11-06
macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.
Tobias Burnus
1
-0
/
+5
2013-11-05
c.opt (-Wdate-time): New option
Tobias Burnus
1
-1
/
+9
2013-10-31
Implement C++14 digit separators.
Edward Smith-Rowland
1
-0
/
+13
2013-10-15
Add --enable-host-shared configuration option
David Malcolm
1
-0
/
+9
2013-08-07
configure.ac: Set need_64bit_hwint for all arm targets.
Richard Earnshaw
1
-0
/
+5
2013-07-21
re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...
Jakub Jelinek
1
-0
/
+6
2013-07-10
re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...
Jakub Jelinek
1
-0
/
+5
2013-07-10
c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...
Jakub Jelinek
1
-0
/
+4
2013-07-10
re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...
Jakub Jelinek
1
-0
/
+7
2013-06-29
lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...
Ed Smith-Rowland
1
-0
/
+6
2013-06-24
files.c (_cpp_stack_include): Fix the highest_location when header file is gu...
Dehao Chen
1
-0
/
+5
2013-04-28
N3472 binary constants
Jakub Jelinek
1
-0
/
+13
2013-04-24
cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
Paolo Carlini
1
-1
/
+8
2013-04-03
re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)
Sebastian Huber
1
-0
/
+6
2013-03-06
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-0
/
+12
2013-03-01
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-0
/
+8
2013-02-28
files.c (_cpp_find_file): If returning early...
Jakub Jelinek
1
-0
/
+5
2013-02-28
configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...
Jakub Jelinek
1
-0
/
+14
2013-02-14
re PR c++/55582 ([C++11] Unable to define string user-defined literal without...
Ed Smith-Rowland
1
-0
/
+6
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
1
-0
/
+4
2013-01-04
PR c++/54526 (again)
Paolo Carlini
1
-0
/
+5
2013-01-03
re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))
Marc Glisse
1
-0
/
+7
2012-12-03
re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)
Jakub Jelinek
1
-0
/
+11
2012-11-21
re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)
Steve Ellcey
1
-0
/
+5
[next]