public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint
@ 2005-02-19 19:56 neil at gcc dot gnu dot org
  2005-02-19 23:13 ` [Bug preprocessor/20077] [3.3/3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: neil at gcc dot gnu dot org @ 2005-02-19 19:56 UTC (permalink / raw)
  To: gcc-bugs

#define a a ## ##
#define a() a ## ##

-- 
           Summary: GCC accepts macro definitions that fail a constraint
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: neil at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug preprocessor/20077] [3.3/3.4/4.0 Regression] GCC accepts macro definitions that fail a constraint
  2005-02-19 19:56 [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint neil at gcc dot gnu dot org
@ 2005-02-19 23:13 ` pinskia at gcc dot gnu dot org
  2005-05-19 17:49 ` [Bug preprocessor/20077] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-19 23:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-19 17:04 -------
Confirmed, and this is a regression from 2.95.3:
t.c:1: `##' at end of macro definition

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid, diagnostic
      Known to fail|                            |3.0.4 3.2.3 3.3.6 3.4.4
                   |                            |4.0.0
      Known to work|                            |2.95.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-19 17:04:20
               date|                            |
            Summary|GCC accepts macro           |[3.3/3.4/4.0 Regression] GCC
                   |definitions that fail a     |accepts macro definitions
                   |constraint                  |that fail a constraint
   Target Milestone|---                         |3.4.4


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


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

* [Bug preprocessor/20077] [3.3/3.4/4.0/4.1 Regression] GCC accepts macro definitions that fail a constraint
  2005-02-19 19:56 [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint neil at gcc dot gnu dot org
  2005-02-19 23:13 ` [Bug preprocessor/20077] [3.3/3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-05-19 17:49 ` mmitchel at gcc dot gnu dot org
  2005-07-22 21:18 ` [Bug preprocessor/20077] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
  2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug preprocessor/20077] [3.4/4.0/4.1 Regression] GCC accepts macro definitions that fail a constraint
  2005-02-19 19:56 [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint neil at gcc dot gnu dot org
  2005-02-19 23:13 ` [Bug preprocessor/20077] [3.3/3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
  2005-05-19 17:49 ` [Bug preprocessor/20077] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
@ 2005-07-22 21:18 ` pinskia at gcc dot gnu dot org
  2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:13 -------
Moving to 4.0.2 pre Mark.

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


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


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

* [Bug preprocessor/20077] [3.4/4.0/4.1 Regression] GCC accepts macro definitions that fail a constraint
  2005-02-19 19:56 [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint neil at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-07-22 21:18 ` [Bug preprocessor/20077] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-09-27 16:25 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:25 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=20077


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

end of thread, other threads:[~2005-09-27 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-19 19:56 [Bug preprocessor/20077] New: GCC accepts macro definitions that fail a constraint neil at gcc dot gnu dot org
2005-02-19 23:13 ` [Bug preprocessor/20077] [3.3/3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
2005-05-19 17:49 ` [Bug preprocessor/20077] [3.3/3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
2005-07-22 21:18 ` [Bug preprocessor/20077] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-09-27 16:25 ` mmitchel 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).