public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator
       [not found] <bug-14050-1447@http.gcc.gnu.org/bugzilla/>
@ 2006-09-18 15:13 ` neil at gcc dot gnu dot org
  2007-11-22 23:12 ` jsm28 at gcc dot gnu dot org
  2009-06-25 11:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: neil at gcc dot gnu dot org @ 2006-09-18 15:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from neil at gcc dot gnu dot org  2006-09-18 15:13 -------
Confirmed


-- 

neil at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2006-03-05 03:15:48         |2006-09-18 15:13:12
               date|                            |


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


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

* [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator
       [not found] <bug-14050-1447@http.gcc.gnu.org/bugzilla/>
  2006-09-18 15:13 ` [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator neil at gcc dot gnu dot org
@ 2007-11-22 23:12 ` jsm28 at gcc dot gnu dot org
  2009-06-25 11:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2007-11-22 23:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jsm28 at gcc dot gnu dot org  2007-11-22 23:12 -------
Subject: Bug 14050

Author: jsm28
Date: Thu Nov 22 23:12:29 2007
New Revision: 130362

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130362
Log:
        PR c/14050
        * c-decl.c (set_array_declarator_inner): Don't give error for
        static or type qualifiers in abstract declarator.  Remove
        abstract_p parameter.
        * c-tree.h (set_array_declarator_inner): Update prototype.
        * c-parser.c (c_parser_direct_declarator_inner): Update call to
        set_array_declarator_inner.
        * doc/standards.texi: Update for C99 TC3.

testsuite:
        * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
        qualifiers in abstract declarator.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-decl.c
    trunk/gcc/c-parser.c
    trunk/gcc/c-tree.h
    trunk/gcc/doc/standards.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/c99-arraydecl-1.c


-- 


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


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

* [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator
       [not found] <bug-14050-1447@http.gcc.gnu.org/bugzilla/>
  2006-09-18 15:13 ` [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator neil at gcc dot gnu dot org
  2007-11-22 23:12 ` jsm28 at gcc dot gnu dot org
@ 2009-06-25 11:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-06-25 11:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-06-25 11:10 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

* [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator
  2004-02-06 18:00 [Bug c/14050] New: " mrs at apple dot com
  2004-02-06 18:28 ` [Bug c/14050] [DR289] " jsm28 at gcc dot gnu dot org
@ 2005-08-31 20:18 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-31 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 19:56 -------
http://www.open-std.org/JTC1/SC22/WG14/www/docs/dr_289.htm

This was decided that this was a defect at least as far as I can see.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
   Last reconfirmed|2005-07-02 01:57:22         |2005-08-31 19:56:52
               date|                            |


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


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

* [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator
  2004-02-06 18:00 [Bug c/14050] New: " mrs at apple dot com
@ 2004-02-06 18:28 ` jsm28 at gcc dot gnu dot org
  2005-08-31 20:18 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-02-06 18:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2004-02-06 18:28 -------
It seems I did implement this C99 requirement when implementing this feature
after all (without considering whether it might be a defect), with the
error message shown rather than in the grammar.  Suspending until DR289
appears in the DR logs with an indication of the intended resolution.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

end of thread, other threads:[~2009-06-25 11:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14050-1447@http.gcc.gnu.org/bugzilla/>
2006-09-18 15:13 ` [Bug c/14050] [DR289] c99 restrict doesn't work in abs declarator neil at gcc dot gnu dot org
2007-11-22 23:12 ` jsm28 at gcc dot gnu dot org
2009-06-25 11:11 ` rguenth at gcc dot gnu dot org
2004-02-06 18:00 [Bug c/14050] New: " mrs at apple dot com
2004-02-06 18:28 ` [Bug c/14050] [DR289] " jsm28 at gcc dot gnu dot org
2005-08-31 20:18 ` 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).