This is the mail archive of the gcc@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]

Alphas fail to produce warning "%LX"



in the basic gcc-3_1-branch
the following code fails to produce a warning on alpha:


unsigned long long *ullp;
    scanf( "%LX", ullp );

should this produce a warning?


-matt


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