public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements
@ 2004-02-28  1:08 falk at debian dot org
  2004-02-28  1:12 ` [Bug optimization/14329] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: falk at debian dot org @ 2004-02-28  1:08 UTC (permalink / raw)
  To: gcc-bugs

gcc version 3.5-tree-ssa 20040217 (merged 20040211)

int sys_msgctl (void)
{
    struct { int mode; } setbuf;
    return setbuf.mode;
}

% gcc -O2 -Wall -c gcc_bug.c 
gcc_bug.c: In function `sys_msgctl':
gcc_bug.c:4: warning: 'setbuf$mode' is used uninitialized in this function

Very cool of SRA to recognize this, but it should really say 'setbuf.mode'.

-- 
           Summary: [tree-ssa] badly formatted warnings for SRA replacements
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
@ 2004-02-28  1:12 ` pinskia at gcc dot gnu dot org
  2004-05-24 16:30 ` [Bug tree-optimization/14329] " pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-28  1:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-28 01:12 -------
Confirmed, an enchancement because nothing before this could do this warning.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-28 01:12:07
               date|                            |
   Target Milestone|---                         |tree-ssa


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
  2004-02-28  1:12 ` [Bug optimization/14329] " pinskia at gcc dot gnu dot org
@ 2004-05-24 16:30 ` pinskia at gcc dot gnu dot org
  2004-06-08 19:34 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-24 16:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
  2004-02-28  1:12 ` [Bug optimization/14329] " pinskia at gcc dot gnu dot org
  2004-05-24 16:30 ` [Bug tree-optimization/14329] " pinskia at gcc dot gnu dot org
@ 2004-06-08 19:34 ` pinskia at gcc dot gnu dot org
  2004-11-01 15:47 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-08 19:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-08 19:34 -------
*** Bug 15879 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (2 preceding siblings ...)
  2004-06-08 19:34 ` pinskia at gcc dot gnu dot org
@ 2004-11-01 15:47 ` pinskia at gcc dot gnu dot org
  2004-12-30  5:09 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01 15:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-01 15:47 -------
*** Bug 18265 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu dot
                   |                            |org


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (3 preceding siblings ...)
  2004-11-01 15:47 ` pinskia at gcc dot gnu dot org
@ 2004-12-30  5:09 ` pinskia at gcc dot gnu dot org
  2005-01-27  1:36 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-30  5:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-30 05:08 -------
*** Bug 19196 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (4 preceding siblings ...)
  2004-12-30  5:09 ` pinskia at gcc dot gnu dot org
@ 2005-01-27  1:36 ` pinskia at gcc dot gnu dot org
  2005-01-27  2:00 ` rth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-27  1:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-27 01:36 -------
*** Bug 19651 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (5 preceding siblings ...)
  2005-01-27  1:36 ` pinskia at gcc dot gnu dot org
@ 2005-01-27  2:00 ` rth at gcc dot gnu dot org
  2005-01-27  9:29 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-01-27  2:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-09-07 16:58:14         |2005-01-27 01:59:17
               date|                            |


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


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

* [Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (6 preceding siblings ...)
  2005-01-27  2:00 ` rth at gcc dot gnu dot org
@ 2005-01-27  9:29 ` cvs-commit at gcc dot gnu dot org
  2005-01-27  9:33 ` [Bug c++/14329] " rth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-27  9:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-27 09:29 -------
Subject: Bug 14329

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2005-01-27 09:28:46

Modified files:
	gcc            : ChangeLog c-objc-common.c dwarf2out.c toplev.c 
	                 tree-outof-ssa.c tree-sra.c tree.h 
	                 var-tracking.c 
Added files:
	gcc/testsuite/gcc.dg: uninit-I.c 

Log message:
	PR tree-opt/14329
	* tree.h (struct tree_decl): Add debug_expr_is_from.
	(DECL_DEBUG_EXPR_IS_FROM): New.
	(DECL_DEBUG_EXPR): Rename from DECL_DEBUG_ALIAS_OF.
	* dwarf2out.c (dwarf2out_var_location): Update to match.
	* tree-outof-ssa.c (create_temp): Likewise.
	* var-tracking.c (track_expr_p): Likewise.
	* tree-sra.c (instantiate_element): Set DECL_DEBUG_EXPR.
	* c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR.
	* toplev.c (default_tree_printer): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7302&r2=2.7303
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-objc-common.c.diff?cvsroot=gcc&r1=1.60&r2=1.61
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.568&r2=1.569
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&r1=1.940&r2=1.941
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-outof-ssa.c.diff?cvsroot=gcc&r1=2.42&r2=2.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-sra.c.diff?cvsroot=gcc&r1=2.50&r2=2.51
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.682&r2=1.683
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/var-tracking.c.diff?cvsroot=gcc&r1=2.25&r2=2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/uninit-I.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (7 preceding siblings ...)
  2005-01-27  9:29 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-27  9:33 ` rth at gcc dot gnu dot org
  2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-01-27  9:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-01-27 09:33 -------
C++ front end left to update.  See 
  http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01988.html
for an example of something that almost but does not quite work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at gcc dot gnu dot org  |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW
          Component|tree-optimization           |c++
   Target Milestone|---                         |4.0.0


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (8 preceding siblings ...)
  2005-01-27  9:33 ` [Bug c++/14329] " rth at gcc dot gnu dot org
@ 2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
  2005-05-02 23:52 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-21  5:06 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (9 preceding siblings ...)
  2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
@ 2005-05-02 23:52 ` pinskia at gcc dot gnu dot org
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02 23:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 23:51 -------
*** Bug 21349 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlaski at apple dot com


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (10 preceding siblings ...)
  2005-05-02 23:52 ` pinskia at gcc dot gnu dot org
@ 2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-09-01 15:59 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:45 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (11 preceding siblings ...)
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
@ 2005-09-01 15:59 ` pinskia at gcc dot gnu dot org
  2005-09-01 16:14 ` benoit dot hudson at gmail dot com
  2005-09-27 18:14 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-01 15:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-01 15:59 -------
*** Bug 23679 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benoit dot hudson at gmail
                   |                            |dot com


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (12 preceding siblings ...)
  2005-09-01 15:59 ` pinskia at gcc dot gnu dot org
@ 2005-09-01 16:14 ` benoit dot hudson at gmail dot com
  2005-09-27 18:14 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 21+ messages in thread
From: benoit dot hudson at gmail dot com @ 2005-09-01 16:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From benoit dot hudson at gmail dot com  2005-09-01 16:14 -------
With this number of duplicates, perhaps it's time to change the title to contain
"used uninitialized" so searchers are more likely to find it?

-- 


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
  2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
                   ` (13 preceding siblings ...)
  2005-09-01 16:14 ` benoit dot hudson at gmail dot com
@ 2005-09-27 18:14 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-27 18:14 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
       [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-08-15 18:32 ` pinskia at gcc dot gnu dot org
@ 2006-11-21 17:56 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2006-11-21 17:55 -------
*** Bug 29933 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsarkov at cs dot man dot ac
                   |                            |dot uk


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
       [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
@ 2006-08-15 18:32 ` pinskia at gcc dot gnu dot org
  2006-11-21 17:56 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-15 18:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-08-15 18:31 -------
Any news on this one?


-- 


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
       [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
  2005-10-23 19:58 ` pinskia at gcc dot gnu dot org
  2005-11-26  9:22 ` gdr at gcc dot gnu dot org
@ 2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
  2006-08-15 18:32 ` pinskia at gcc dot gnu dot org
  2006-11-21 17:56 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:17 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
       [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
  2005-10-23 19:58 ` pinskia at gcc dot gnu dot org
@ 2005-11-26  9:22 ` gdr at gcc dot gnu dot org
  2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 21+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-26  9:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gdr at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-07-01 22:13:53         |2005-11-26 09:22:12
               date|                            |


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


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

* [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements
       [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
@ 2005-10-23 19:58 ` pinskia at gcc dot gnu dot org
  2005-11-26  9:22 ` gdr at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-23 19:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor


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


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

end of thread, other threads:[~2006-11-21 17:56 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-28  1:08 [Bug optimization/14329] New: [tree-ssa] badly formatted warnings for SRA replacements falk at debian dot org
2004-02-28  1:12 ` [Bug optimization/14329] " pinskia at gcc dot gnu dot org
2004-05-24 16:30 ` [Bug tree-optimization/14329] " pinskia at gcc dot gnu dot org
2004-06-08 19:34 ` pinskia at gcc dot gnu dot org
2004-11-01 15:47 ` pinskia at gcc dot gnu dot org
2004-12-30  5:09 ` pinskia at gcc dot gnu dot org
2005-01-27  1:36 ` pinskia at gcc dot gnu dot org
2005-01-27  2:00 ` rth at gcc dot gnu dot org
2005-01-27  9:29 ` cvs-commit at gcc dot gnu dot org
2005-01-27  9:33 ` [Bug c++/14329] " rth at gcc dot gnu dot org
2005-04-21  5:06 ` mmitchel at gcc dot gnu dot org
2005-05-02 23:52 ` pinskia at gcc dot gnu dot org
2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
2005-09-01 15:59 ` pinskia at gcc dot gnu dot org
2005-09-01 16:14 ` benoit dot hudson at gmail dot com
2005-09-27 18:14 ` pinskia at gcc dot gnu dot org
     [not found] <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
2005-10-23 19:58 ` pinskia at gcc dot gnu dot org
2005-11-26  9:22 ` gdr at gcc dot gnu dot org
2006-03-11  3:17 ` mmitchel at gcc dot gnu dot org
2006-08-15 18:32 ` pinskia at gcc dot gnu dot org
2006-11-21 17:56 ` 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).