You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run on data for source code that causes gcc 8 to generate
artificial functions, geninfo emits warnings and eventually aborts
processing:
geninfo: Use of uninitialized value in hash element at
/usr/local/bin/geninfo line 3001.
geninfo: Can't use an undefined value as an ARRAY reference at
/usr/local/bin/geninfo line 2889.
This problem was introduced by commit 9aa0d14 ("geninfo: Ignore
artificial functions during --initial"). It is the result of an
incomplete removal of artificial functions from internal data.
Fix this by explicitcly removing known artificial functions after
parsing of graph files completes.
Signed-off-by: Peter Oberparleiter <[email protected]>
Reported-by: Steven Peters <[email protected]>
0 commit comments