public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
  2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
@ 2004-10-10 19:22 ` pinskia at gcc dot gnu dot org
  2004-10-10 19:26 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-10 19:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-10 19:22 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-10 19:22:42
               date|                            |


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


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

* [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
@ 2004-10-10 19:22 pinskia at gcc dot gnu dot org
  2004-10-10 19:22 ` [Bug objc/17923] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-10 19:22 UTC (permalink / raw)
  To: gcc-bugs

Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00314.html>.

The objc part was approved but needs someone to look over the other part.

-- 
           Summary: [4.0 Regression] const-str-[34].m fails on the mainline
                    (next runtime)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, patch
          Severity: normal
          Priority: P2
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ppc-darwin


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


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

* [Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
  2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
  2004-10-10 19:22 ` [Bug objc/17923] " pinskia at gcc dot gnu dot org
@ 2004-10-10 19:26 ` pinskia at gcc dot gnu dot org
  2004-10-21 16:30 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-10 19:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
  2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
  2004-10-10 19:22 ` [Bug objc/17923] " pinskia at gcc dot gnu dot org
  2004-10-10 19:26 ` pinskia at gcc dot gnu dot org
@ 2004-10-21 16:30 ` pinskia at gcc dot gnu dot org
  2004-10-21 16:31 ` cvs-commit at gcc dot gnu dot org
  2004-10-22  3:20 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-21 16:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-21 16:30 -------
Fixed.

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


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


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

* [Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
  2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-10-21 16:30 ` pinskia at gcc dot gnu dot org
@ 2004-10-21 16:31 ` cvs-commit at gcc dot gnu dot org
  2004-10-22  3:20 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-21 16:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-21 16:30 -------
Subject: Bug 17923

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-10-21 16:30:03

Modified files:
	gcc            : ChangeLog c-decl.c tree.c 
	gcc/objc       : objc-act.c ChangeLog 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/objc.dg: const-str-7.m 

Log message:
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR objc/17923
	* tree.c (staticp): A CONST_DECL has static storage if either
	TREE_STATIC or DECL_EXTERNAL is set.
	* c-decl.c (pushdecl_top_level): Accept CONST_DECLs which can
	have null names.
	
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR objc/17923
	* objc-act.c (objc_build_string_object): Create a CONST_DECL
	for the NeXT runtime case.
	
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR objc/17923
	* objc.dg/const-str-7.m: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5974&r2=2.5975
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.602&r2=1.603
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.438&r2=1.439
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&r1=1.249&r2=1.250
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/const-str-7.m.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4482&r2=1.4483



-- 


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


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

* [Bug objc/17923] [4.0 Regression] const-str-[34].m fails on the mainline (next runtime)
  2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-10-21 16:31 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-22  3:20 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-22  3:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-22 03:20 -------
Subject: Bug 17923

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	zlaski@gcc.gnu.org	2004-10-22 03:19:59

Modified files:
	gcc            : ChangeLog.apple-ppc c-decl.c tree.c 
	gcc/config     : darwin.c 
	gcc/objc       : ChangeLog.apple-ppc objc-act.c 
	gcc/testsuite  : ChangeLog.apple-ppc 
Added files:
	gcc/testsuite/objc.dg: const-str-7.m 

Log message:
	[gcc/ChangeLog.apple-ppc]
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	Ziemowit Laski  <zlaski@apple.com>
	
	Radar 3845826 (includes PR objc/17923)
	* tree.c (staticp): A CONST_DECL has static storage if either
	TREE_STATIC or DECL_EXTERNAL is set.
	* config/darwin.c (darwin_build_constant_cfstring): Build a global
	CONST_DECL to hold each constructed CFString.
	* c-decl.c (pushdecl_top_level): Accept CONST_DECLs which can
	have null names.
	
	[gcc/objc/ChangeLog.apple-ppc]
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	Radar 3845826 (PR objc/17923)
	* objc-act.c (objc_build_string_object): Create a CONST_DECL
	for the NeXT runtime case.
	
	[gcc/testsuite/ChangeLog.apple-ppc]
	2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	Radar 3845826 (PR objc/17923)
	* objc.dg/const-str-7.m: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.168&r2=1.1.2.169
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.334.2.87.2.25&r2=1.334.2.87.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.263.2.84.2.17&r2=1.263.2.84.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.22.2.24.2.33&r2=1.22.2.24.2.34
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.137.2.33.2.13&r2=1.137.2.33.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.35&r2=1.1.2.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/const-str-7.m.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

end of thread, other threads:[~2004-10-22  3:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-10 19:22 [Bug objc/17923] New: [4.0 Regression] const-str-[34].m fails on the mainline (next runtime) pinskia at gcc dot gnu dot org
2004-10-10 19:22 ` [Bug objc/17923] " pinskia at gcc dot gnu dot org
2004-10-10 19:26 ` pinskia at gcc dot gnu dot org
2004-10-21 16:30 ` pinskia at gcc dot gnu dot org
2004-10-21 16:31 ` cvs-commit at gcc dot gnu dot org
2004-10-22  3:20 ` 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).