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
/
libcpp
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-0
/
+15
2012-07-30
gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...
Laurynas Biveinis
1
-0
/
+5
2012-06-19
lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and __builtin_ia32_pcmp...
Uros Bizjak
1
-0
/
+5
2012-06-05
line-map.c (linemap_enter_macro): Don't zero max_column_hint in every macro.
Dimitrios Apostolou
1
-0
/
+6
2012-06-04
PR preprocessor/53463 - Fix system header detection for built-in macro tokens
Dodji Seketeli
1
-0
/
+7
2012-05-29
directives.c: Fix typos.
Joseph Myers
1
-0
/
+7
2012-05-29
PR bootstrap/53459 - unused local typedef when building on altivec
Dodji Seketeli
1
-0
/
+6
2012-05-29
Revert "PR bootstrap/53459 - unused local typedef when building on altivec"
Dodji Seketeli
1
-5
/
+0
2012-05-29
PR preprocessor/53229 - Fix diagnostics location when pasting tokens
Dodji Seketeli
1
-0
/
+25
2012-05-24
PR bootstrap/53459 - unused local typedef when building on altivec
Dodji Seketeli
1
-0
/
+5
2012-05-16
PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokens
Dodji Seketeli
1
-0
/
+15
2012-05-10
expr.c (interpret_float_suffix): Add a guard.
Tristan Gingold
1
-0
/
+4
2012-05-02
Properly initialize cpp_context in destringize_and_run
Dodji Seketeli
1
-0
/
+9
2012-04-30
* libcpp/ChangeLog: Fix PR number.
Manuel López-Ibáñez
1
-1
/
+1
2012-04-30
re PR c++/52974 (Canonicalize include paths in diagnostics)
Manuel López-Ibáñez
1
-0
/
+7
2012-04-30
Switch -ftrack-macro-expansion=2 on by default.
Dodji Seketeli
1
-0
/
+4
2012-04-30
Strip "<built-in>" loc from displayed expansion context
Dodji Seketeli
1
-0
/
+7
2012-04-30
Fix expansion point loc for macro-like tokens
Dodji Seketeli
1
-0
/
+8
2012-04-30
Fix token pasting with -ftrack-macro-expansion
Dodji Seketeli
1
-0
/
+5
2012-04-30
Fix cpp_sys_macro_p with -ftrack-macro-expansion
Dodji Seketeli
1
-0
/
+5
2012-04-29
Don't use C++ style comments in libcpp
Dodji Seketeli
1
-0
/
+6
2012-04-27
Add new option, -Wliteral-suffix.
Ollie Wild
1
-0
/
+11
2012-04-26
tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.
Manuel López-Ibáñez
1
-0
/
+7
2012-03-22
* lex.c (search_line_fast): Provide Neon-optimized version for ARM.
Richard Earnshaw
1
-0
/
+4
2012-03-14
Remove obsolete Solaris 8 support
Rainer Orth
1
-0
/
+4
2012-02-14
Add ports for TILE-Gx and TILEPro.
Walter Lee
1
-0
/
+5
2012-01-09
macro.c (_cpp_builtin_macro_text): Remove unused variable map.
Richard Guenther
1
-0
/
+4
2012-01-09
re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...
Gary Funck
1
-0
/
+9
2012-01-03
system.h: Prior to #define, #undef fopen and freopen unconditionally.
Olivier Hainque
1
-0
/
+4
2011-12-20
gcc:
Joseph Myers
1
-0
/
+8
2011-12-20
warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.
Andreas Schwab
1
-0
/
+4
2011-12-19
Check for warning flags without no- prefix
Andreas Schwab
1
-0
/
+4
2011-12-07
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)
Jakub Jelinek
1
-0
/
+10
2011-12-05
Add 'inline' to prototype of tokens_buff_remove_last_token
Dodji Seketeli
1
-0
/
+6
2011-11-22
line-map.h (linemap_dump): Declare.
Diego Novillo
1
-0
/
+7
2011-11-21
re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...
Ed Smith-Rowland
1
-0
/
+5
2011-11-03
re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)
Michael Matz
1
-0
/
+8
2011-11-02
internal.h (uxstrdup, ustrchr): Return const unsigned char *.
Paolo Carlini
1
-0
/
+4
2011-11-02
re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)
Jason Merrill
1
-0
/
+5
2011-10-31
re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)
Jason Merrill
1
-0
/
+3
2011-10-31
re PR c++/50920 (add a -std=c++11 option to the driver)
Jason Merrill
1
-0
/
+6
2011-10-26
Implement C++11 user-defined literals.
Ed Smith-Rowland
1
-0
/
+14
2011-10-25
Fix lookup of macro maps
Dodji Seketeli
1
-0
/
+4
2011-10-25
Support expansion of reserved locations wrapped in virtual locations
Dodji Seketeli
1
-0
/
+18
2011-10-22
Fix cpp_peek_token behaviour (PR bootstrap/50778)
Dodji Seketeli
1
-0
/
+10
2011-10-20
Fix thinko in _cpp_remaining_tokens_num_in_context
Dodji Seketeli
1
-0
/
+6
2011-10-18
Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
Dodji Seketeli
1
-0
/
+8
2011-10-17
Fix bootstrapping with --disable-checking
Dodji Seketeli
1
-0
/
+6
2011-10-17
Reduce memory waste due to non-power-of-2 allocs
Tom Tromey
1
-0
/
+8
2011-10-17
Add line map statistics to -fmem-report output
Tom Tromey
1
-0
/
+12
[next]