public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Need someone to look at a regression
@ 1998-08-13 23:20 Jeffrey A Law
  1998-08-14  3:44 ` Andreas Schwab
  1998-08-14 16:55 ` Carlo Wood
  0 siblings, 2 replies; 17+ messages in thread
From: Jeffrey A Law @ 1998-08-13 23:20 UTC (permalink / raw)
  To: egcs

gcc.dg/980626-1.c is consistently showing up as a regression when
comparing the egcs-1.1 against egcs-1.0.3a and gcc-2.8.1.

This is a test for a bogus warning.

Can someone look into why egcs-1.1 is behaving differently for this
test?  Compile with -Wimplicit-int.

gcc-2.8.1 and egcs-1.0.3 will probably not issue any warnings (which
is the correct behavior IMHO).  egcs-1.1 will issue a bogus warning.

Thanks!


int main()
{
  typedef SFtype __attribute__ ((mode (SF)));
  typedef DFtype __attribute__ ((mode (DF)));
  typedef HItype __attribute__ ((mode (HI)));
  typedef SItype __attribute__ ((mode (SI)));
  typedef DItype __attribute__ ((mode (DI)));
  typedef UHItype __attribute__ ((mode (HI)));
  typedef USItype __attribute__ ((mode (SI)));
  typedef UDItype __attribute__ ((mode (DI)));
  return 0;
}


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~1998-08-21 19:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-13 23:20 Need someone to look at a regression Jeffrey A Law
1998-08-14  3:44 ` Andreas Schwab
1998-08-14  8:28   ` Jeffrey A Law
     [not found]   ` <899.903108402.cygnus.egcs@hurl.cygnus.com>
1998-08-15  0:17     ` Ulrich Drepper
1998-08-15 21:09       ` Jeffrey A Law
1998-08-16  8:18         ` Carlo Wood
1998-08-16 20:59           ` Jeffrey A Law
1998-08-17 19:53         ` Kamil Iskra
1998-08-17 17:41           ` Jeffrey A Law
1998-08-19 19:04             ` Ken Raeburn
1998-08-21 19:47               ` Jeffrey A Law
     [not found]       ` <5044.903227080.cygnus.egcs@hurl.cygnus.com>
1998-08-17 19:53         ` Jason Merrill
1998-08-18  2:31           ` Richard Earnshaw
1998-08-18 12:42             ` Joern Rennecke
1998-08-18 21:50               ` Jeffrey A Law
1998-08-14 16:55 ` Carlo Wood
1998-08-15  0:17   ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).