https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61340
Bug ID: 61340
Summary: ipa-pure-const.c, ipa-reference.c: possible missing
switch cases ?
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
1.
trunk/gcc/ipa-pure-const.c:1270:16: warning: enumeration value 'IPA_REF_ALIAS'
not handled in switch [-Wswitch]
Source code is
switch (ref->use)
Some code to deal with the IPA_REF_ALIAS might be a good idea.
2.
trunk/gcc/ipa-reference.c:474:15: warning: enumeration value 'IPA_REF_ALIAS'
not handled in switch [-Wswitch]
Source code is
switch (ref->use)