public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 23:20 ` pinskia at gcc dot gnu dot org
  2006-02-28 20:53 ` [Bug c++/21210] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 23:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5
   Target Milestone|---                         |4.1.0


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


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

* [Bug c++/21210] [4.0/4.1/4.2 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
  2005-10-30 23:20 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
@ 2006-02-28 20:53 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:44 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug c++/21210] [4.0/4.1/4.2 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
  2005-10-30 23:20 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
  2006-02-28 20:53 ` [Bug c++/21210] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:44 ` mmitchel at gcc dot gnu dot org
  2006-06-12 19:15 ` sayle at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2006-05-25 02:35 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug c++/21210] [4.0/4.1/4.2 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-05-25  2:44 ` mmitchel at gcc dot gnu dot org
@ 2006-06-12 19:15 ` sayle at gcc dot gnu dot org
  2006-06-13 18:07 ` [Bug c++/21210] [4.0/4.1 " sayle at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-06-12 19:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from sayle at gcc dot gnu dot org  2006-06-12 18:55 -------
Subject: Bug 21210

Author: sayle
Date: Mon Jun 12 18:50:22 2006
New Revision: 114573

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114573
Log:

        PR c++/21210
        * typeck2.c (build_functional_cast): Use cp_convert to construct
        non-aggregate initializers instead of the user-level build_c_cast.

        * g++.dg/init/complex1.C: New test case.


Added:
    trunk/gcc/testsuite/g++.dg/init/complex1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck2.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-06-12 19:15 ` sayle at gcc dot gnu dot org
@ 2006-06-13 18:07 ` sayle at gcc dot gnu dot org
  2006-06-14  4:35 ` [Bug c++/21210] [4.0 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-06-13 18:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from sayle at gcc dot gnu dot org  2006-06-13 18:06 -------
Subject: Bug 21210

Author: sayle
Date: Tue Jun 13 18:06:00 2006
New Revision: 114618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114618
Log:

        PR c++/21210
        * typeck2.c (build_functional_cast): Use cp_convert to construct
        non-aggregate initializers instead of the user-level build_c_cast.

        * g++.dg/init/complex1.C: New test case.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/init/complex1.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/typeck2.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/21210] [4.0 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-06-13 18:07 ` [Bug c++/21210] [4.0/4.1 " sayle at gcc dot gnu dot org
@ 2006-06-14  4:35 ` pinskia at gcc dot gnu dot org
  2006-06-14  5:28 ` sayle at gcc dot gnu dot org
  2006-06-14  6:44 ` steven at gcc dot gnu dot org
  7 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-14  4:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.4.0 4.2.0                 |3.4.0 4.2.0 4.1.2
            Summary|[4.0/4.1 Regression] Trouble|[4.0 Regression] Trouble
                   |with __complex__ types      |with __complex__ types
                   |default construction        |default construction
   Target Milestone|4.1.2                       |4.0.4


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


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

* [Bug c++/21210] [4.0 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-06-14  4:35 ` [Bug c++/21210] [4.0 " pinskia at gcc dot gnu dot org
@ 2006-06-14  5:28 ` sayle at gcc dot gnu dot org
  2006-06-14  6:44 ` steven at gcc dot gnu dot org
  7 siblings, 0 replies; 15+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-06-14  5:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from sayle at gcc dot gnu dot org  2006-06-14 04:35 -------
Subject: Bug 21210

Author: sayle
Date: Wed Jun 14 04:35:29 2006
New Revision: 114634

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114634
Log:

        PR c++/21210
        * typeck2.c (build_functional_cast): Use cp_convert to construct
        non-aggregate initializers instead of the user-level build_c_cast.

        * g++.dg/init/complex1.C: New test case.


Added:
    branches/gcc-4_0-branch/gcc/testsuite/g++.dg/init/complex1.C
Modified:
    branches/gcc-4_0-branch/gcc/cp/ChangeLog
    branches/gcc-4_0-branch/gcc/cp/typeck2.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/21210] [4.0 Regression] Trouble with __complex__ types default construction
       [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-06-14  5:28 ` sayle at gcc dot gnu dot org
@ 2006-06-14  6:44 ` steven at gcc dot gnu dot org
  7 siblings, 0 replies; 15+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-06-14  6:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from steven at gcc dot gnu dot org  2006-06-14 05:28 -------
.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
                   ` (5 preceding siblings ...)
  2005-07-06 17:03 ` mmitchel at gcc dot gnu dot org
@ 2005-09-05 17:03 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-05 17:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-09-05 17:03 -------
I've removed the target milestone for this PR, as the discussion linked to shows
that we don't know yet what we want the behavior to be.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |---


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
                   ` (4 preceding siblings ...)
  2005-06-02  5:04 ` mmitchel at gcc dot gnu dot org
@ 2005-07-06 17:03 ` mmitchel at gcc dot gnu dot org
  2005-09-05 17:03 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-06 17:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-07-06 17:03 -------
Postponed until 4.0.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
                   ` (3 preceding siblings ...)
  2005-06-01  0:33 ` pinskia at gcc dot gnu dot org
@ 2005-06-02  5:04 ` mmitchel at gcc dot gnu dot org
  2005-07-06 17:03 ` mmitchel at gcc dot gnu dot org
  2005-09-05 17:03 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-06-02  5:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-06-02 05:04 -------
I am no longer working on this PR.  There is considerable debate about what the
right changes to make to the language are, so I am leaving this aside.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mark at codesourcery dot com|unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
                   ` (2 preceding siblings ...)
  2005-05-29 23:02 ` mmitchel at gcc dot gnu dot org
@ 2005-06-01  0:33 ` pinskia at gcc dot gnu dot org
  2005-06-02  5:04 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-01  0:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-01 00:33 -------
: Search converges between 2004-10-19-161001-trunk (#599) and 2004-10-20-014001-trunk 
(#600).


-- 


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
  2005-04-25 13:24 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
  2005-05-29  6:16 ` mmitchel at gcc dot gnu dot org
@ 2005-05-29 23:02 ` mmitchel at gcc dot gnu dot org
  2005-06-01  0:33 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-29 23:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-05-29 21:27 -------
See:

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02777.html

for additional analysis regarding this PR.

-- 


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
  2005-04-25 13:24 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
@ 2005-05-29  6:16 ` mmitchel at gcc dot gnu dot org
  2005-05-29 23:02 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-29  6:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mark at codesourcery dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction
  2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
@ 2005-04-25 13:24 ` pinskia at gcc dot gnu dot org
  2005-05-29  6:16 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-25 13:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-25 13:22 -------
Confirmed, with  Paolo's reduced testcase.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
      Known to fail|                            |4.0.0 4.1.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-25 13:22:42
               date|                            |
            Summary|Trouble with __complex__    |[4.0/4.1 Regression] Trouble
                   |types default construction  |with __complex__ types
                   |                            |default construction
   Target Milestone|---                         |4.0.1


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


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

end of thread, other threads:[~2006-06-14  5:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21210-3328@http.gcc.gnu.org/bugzilla/>
2005-10-30 23:20 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
2006-02-28 20:53 ` [Bug c++/21210] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-05-25  2:44 ` mmitchel at gcc dot gnu dot org
2006-06-12 19:15 ` sayle at gcc dot gnu dot org
2006-06-13 18:07 ` [Bug c++/21210] [4.0/4.1 " sayle at gcc dot gnu dot org
2006-06-14  4:35 ` [Bug c++/21210] [4.0 " pinskia at gcc dot gnu dot org
2006-06-14  5:28 ` sayle at gcc dot gnu dot org
2006-06-14  6:44 ` steven at gcc dot gnu dot org
2005-04-25  9:58 [Bug c++/21210] New: STL containers do not accept GNU builtin __complex__ type anymore loose at astron dot nl
2005-04-25 13:24 ` [Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction pinskia at gcc dot gnu dot org
2005-05-29  6:16 ` mmitchel at gcc dot gnu dot org
2005-05-29 23:02 ` mmitchel at gcc dot gnu dot org
2005-06-01  0:33 ` pinskia at gcc dot gnu dot org
2005-06-02  5:04 ` mmitchel at gcc dot gnu dot org
2005-07-06 17:03 ` mmitchel at gcc dot gnu dot org
2005-09-05 17:03 ` mmitchel 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).