https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85872

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2018-05-22 00:00:00         |2018-9-10
            Summary|False positive for          |False positive for
                   |-Wmaybe-unitialized         |-Wmaybe-unitialized
                   |                            |(compile-time limit)

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Possibly worth playing with: 

#define MAX_NUM_CHAINS 8
#define MAX_CHAIN_LEN 5
#define MAX_POSTDOM_CHECK 8
#define MAX_SWITCH_CASES 40

in gcc/tree-ssa-uninit.c

Reply via email to