public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <20021017152600.8270.eschmidt@safeaccess.com>
@ 2004-09-08 17:28 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-08 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-08 17:28 -------
*** Bug 15519 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doug at cs dot dartmouth dot
                   |                            |edu


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-10-26  0:43 ` pinskia at gcc dot gnu dot org
@ 2005-10-26  0:45 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-26  0:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2005-10-26 00:45 -------
Hmm, looks like the diagnost issue is a regression.


-- 


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-10-26  0:26 ` echristo at apple dot com
@ 2005-10-26  0:43 ` pinskia at gcc dot gnu dot org
  2005-10-26  0:45 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-26  0:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2005-10-26 00:43 -------
http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00603.html


-- 


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-26  0:25 ` echristo at apple dot com
@ 2005-10-26  0:26 ` echristo at apple dot com
  2005-10-26  0:43 ` pinskia at gcc dot gnu dot org
  2005-10-26  0:45 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: echristo at apple dot com @ 2005-10-26  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from echristo at apple dot com  2005-10-26 00:26 -------
int main (int argc, char * const argv[]) {

    //  |_____________|            |______________\ 
    if (1)
    {
        printf("Hello");
    }
    else
    {
        printf("There");
    }

    return 0;
}

Note that there's a space after the comment above.

To clarify this a bit more:

http://gcc.gnu.org/ml/gcc/2005-10/msg00819.html

Is Howard Hinnant's comment on the subject and the thread that started this.

There's a space at the end of the line that the has the comment.


-- 


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-26  0:24 ` echristo at apple dot com
@ 2005-10-26  0:25 ` echristo at apple dot com
  2005-10-26  0:26 ` echristo at apple dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: echristo at apple dot com @ 2005-10-26  0:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

echristo at apple dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |echristo at apple dot com
                   |dot org                     |
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-26 00:25:10
               date|                            |


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-25 23:46 ` pinskia at gcc dot gnu dot org
@ 2005-10-26  0:24 ` echristo at apple dot com
  2005-10-26  0:25 ` echristo at apple dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: echristo at apple dot com @ 2005-10-26  0:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from echristo at apple dot com  2005-10-26 00:24 -------
reopening


-- 

echristo at apple dot com changed:

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


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
  2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
  2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
@ 2005-10-25 23:46 ` pinskia at gcc dot gnu dot org
  2005-10-26  0:24 ` echristo at apple dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-25 23:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2005-10-25 23:46 -------
*** Bug 24531 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
  2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
@ 2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
  2005-10-25 23:46 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-25 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-25 23:45 -------
Reopening to ...


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug preprocessor/8270] back-slash newline extension can't be removed
       [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
@ 2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
  2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-25 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2005-10-25 23:45 -------
To close as invalid.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2005-10-26  0:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021017152600.8270.eschmidt@safeaccess.com>
2004-09-08 17:28 ` [Bug preprocessor/8270] back-slash newline extension can't be removed pinskia at gcc dot gnu dot org
     [not found] <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
2005-10-25 23:45 ` pinskia at gcc dot gnu dot org
2005-10-25 23:46 ` pinskia at gcc dot gnu dot org
2005-10-26  0:24 ` echristo at apple dot com
2005-10-26  0:25 ` echristo at apple dot com
2005-10-26  0:26 ` echristo at apple dot com
2005-10-26  0:43 ` pinskia at gcc dot gnu dot org
2005-10-26  0:45 ` 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).