public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35441] [4.3/4.4/4.5/4.6/4.7 regression] Completely broken diagnostics
       [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 15:00 ` rguenth at gcc dot gnu.org
  2012-03-13 15:29 ` [Bug c/35441] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 15:00 UTC (permalink / raw)
  To: gcc-bugs

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

Simon Martin <simartin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simartin at gcc dot gnu.org

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:14:35 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug c/35441] [4.5/4.6/4.7/4.8 regression] Completely broken diagnostics
       [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 15:00 ` [Bug c/35441] [4.3/4.4/4.5/4.6/4.7 regression] Completely broken diagnostics rguenth at gcc dot gnu.org
@ 2012-03-13 15:29 ` jakub at gcc dot gnu.org
  2012-04-21 14:55 ` manu at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:48:04 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug c/35441] [4.5/4.6/4.7/4.8 regression] Completely broken diagnostics
       [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 15:00 ` [Bug c/35441] [4.3/4.4/4.5/4.6/4.7 regression] Completely broken diagnostics rguenth at gcc dot gnu.org
  2012-03-13 15:29 ` [Bug c/35441] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-04-21 14:55 ` manu at gcc dot gnu.org
  2012-04-21 15:04 ` [Bug c/35441] pretty-printer cannot handle some expressions manu at gcc dot gnu.org
  2012-07-02 12:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: manu at gcc dot gnu.org @ 2012-04-21 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-04-21 14:53:25 UTC ---
Author: manu
Date: Sat Apr 21 14:53:21 2012
New Revision: 186652

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186652
Log:
2012-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>

    PR 35441
    * c-typeck.c (inform_declaration): New.
    (build_function_call_vec):  Do not pretty-print
    expressions when caret is enabled.
    (convert_arguments): Use inform_declaration.
cp/
    * typeck.c (cp_build_function_call_vec): Do not pretty-print
    expressions when caret is enabled.
testsuite/
    * c-c++-common/pr35441.C: New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-typeck.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c/35441] pretty-printer cannot handle some expressions
       [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-04-21 14:55 ` manu at gcc dot gnu.org
@ 2012-04-21 15:04 ` manu at gcc dot gnu.org
  2012-07-02 12:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: manu at gcc dot gnu.org @ 2012-04-21 15:04 UTC (permalink / raw)
  To: gcc-bugs

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org
            Summary|[4.5/4.6/4.7/4.8            |pretty-printer cannot
                   |regression] Completely      |handle some expressions
                   |broken diagnostics          |

--- Comment #9 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-04-21 15:03:42 UTC ---
This is fixed when using -fdiagnostics-show-caret, which is the default.
However, the underlying problem is still there, so I cannot be considered
fixed.


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

* [Bug c/35441] pretty-printer cannot handle some expressions
       [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-04-21 15:04 ` [Bug c/35441] pretty-printer cannot handle some expressions manu at gcc dot gnu.org
@ 2012-07-02 12:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 12:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |---


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

end of thread, other threads:[~2012-07-02 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-35441-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 15:00 ` [Bug c/35441] [4.3/4.4/4.5/4.6/4.7 regression] Completely broken diagnostics rguenth at gcc dot gnu.org
2012-03-13 15:29 ` [Bug c/35441] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-04-21 14:55 ` manu at gcc dot gnu.org
2012-04-21 15:04 ` [Bug c/35441] pretty-printer cannot handle some expressions manu at gcc dot gnu.org
2012-07-02 12:43 ` rguenth 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).