aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-07re PR c/68668 (bogus error: invalid use of array with unspecified bounds)Marek Polacek1-0/+7
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-8/+24
2015-12-02re PR c/68533 (bogus location for "warning: ‘struct s3’ declared inside p...Jakub Jelinek1-6/+7
2015-11-29re PR c/67106 (ICE: verify_type failed: type variant differs by TYPE_PACKED....Jan Hubicka1-1/+2
2015-11-14c-decl.c: Use RECORD_OR_UNION_TYPE_P throughout.Marek Polacek1-25/+13
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+1
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek1-17/+5
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-14/+34
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-1/+2
2015-11-05gcc/Jakub Jelinek1-7/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-15/+9
2015-10-21re PR c/68024 (Diagnose variadic functions defined without prototypes)Marek Polacek1-0/+6
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+13
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek1-0/+12
2015-09-15c-decl.c (lookup_label): Return NULL_TREE instead of 0.Marek Polacek1-14/+14
2015-09-09re PR c/67500 (OpenMP ICE with invalid safelen/simdlen/alignment expressions)Jakub Jelinek1-1/+2
2015-08-12c-decl.c (grokdeclarator): Call error_at instead of error and pass LOC to it.Marek Polacek1-2/+2
2015-08-03re PR c/67088 (Incorrect location of error on invalid type used in bit-field ...Marek Polacek1-11/+13
2015-07-27c-decl.c (get_parm_info): Remove static var.Luis Felipe Strano Moraes1-12/+8
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-0/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+2
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-28/+25
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek1-5/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-14re PR middle-end/66325 (ICE in gcc.c-torture/execute/930408-1.c, verify_type ...Jan Hubicka1-1/+2
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-46/+22
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03c-decl.c (warn_cxx_compat_finish_struct): New parameters code, record_loc.Prathamesh Kulkarni1-2/+13
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi1-0/+2
2015-06-02re PR target/49551 (tentative declaration after definition and -fdata-section...Prathamesh Kulkarni1-0/+6
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek1-13/+9
2015-04-25re PR c/52085 (incomplete enum not completed correctly if packed was used)Marek Polacek1-2/+4
2015-04-23re PR c/65345 (ICE with _Generic selection on _Atomic int)Marek Polacek1-1/+30
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer1-4/+0
2015-03-19c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC...Jakub Jelinek1-1/+2
2015-03-09c-convert.c (convert): Make use of do_ubsan_in_current_function.Marek Polacek1-4/+1
2015-02-27re PR c/65228 (ICE: expected tree that contains ‘decl minimal’ structure,...Marek Polacek1-2/+2
2015-02-14re PR c/64768 (internal compiler error: tree check: expected tree that contai...Marek Polacek1-0/+13
2015-02-13re PR c/65050 (Show the type for "array type has incomplete element type" error)Marek Polacek1-1/+2
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-25re PR c/63877 (- -Wmissing-declarations produces false alarms for C99 inline ...Marek Polacek1-1/+2
2014-11-11tree-core.h (pedantic_lvalues): Remove.Richard Biener1-2/+0
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2