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

Re: PATCH: RFA Fix C/13014


On Sun, 16 Nov 2003, Eric Christopher wrote:

> *sigh* no. Stupid nested functions. gack. Though, entertainingly, it
> doesn't trip the abort I put in either. I would have thought it would.
> 
> Does this trip with mainline right now?

Here's one which does trip with mainline now - the previous one seems to 
show a separate bug.

void
foo (int a)
{
  switch (a) {
  case 0:
    (void) 0;
    void bar (void) { break; }
  }
}

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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