public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103096] New: Compiling never ends (at least not in resonable time - less than 10 mins)
@ 2021-11-05 10:49 pavel.celba at ricardo dot com
  2021-11-05 11:12 ` [Bug libstdc++/103096] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pavel.celba at ricardo dot com @ 2021-11-05 10:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103096
           Summary: Compiling never ends (at least not in resonable time -
                    less than 10 mins)
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pavel.celba at ricardo dot com
  Target Milestone: ---

Code - file test.cpp:

#include <iostream>
#include <utility>


using namespace std;

template <typename T> int qHash(const T& a)
{
  return qHash(std::pair<T, T>(a, a));
}

int main()
{
  int a = 3;
  std::cout << qHash(a);
}

Run as normally:
gcc test.cpp

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

end of thread, other threads:[~2021-12-08 11:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 10:49 [Bug c++/103096] New: Compiling never ends (at least not in resonable time - less than 10 mins) pavel.celba at ricardo dot com
2021-11-05 11:12 ` [Bug libstdc++/103096] " rguenth at gcc dot gnu.org
2021-11-05 11:27 ` pavel.celba at ricardo dot com
2021-11-05 11:45 ` [Bug c++/103096] " redi at gcc dot gnu.org
2021-11-05 11:55 ` redi at gcc dot gnu.org
2021-11-05 12:01 ` redi at gcc dot gnu.org
2021-11-05 12:06 ` jakub at gcc dot gnu.org
2021-11-05 12:27 ` redi at gcc dot gnu.org
2021-11-08  8:43 ` pinskia at gcc dot gnu.org
2021-12-08 11:14 ` redi 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).