public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef
       [not found] <20021025083608.8354.jcownie@etnus.com>
@ 2003-06-07 22:16 ` pinskia@physics.uc.edu
  2003-08-05  5:21 ` neroden at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 22:16 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=8354


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrect DWARF emitted for |Incorrect DWARF-2/3 emitted
                   |const + array + typedef     |for const + array + typedef


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef
       [not found] <20021025083608.8354.jcownie@etnus.com>
  2003-06-07 22:16 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef pinskia@physics.uc.edu
@ 2003-08-05  5:21 ` neroden at gcc dot gnu dot org
  2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-05  5:21 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=8354


neroden at gcc dot gnu dot org changed:

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


------- Additional Comments From neroden at gcc dot gnu dot org  2003-08-05 05:21 -------
Targeting to 3.4 to get on the radar...
Could someone who understands 'const' in C and/or DWARF better than me confirm that this behavior is, in fact, a bug?

I can confirm that the behavior is the same in mainline (will be 3.4).


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef
       [not found] <20021025083608.8354.jcownie@etnus.com>
  2003-06-07 22:16 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef pinskia@physics.uc.edu
  2003-08-05  5:21 ` neroden at gcc dot gnu dot org
@ 2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
  2004-01-01 23:26 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-26 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-26 17:34 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 17:34:03
               date|                            |


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (2 preceding siblings ...)
  2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
@ 2004-01-01 23:26 ` pinskia at gcc dot gnu dot org
  2004-01-01 23:28 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 23:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 23:26 -------
really confirmed, ICC 6.0 does not produce the extra DW_TAG_const_type and also this 
is not a regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-11-26 17:34:03         |2004-01-01 23:26:26
               date|                            |
            Summary|Incorrect DWARF-2/3 emitted |Incorrect DWARF-2/3 emitted
                   |for const + array + typedef |for const + array
   Target Milestone|3.4.0                       |---


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (3 preceding siblings ...)
  2004-01-01 23:26 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array pinskia at gcc dot gnu dot org
@ 2004-01-01 23:28 ` pinskia at gcc dot gnu dot org
  2004-02-03 22:11 ` dpatel at apple dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 23:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 23:27 -------
One more thing, a type def is not needed:
int const ii[20][20];
will produce the extra DW_TAG_const_type.

-- 


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (4 preceding siblings ...)
  2004-01-01 23:28 ` pinskia at gcc dot gnu dot org
@ 2004-02-03 22:11 ` dpatel at apple dot com
  2004-02-21  3:06 ` wilson at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: dpatel at apple dot com @ 2004-02-03 22:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dpatel at apple dot com  2004-02-03 22:11 -------

Patch :
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00030.html

-- 


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (5 preceding siblings ...)
  2004-02-03 22:11 ` dpatel at apple dot com
@ 2004-02-21  3:06 ` wilson at gcc dot gnu dot org
  2004-02-25 11:29 ` jcownie at etnus dot com
  2005-01-28 23:54 ` wilson at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: wilson at gcc dot gnu dot org @ 2004-02-21  3:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2004-02-21 03:05 -------
See
    http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01911.html
for patch review.


-- 


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (6 preceding siblings ...)
  2004-02-21  3:06 ` wilson at gcc dot gnu dot org
@ 2004-02-25 11:29 ` jcownie at etnus dot com
  2005-01-28 23:54 ` wilson at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: jcownie at etnus dot com @ 2004-02-25 11:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jcownie at etnus dot com  2004-02-25 11:29 -------
 http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01911.html

seems to be the wrong reference (it's about loop peeling).

-- 


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


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

* [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array
       [not found] <20021025083608.8354.jcownie@etnus.com>
                   ` (7 preceding siblings ...)
  2004-02-25 11:29 ` jcownie at etnus dot com
@ 2005-01-28 23:54 ` wilson at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: wilson at gcc dot gnu dot org @ 2005-01-28 23:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2005-01-28 23:54 -------
Here is the corrected link
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01995.html
or follow the link to the patch and click on followups.

-- 


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


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

end of thread, other threads:[~2005-01-28 23:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021025083608.8354.jcownie@etnus.com>
2003-06-07 22:16 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array + typedef pinskia@physics.uc.edu
2003-08-05  5:21 ` neroden at gcc dot gnu dot org
2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
2004-01-01 23:26 ` [Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array pinskia at gcc dot gnu dot org
2004-01-01 23:28 ` pinskia at gcc dot gnu dot org
2004-02-03 22:11 ` dpatel at apple dot com
2004-02-21  3:06 ` wilson at gcc dot gnu dot org
2004-02-25 11:29 ` jcownie at etnus dot com
2005-01-28 23:54 ` wilson 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).