public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/30168]  New: C++ constructors can cause invalid gimple to happen with complex typed variables
@ 2006-12-12  8:38 pinskia at gcc dot gnu dot org
  2006-12-12  8:39 ` [Bug c++/30168] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-12  8:38 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
struct aaa
{
      aaa(_Complex float __z) ;
      _Complex float _M_value;
};
aaa::aaa(_Complex float __z) : _M_value(__z) {}
--------
We must not be setting DECL_COMPLEX_GIMPLE_REG_P correctly.


-- 
           Summary: C++ constructors can cause invalid gimple to happen with
                    complex typed variables
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 30142
             nThis:


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


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

end of thread, other threads:[~2007-04-15  1:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-12  8:38 [Bug c++/30168] New: C++ constructors can cause invalid gimple to happen with complex typed variables pinskia at gcc dot gnu dot org
2006-12-12  8:39 ` [Bug c++/30168] " pinskia at gcc dot gnu dot org
2006-12-13  4:40 ` [Bug c++/30168] [4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2006-12-15 19:31 ` pinskia at gcc dot gnu dot org
2006-12-15 21:47 ` pinskia at gcc dot gnu dot org
2006-12-22  7:31 ` pinskia at gcc dot gnu dot org
2007-02-05  5:42 ` [Bug c++/30168] [4.1/4.2 " mmitchel at gcc dot gnu dot org
2007-02-14  9:02 ` mmitchel at gcc dot gnu dot org
2007-03-09 23:02 ` pinskia at gcc dot gnu dot org
2007-04-09 16:20 ` [Bug c++/30168] [4.1 " reichelt at gcc dot gnu dot org
2007-04-10  2:43 ` pinskia at gcc dot gnu dot org
2007-04-15  1:24 ` pinskia at gcc dot gnu dot org
2007-04-15  1:24 ` 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).