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
/
gcc
/
c
/
c-parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-30
re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...
Igor Zamyatin
1
-1
/
+1
2014-06-27
c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...
Sebastian Huber
1
-15
/
+6
2014-06-25
re PR c/61162 (possibly bad error location with -Wc++-compat)
Marek Polacek
1
-1
/
+2
2014-06-24
gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...
Jakub Jelinek
1
-2
/
+11
2014-06-15
c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.
Jan Hubicka
1
-1
/
+1
2014-06-03
re PR c/60439 (No warning for case overflow in switch statement.)
Marek Polacek
1
-1
/
+5
2014-06-02
expr.h: Remove prototypes of functions defined in builtins.c.
Andrew MacLeod
1
-0
/
+1
2014-05-23
Fix some bool vs. tree confusion.
Thomas Schwinge
1
-5
/
+9
2014-05-22
Fix copy'n'pasto.
Thomas Schwinge
1
-2
/
+2
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-2
/
+2
2014-05-10
c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...
Marek Polacek
1
-3
/
+3
2014-05-09
re PR c/61096 (error_init lacks a location)
Marek Polacek
1
-6
/
+10
2014-05-09
re PR c/50459 (alignof doesn't work on plain old constant, works with express...
Marek Polacek
1
-3
/
+8
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-1
/
+1
2014-05-01
revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid...
Jeff Law
1
-15
/
+16
2014-05-01
re PR c/60915 (confusing diagnostic from attribute on function definition)
Marek Polacek
1
-1
/
+13
2014-04-25
re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)
Marek Polacek
1
-4
/
+7
2014-04-24
c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto.
Prathamesh Kulkarni
1
-16
/
+15
2014-04-24
c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...
Jakub Jelinek
1
-5
/
+25
2014-04-22
re PR c/59073 (ICE with missing increment in OpenMP for-loop)
Jakub Jelinek
1
-1
/
+3
2014-03-28
re PR c++/60689 (Bogus error with atomic::exchange)
Jakub Jelinek
1
-2
/
+3
2014-02-19
c-parser.c (c_parser_declspecs): Replace call to error by error_at.
Prathamesh Kulkarni
1
-2
/
+2
2014-02-07
c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...
Prathamesh Kulkarni
1
-2
/
+2
2014-01-31
re PR c/59963 (Wrong column number for warning -Woverflow)
Marek Polacek
1
-11
/
+19
2014-01-24
Replace flag_enable_cilkplus with flag_cilkplus.
Balaji V. Iyer
1
-25
/
+25
2014-01-23
Added support for Cilk Plus SIMD-enabled functions for C++.
Balaji V. Iyer
1
-1
/
+2
2014-01-09
re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)
Balaji V. Iyer
1
-1
/
+1
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-18
Added support for Cilk Plus SIMD-enabled function for C.
Balaji V. Iyer
1
-34
/
+223
2013-12-17
Fix description of OpenMP parallel directive in the C and C++ front ends.
Thomas Schwinge
1
-3
/
+10
2013-12-04
re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)
Joseph Myers
1
-4
/
+8
2013-11-28
re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))
Jakub Jelinek
1
-4
/
+2
2013-11-22
Remove macros that implicitly use input_location
David Malcolm
1
-3
/
+2
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+5
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-2
/
+2
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-1
/
+1
2013-11-15
Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
Aldy Hernandez
1
-1
/
+263
2013-11-13
extend.texi (Statement Exprs, Typeof): Discuss __auto_type.
Joseph Myers
1
-25
/
+122
2013-11-12
c-common.c (c_common_reswords): Add _Thread_local.
Joseph Myers
1
-0
/
+3
2013-11-07
tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
Joseph Myers
1
-57
/
+170
2013-11-05
invoke.texi (-fopenmp-simd): Document new option.
Tobias Burnus
1
-12
/
+59
2013-10-29
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
Balaji V. Iyer
1
-0
/
+32
2013-10-27
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-10
/
+25
2013-10-24
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-5
/
+28
2013-10-24
c-parser.c (c_parser_struct_declaration): Add a comment.
Marek Polacek
1
-1
/
+6
2013-10-17
tree-flow.h (struct omp_region): Move to omp-low.c.
Andrew MacLeod
1
-0
/
+1
2013-10-17
re PR c/58267 (Alignment specifier allowed within array declarator;)
Marek Polacek
1
-11
/
+27
2013-10-11
target.c: New file.
Jakub Jelinek
1
-272
/
+2254
2013-07-23
* c-parser.c (struct c_generic_association): Fix typo.
Joseph Myers
1
-1
/
+1
2013-07-23
c-common.h (enum rid): New constant.
Tom Tromey
1
-0
/
+223
[next]