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
/
directives.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-23
re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...
Marek Polacek
1
-16
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
1
-4
/
+0
2014-12-11
xvasprintf.c: New file.
Uros Bizjak
1
-2
/
+2
2014-11-10
cpplib.h (cpp_callbacks): Add has_attribute.
Edward Smith-Rowland
1
-0
/
+4
2014-10-01
Implement SD-6: SG10 Feature Test Recommendations
Edward Smith-Rowland
1
-0
/
+14
2014-08-29
directives.c (check_eol_1): New.
Manuel López-Ibáñez
1
-7
/
+24
2014-08-29
macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...
Manuel López-Ibáñez
1
-0
/
+5
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-1
/
+1
2013-03-06
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-1
/
+3
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
1
-1
/
+1
2012-10-04
Implement #pragma GCC warning/error
Florian Weimer
1
-3
/
+42
2012-08-27
PR preprocessor/53469 - argument tokens of _Pragma miss virtual location
Dodji Seketeli
1
-3
/
+5
2012-05-29
directives.c: Fix typos.
Joseph Myers
1
-1
/
+1
2012-05-29
PR preprocessor/53229 - Fix diagnostics location when pasting tokens
Dodji Seketeli
1
-29
/
+1
2012-05-02
Properly initialize cpp_context in destringize_and_run
Dodji Seketeli
1
-4
/
+1
2011-10-17
Generate virtual locations for tokens
Tom Tromey
1
-2
/
+2
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
1
-7
/
+9
2011-07-15
Use source_location where it is due
Dodji Seketeli
1
-1
/
+1
2011-06-06
re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)
Dodji Seketeli
1
-1
/
+30
2011-03-21
Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053
Michael Meissner
1
-2
/
+12
2011-01-04
re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)
Eric Botcazou
1
-4
/
+5
2010-09-29
re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...
Kai Tietz
1
-28
/
+57
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-2
/
+2
2010-09-01
re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")
Jakub Jelinek
1
-1
/
+7
2010-04-07
diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...
Simon Baldwin
1
-16
/
+21
2009-11-20
macro.c (enter_macro_context): Call cb.used callback if defined.
Arnaud Charlet
1
-0
/
+4
2009-11-11
ChangeLog for libcpp
Kai Tietz
1
-19
/
+96
2009-10-19
charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
Jakub Jelinek
1
-2
/
+4
2009-10-10
directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.
Neil Vachharajani
1
-2
/
+2
2009-09-12
dbgcnt.c (dbg_cnt_process_single_pair): constify.
Jason Merrill
1
-1
/
+2
2009-07-18
directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.
Jerry Quinn
1
-2
/
+2
2009-06-23
directives.c (parse_include): Add location argument.
Manuel López-Ibáñez
1
-13
/
+24
2009-05-13
re PR preprocessor/36674 (#include location is offset by one row in errors fr...
Manuel López-Ibáñez
1
-0
/
+8
2009-05-10
c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.
Joseph Myers
1
-9
/
+9
2009-04-18
directives.c (parse_include): Pass true to check_eol.
Joseph Myers
1
-1
/
+1
2009-04-18
re PR preprocessor/39646 (__FILE__ breaks for empty file name)
Joseph Myers
1
-2
/
+2
2009-04-18
re PR preprocessor/39647 (Syntax checks in #line not quite right)
Joseph Myers
1
-17
/
+20
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-3
/
+3
2009-03-29
re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...
Joseph Myers
1
-8
/
+1
2008-07-22
re PR preprocessor/28079 (#line range not verified without -pedantic)
Manuel López-Ibáñez
1
-10
/
+21
2008-07-21
line-map.h (linenum_type): New typedef.
Manuel López-Ibáñez
1
-12
/
+12
2008-05-30
re PR preprocessor/36320 (Required diagnosis of syntax error missed)
Tom Tromey
1
-8
/
+16
2008-05-21
re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...
Tom Tromey
1
-8
/
+14
2008-05-13
re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)
Tom Tromey
1
-12
/
+22
2008-04-22
cpplib.h (cpp_define_formatted): New.
Daniel Franke
1
-0
/
+20
2008-04-18
cpp-id-data.h (UC): Was U, conflicts with U...
Kris Van Hees
1
-6
/
+7
2008-04-02
cppopts.texi (-dU): Document.
Joseph Myers
1
-3
/
+42
2008-03-13
re PR preprocessor/35322 (ICE with incomplete macro)
Tom Tromey
1
-0
/
+4
2008-01-25
re PR preprocessor/34692 (Internal error with pragma in macro)
Jakub Jelinek
1
-1
/
+1
[next]