public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34810]  New: G++ accepts wrong code
@ 2008-01-16 12:27 v dot haisman at sh dot cvut dot cz
  2008-01-16 13:33 ` [Bug c++/34810] accepts invalid dependent(?) type in template class method rguenth at gcc dot gnu dot org
  2008-01-16 15:25 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 13+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2008-01-16 12:27 UTC (permalink / raw)
  To: gcc-bugs

Hi,
G++ (gcc version 4.3.0 20080104 (experimental) (GCC)) accepts the following
code that Comeau rejects:

template <typename T>
struct Foo
{
  void bar ()
  {
    typename Foo<T>::Foo ();
  }
};


-- 
           Summary: G++ accepts wrong code
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
 GCC build triplet: i386-portbld-freebsd6.2
  GCC host triplet: i386-portbld-freebsd6.2
GCC target triplet: i386-portbld-freebsd6.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34810


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

end of thread, other threads:[~2021-12-09  5:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-34810-4@http.gcc.gnu.org/bugzilla/>
2021-08-11 21:51 ` [Bug c++/34810] accepts invalid dependent(?) type in template class method pinskia at gcc dot gnu.org
2021-12-07  1:48 ` pinskia at gcc dot gnu.org
2021-12-07  1:49 ` pinskia at gcc dot gnu.org
2021-12-07  1:51 ` pinskia at gcc dot gnu.org
2021-12-07  1:57 ` pinskia at gcc dot gnu.org
2021-12-07  2:03 ` pinskia at gcc dot gnu.org
2021-12-07  2:04 ` pinskia at gcc dot gnu.org
2021-12-07  2:22 ` pinskia at gcc dot gnu.org
2021-12-07  2:55 ` pinskia at gcc dot gnu.org
2021-12-07  3:31 ` [Bug c++/34810] [DR1310] accepts invalid dependent " pinskia at gcc dot gnu.org
2021-12-09  5:59 ` pinskia at gcc dot gnu.org
2008-01-16 12:27 [Bug c++/34810] New: G++ accepts wrong code v dot haisman at sh dot cvut dot cz
2008-01-16 13:33 ` [Bug c++/34810] accepts invalid dependent(?) type in template class method rguenth at gcc dot gnu dot org
2008-01-16 15:25 ` pinskia at gcc dot gnu dot 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).