This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/78784] CRITIC BUG: Create a trash code using trash values of registers.


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---

t.c: In function ‘main’:
t.c:12: warning: format ‘%8x’ expects type ‘unsigned int’, but argument 3 has
type ‘char *’
t.c:12: warning: format ‘%8x’ expects type ‘unsigned int’, but argument 4 has
type ‘struct <anonymous>’
t.c:12: warning: format ‘%8x’ expects type ‘unsigned int’, but argument 5 has
type ‘long int’
t.c:14: warning: format ‘%8x’ expects type ‘unsigned int’, but argument 3 has
type ‘char *’

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]