public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/36320] Required diagnosis of syntax error missed
       [not found] <bug-36320-4@http.gcc.gnu.org/bugzilla/>
@ 2013-05-20 22:51 ` pinskia at gcc dot gnu.org
  2024-04-02 21:40 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-05-20 22:51 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 36320 depends on bug 36453, which changed state.

Bug 36453 Summary: [DR 412] PR36320 breaks boost
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---


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

* [Bug preprocessor/36320] Required diagnosis of syntax error missed
       [not found] <bug-36320-4@http.gcc.gnu.org/bugzilla/>
  2013-05-20 22:51 ` [Bug preprocessor/36320] Required diagnosis of syntax error missed pinskia at gcc dot gnu.org
@ 2024-04-02 21:40 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-02 21:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36320
Bug 36320 depends on bug 36453, which changed state.

Bug 36453 Summary: [DR 412] PR36320 breaks boost
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug preprocessor/36320] Required diagnosis of syntax error missed
  2008-05-24 10:56 [Bug preprocessor/36320] New: " neil at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-05-30 14:26 ` tromey at gcc dot gnu dot org
@ 2008-05-30 15:07 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-05-30 15:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tromey at gcc dot gnu dot org  2008-05-30 15:07 -------
Fixed on trunk.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

* [Bug preprocessor/36320] Required diagnosis of syntax error missed
  2008-05-24 10:56 [Bug preprocessor/36320] New: " neil at gcc dot gnu dot org
  2008-05-24 16:21 ` [Bug preprocessor/36320] " tromey at gcc dot gnu dot org
  2008-05-24 18:05 ` tromey at gcc dot gnu dot org
@ 2008-05-30 14:26 ` tromey at gcc dot gnu dot org
  2008-05-30 15:07 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-05-30 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tromey at gcc dot gnu dot org  2008-05-30 14:25 -------
Subject: Bug 36320

Author: tromey
Date: Fri May 30 14:25:09 2008
New Revision: 136209

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136209
Log:
gcc/testsuite
        PR preprocessor/36320:
        * gcc.dg/cpp/pr36320.c: New file.
libcpp
        PR preprocessor/36320:
        * internal.h (_cpp_parse_expr): Update.
        * expr.c (_cpp_parse_expr): Add 'is_if' argument.  Update error
        messages.
        * directives.c (do_if): Update.
        (do_elif): Require expression if processing group.

Added:
    trunk/gcc/testsuite/gcc.dg/cpp/pr36320.c
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libcpp/ChangeLog
    trunk/libcpp/directives.c
    trunk/libcpp/expr.c
    trunk/libcpp/internal.h


-- 


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


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

* [Bug preprocessor/36320] Required diagnosis of syntax error missed
  2008-05-24 10:56 [Bug preprocessor/36320] New: " neil at gcc dot gnu dot org
  2008-05-24 16:21 ` [Bug preprocessor/36320] " tromey at gcc dot gnu dot org
@ 2008-05-24 18:05 ` tromey at gcc dot gnu dot org
  2008-05-30 14:26 ` tromey at gcc dot gnu dot org
  2008-05-30 15:07 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-05-24 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tromey at gcc dot gnu dot org  2008-05-24 18:04 -------
Testing a patch.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-05-24 16:21:05         |2008-05-24 18:04:32
               date|                            |


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


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

* [Bug preprocessor/36320] Required diagnosis of syntax error missed
  2008-05-24 10:56 [Bug preprocessor/36320] New: " neil at gcc dot gnu dot org
@ 2008-05-24 16:21 ` tromey at gcc dot gnu dot org
  2008-05-24 18:05 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-05-24 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tromey at gcc dot gnu dot org  2008-05-24 16:21 -------
Confirmed.  This seems like a weird design to me, but my reading of the
standard text agrees with yours.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-24 16:21:05
               date|                            |


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


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

end of thread, other threads:[~2024-04-02 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36320-4@http.gcc.gnu.org/bugzilla/>
2013-05-20 22:51 ` [Bug preprocessor/36320] Required diagnosis of syntax error missed pinskia at gcc dot gnu.org
2024-04-02 21:40 ` pinskia at gcc dot gnu.org
2008-05-24 10:56 [Bug preprocessor/36320] New: " neil at gcc dot gnu dot org
2008-05-24 16:21 ` [Bug preprocessor/36320] " tromey at gcc dot gnu dot org
2008-05-24 18:05 ` tromey at gcc dot gnu dot org
2008-05-30 14:26 ` tromey at gcc dot gnu dot org
2008-05-30 15:07 ` tromey 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).