public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
@ 2003-05-25 20:44 ` pinskia@physics.uc.edu
  2003-08-03 20:38 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 20:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 20:18 -------
Is this true with 3.3 and -fabi-version=0?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
  2003-05-25 20:44 ` [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function pinskia@physics.uc.edu
@ 2003-08-03 20:38 ` pinskia at physics dot uc dot edu
  2003-12-15 15:03 ` nathan at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-03 20:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-03 20:38:24
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 20:38 -------
I can confirm this on the mainline (20030803) even with -fab-version=0.

_Z3f36ILi1EEvPALi2E_i
void f36<(int)1>(int (*) [(int)2])

_Z3f36ILi1EEvPA2_i
void f36<(int)1>(int (*) [2])


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

* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
  2003-05-25 20:44 ` [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function pinskia@physics.uc.edu
  2003-08-03 20:38 ` pinskia at physics dot uc dot edu
@ 2003-12-15 15:03 ` nathan at gcc dot gnu dot org
  2003-12-16 19:51 ` nathan at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-12-15 15:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
                   ` (2 preceding siblings ...)
  2003-12-15 15:03 ` nathan at gcc dot gnu dot org
@ 2003-12-16 19:51 ` nathan at gcc dot gnu dot org
  2003-12-16 20:05 ` pinskia at gcc dot gnu dot org
  2003-12-16 20:05 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-12-16 19:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2003-12-16 19:49 -------
2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>

	PR c++/9043
	C++ ABI change: Mangling array indices in templates.
	* decl.c (compute_array_index_type): Reorganize for earlier
	template errors. Use value_dependent_expression_p for abi-2.
	* mangle.c (write_array_type): Check broken mangling for
	expression indices on abi-1


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


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


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

* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
                   ` (3 preceding siblings ...)
  2003-12-16 19:51 ` nathan at gcc dot gnu dot org
@ 2003-12-16 20:05 ` pinskia at gcc dot gnu dot org
  2003-12-16 20:05 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-16 20:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

* [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function
       [not found] <20021223093601.9043.catherin@ca.ibm.com>
                   ` (4 preceding siblings ...)
  2003-12-16 20:05 ` pinskia at gcc dot gnu dot org
@ 2003-12-16 20:05 ` cvs-commit at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-16 20:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-16 19:50 -------
Subject: Bug 9043

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nathan@gcc.gnu.org	2003-12-16 19:50:55

Modified files:
	gcc/cp         : ChangeLog decl.c mangle.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/abi: mangle20-1.C mangle20-2.C 

Log message:
	cp:
	PR c++/9043
	C++ ABI change: Mangling array indices in templates.
	* decl.c (compute_array_index_type): Reorganize for earlier
	template errors. Use value_dependent_expression_p for abi-2.
	* mangle.c (write_array_type): Check broken mangling for
	expression indices on abi-1
	testsuite:
	PR c++/9043
	* g++.dg/abi/mangle20-1.C: New test.
	* g++.dg/abi/mangle20-2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3813&r2=1.3814
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1161&r2=1.1162
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/mangle.c.diff?cvsroot=gcc&r1=1.93&r2=1.94
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3270&r2=1.3271
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/abi/mangle20-1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/abi/mangle20-2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

end of thread, other threads:[~2003-12-16 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021223093601.9043.catherin@ca.ibm.com>
2003-05-25 20:44 ` [Bug c++/9043] [ABI] incorrect name mangling for array dimension in template function pinskia@physics.uc.edu
2003-08-03 20:38 ` pinskia at physics dot uc dot edu
2003-12-15 15:03 ` nathan at gcc dot gnu dot org
2003-12-16 19:51 ` nathan at gcc dot gnu dot org
2003-12-16 20:05 ` pinskia at gcc dot gnu dot org
2003-12-16 20:05 ` cvs-commit 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).