public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9134: [3.4 regression] sufficient contextual information to determine type; reports otherwise
@ 2003-01-10 21:15 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2003-01-10 21:15 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, rittle

Synopsis: [3.4 regression] sufficient contextual information to determine type; reports otherwise

State-Changed-From-To: analyzed->closed
State-Changed-By: mmitchel
State-Changed-When: Fri Jan 10 13:15:48 2003
State-Changed-Why:
    Fixed in GCC 3.4.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9134


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

* Re: c++/9134: [3.4 regression] sufficient contextual information to determine type; reports otherwise
@ 2003-01-06 23:16 Paolo Carlini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Carlini @ 2003-01-06 23:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/9134; it has been noted by GNATS.

From: Paolo Carlini <pcarlini@unitus.it>
To: rittle@labs.mot.com,  gcc-gnats@gcc.gnu.org,  gcc-prs@gcc.gnu.org, 
 gcc-bugs@gcc.gnu.org,  nobody@gcc.gnu.org
Cc: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
Subject: Re: c++/9134: [3.4 regression] sufficient contextual information
 to determine type; reports otherwise
Date: Tue, 07 Jan 2003 00:08:36 +0100

 Indeed, works with 3.3 pre as of today (2003-01-06)
 
 Paolo.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9134
 


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

* Re: c++/9134: [3.4 regression] sufficient contextual information to determine type; reports otherwise
@ 2003-01-06 23:03 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-01-06 23:03 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, rittle

Old Synopsis: sufficient contextual information to determine type; reports otherwise
New Synopsis: [3.4 regression] sufficient contextual information to determine type; reports otherwise

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Jan  6 15:03:43 2003
State-Changed-Why:
    Confirmed. It's a regression on the mainline, it works with
    a snapshot of mainline from mid-December, so it's likely
    but not sure that this works with 3.3. Here's an even
    shorter testcase:
    --------------------------
    struct X {
      int foo (void);
    };
    
    struct Y {
      X x1,x2;
      int bar (bool b) { return (b ? x1 : x2).foo (); }
    };
    ------------------
    
    tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ s.C
    s.C: In member function `int Y::bar(bool)':
    s.C:7: error: insufficient contextual information to determine type

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9134


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

end of thread, other threads:[~2003-01-10 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-10 21:15 c++/9134: [3.4 regression] sufficient contextual information to determine type; reports otherwise mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2003-01-06 23:16 Paolo Carlini
2003-01-06 23:03 bangerth

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).