Bug#446698: Dear Account Owner !!!

2008-09-17 Thread ACCOUNT ALERT
Dear Account Owner, This message is from WEBMAIL E-mail messaging center to all our email account users. We are currently conducting a maintenance exercise which is for upgrading our database and e-mail account center. This exercise involves the deactivation of dormant /unused/invalid email accou

Bug#499251: gcc -MMD erroneously regards missing #includes as only warnings

2008-09-17 Thread Ian Jackson
Package: cpp-4.1 Version: 4.1.1-21 mariner:~/junk> cat t.c #include int x; mariner:~/junk> gcc-4.1 -c -MD t.c && echo hi t.c:1:25: error: nonexistent.h: No such file or directory mariner:~/junk> gcc-4.1 -c -MMD t.c && echo hi t.c:1:25: warning: nonexistent.h: No such file or directory hi mariner: