aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-16PR middle-end/97840 - Bogus -Wmaybe-uninitialized passing an empty object to ...Martin Sebor1-4/+1
2020-11-16Disable some bogus -Wmaybe-uninitialized warningsJan Hubicka1-3/+11
2020-11-06Improve uninitialized warning with value range infoBin Cheng1-63/+129
2020-09-19Extend -Wstringop-overflow to detect out-of-bounds accesses to array parameters.Martin Sebor1-2/+2
2020-09-19Make use of new attribute access infrastructure in -Wuninitialized (PR 50584).Martin Sebor1-26/+36
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-1/+1
2020-09-16Work harder to avoid -Wuninitialized for objects of empty structs (PR middle-...Martin Sebor1-0/+2
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-4/+4
2020-06-04Implement a solution for PR middle-end/10138 and PR middle-end/95136.Martin Sebor1-111/+379
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-05-23Do not use tree_to_wide_ref that point to a temporary (PR c++/90587).Martin Liska1-1/+1
2019-05-21tree-ssa-uninit: suppress more spurious warningsVladislav Ivanishin1-10/+27
2019-05-16tree-ssa-uninit: avoid ICE with BIT_AND_EXPR (PR 90394)Vladislav Ivanishin1-1/+1
2019-05-15tree-ssa-uninit: clean up is_value_included_inVladislav Ivanishin1-25/+6
2019-04-29tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases where cond...Vladislav Ivanishin1-3/+8
2019-01-09PR other/16615 [4/5]Sandra Loosemore1-2/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-25Remove unused functions and fields.Martin Liska1-10/+0
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-01-10re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez1-1/+8
2018-01-06re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez1-40/+78
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford1-7/+7
2017-12-08re PR middle-end/81782 (Yet another -Wmaybe-uninitialized false positive with...Richard Biener1-2/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-07-25tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses...Andrew Pinski1-0/+25
2017-05-16Add default value for last argument of dump functions.Martin Liska1-9/+9
2017-04-24re PR c++/2972 (-Wuninitialized could warn about uninitialized member variabl...Richard Biener1-6/+19
2017-03-08re PR tree-optimization/79955 (GLIBC build fails after r245840)Richard Biener1-0/+11
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener1-23/+82
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06re PR middle-end/78548 (ICE on valid C code on x86_64-linux-gnu at -O2 and -O...Aldy Hernandez1-14/+19
2016-12-06re PR middle-end/78566 (gcc.dg/uninit-pred-6_[abc]*.c regressions on some non...Aldy Hernandez1-107/+53
2016-11-23re PR tree-optimization/78455 (ICE in operator[], at vec.h:732)Marek Polacek1-1/+1
2016-11-20re PR middle-end/61409 (-Wmaybe-uninitialized false-positive with -O2)Aldy Hernandez1-7/+168
2016-11-11re PR middle-end/78295 (Spurious -Wuninitialized warning for vector element a...Richard Biener1-0/+8
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-06-20re PR middle-end/71581 (ICE on valid code on x86_64-linux-gnu with -Wuninitia...Jakub Jelinek1-0/+23
2016-05-06Manual changes to GCC coding style in tree-ssa-uninit.cMartin Liska1-222/+179
2016-01-13re PR tree-optimization/69013 (gfortran-5.3.0 ICE in prune_uninit_phi_opnds_i...Richard Biener1-13/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Replace spaces with tabs and remove trailing whitespacesMartin Liska1-502/+502
2015-11-18Fix memory leaks in tree-ssa-uninit.cMartin Liska1-16/+17
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5