public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53387] New: gcc does not like /* */ comments
@ 2012-05-17  4:10 quicksort at orange dot fr
  2012-05-17  4:20 ` [Bug c/53387] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: quicksort at orange dot fr @ 2012-05-17  4:10 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53387
           Summary: gcc does not like /* */ comments
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: quicksort@orange.fr


Platfarm: Linux Fedora 15 x64, latest (yum update) gcc release.

gcc derails upon /* */ comments, while runnig OK with //.

Please don't ask me to post example code.

Check yours, rather.

Thank you.


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

* [Bug c/53387] gcc does not like /* */ comments
  2012-05-17  4:10 [Bug c/53387] New: gcc does not like /* */ comments quicksort at orange dot fr
@ 2012-05-17  4:20 ` pinskia at gcc dot gnu.org
  2012-05-17  6:12 ` quicksort at orange dot fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-17  4:20 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-17 04:10:08 UTC ---
Works for me as GCC has many /* */ comments in it and GCC is able to compile
itself.

>Please don't ask me to post example code.

We cannot now if the problem is with your code or the compiler otherwise.

>Platfarm: Linux Fedora 15 x64, latest (yum update) gcc release.
Report it to Fedora since that is where you got the GCC release from.


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

* [Bug c/53387] gcc does not like /* */ comments
  2012-05-17  4:10 [Bug c/53387] New: gcc does not like /* */ comments quicksort at orange dot fr
  2012-05-17  4:20 ` [Bug c/53387] " pinskia at gcc dot gnu.org
@ 2012-05-17  6:12 ` quicksort at orange dot fr
  2012-05-17  6:16 ` pinskia at gcc dot gnu.org
  2012-05-17 16:33 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: quicksort at orange dot fr @ 2012-05-17  6:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from quicksort at orange dot fr 2012-05-17 04:20:32 UTC ---
Hi Andrew,
It' s not related to my code.
Everything works fine when /* */ comments are replaced with // comments.
I am a 55-year old Assembly Language/Apl/C/C++ programmer and I know
what I am talking about.
Again, take a look at your own code.
Thank you.

Le jeudi 17 mai 2012 à 04:10 +0000, pinskia at gcc dot gnu.org a écrit :
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53387
> 
> Andrew Pinski <pinskia at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |WORKSFORME
> 
> --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-17 04:10:08 UTC ---
> Works for me as GCC has many /* */ comments in it and GCC is able to compile
> itself.
> 
> >Please don't ask me to post example code.
> 
> We cannot now if the problem is with your code or the compiler otherwise.
> 
> >Platfarm: Linux Fedora 15 x64, latest (yum update) gcc release.
> Report it to Fedora since that is where you got the GCC release from.
>


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

* [Bug c/53387] gcc does not like /* */ comments
  2012-05-17  4:10 [Bug c/53387] New: gcc does not like /* */ comments quicksort at orange dot fr
  2012-05-17  4:20 ` [Bug c/53387] " pinskia at gcc dot gnu.org
  2012-05-17  6:12 ` quicksort at orange dot fr
@ 2012-05-17  6:16 ` pinskia at gcc dot gnu.org
  2012-05-17 16:33 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-17  6:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-17 06:15:13 UTC ---
Ok, let me ask how does it fail?
Right now I know there are lots of /* */ comments in both GCC and the testsuite
so it would have shown up more than just this bug report.


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

* [Bug c/53387] gcc does not like /* */ comments
  2012-05-17  4:10 [Bug c/53387] New: gcc does not like /* */ comments quicksort at orange dot fr
                   ` (2 preceding siblings ...)
  2012-05-17  6:16 ` pinskia at gcc dot gnu.org
@ 2012-05-17 16:33 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-17 16:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-17 16:27:59 UTC ---
(In reply to comment #0)
> Please don't ask me to post example code.

Why not? You're making an absurd claim that can't be confirmed by hundreds and
hundreds of other people.  Do you think you're the only person using comments?

> Check yours, rather.

Done, this report is bogus.


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

end of thread, other threads:[~2012-05-17 16:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-17  4:10 [Bug c/53387] New: gcc does not like /* */ comments quicksort at orange dot fr
2012-05-17  4:20 ` [Bug c/53387] " pinskia at gcc dot gnu.org
2012-05-17  6:12 ` quicksort at orange dot fr
2012-05-17  6:16 ` pinskia at gcc dot gnu.org
2012-05-17 16:33 ` redi at gcc dot gnu.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).