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]

Re: Bug with __noreturn__ giving bogus warnings in g++ 2.91.66


  In message <199908210730.CAA07580@duracef.shout.net>you write:
  > Hello,
  > 
  > Here is a small C++ file which causes g++ 2.91.66 to emit bogus "might
  > be used uninitialized" warnings.  I think the problem is with the
  > __noreturn__ attribute.
  > 
  > I don't need a fix for this problem; my workaround is to remove the
  > __noreturn__ attribute from my code.  I just thought you might want
  > to know about this.
I believe this has already been fixed for gcc-2.95.



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