public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/97296] New: g++ accepts-invalid after DR2352 fix
@ 2020-10-05 18:55 mpolacek at gcc dot gnu.org
  2020-10-05 18:56 ` [Bug c++/97296] [10/11 Regression] " mpolacek at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-10-05 18:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97296

            Bug ID: 97296
           Summary: g++ accepts-invalid after DR2352 fix
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org
  Target Milestone: ---

void f(const int * const &); // #1
void f(const int *); // #2
int *x;
int main()
{
  f(x);
}

has been accepted since r276058, but should be ambiguous.  The follow-up fix to
DR2352 (r276251) didn't make a difference for this test.

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

end of thread, other threads:[~2022-04-22 20:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 18:55 [Bug c++/97296] New: g++ accepts-invalid after DR2352 fix mpolacek at gcc dot gnu.org
2020-10-05 18:56 ` [Bug c++/97296] [10/11 Regression] " mpolacek at gcc dot gnu.org
2020-11-19 18:11 ` mpolacek at gcc dot gnu.org
2021-01-14  9:22 ` rguenth at gcc dot gnu.org
2021-02-12  3:07 ` jason at gcc dot gnu.org
2021-02-12  3:10 ` mpolacek at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2022-04-13 12:42 ` [Bug c++/97296] [10/11/12 " cvs-commit at gcc dot gnu.org
2022-04-13 12:59 ` [Bug c++/97296] [10/11 " mpolacek at gcc dot gnu.org
2022-04-22 20:59 ` cvs-commit at gcc dot gnu.org
2022-04-22 20:59 ` mpolacek at gcc dot gnu.org

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