[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-11-19 Thread rguenth at gcc dot gnu dot org


--- Comment #2 from rguenth at gcc dot gnu dot org  2005-11-19 17:24 ---
Subject: Bug 23717

Author: rguenth
Date: Sat Nov 19 17:24:33 2005
New Revision: 107223

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107223
Log:
2005-11-19  Richard Guenther  [EMAIL PROTECTED]
Roger Sayle  [EMAIL PROTECTED]

PR ada/23717
* misc.c (internal_error_function): Don't use vsprintf to format
the error message text, instead use pp_format_text and the new
pretty printer APIs.  This allows handling of %qs, %w, etc.

Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/misc.c


-- 


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



[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-11-19 Thread rguenth at gcc dot gnu dot org


--- Comment #3 from rguenth at gcc dot gnu dot org  2005-11-19 17:25 ---
Subject: Bug 23717

Author: rguenth
Date: Sat Nov 19 17:25:41 2005
New Revision: 107224

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107224
Log:
2005-11-19  Richard Guenther  [EMAIL PROTECTED]
Roger Sayle  [EMAIL PROTECTED]

PR ada/23717
* misc.c (internal_error_function): Don't use vsprintf to format
the error message text, instead use pp_format_text and the new
pretty printer APIs.  This allows handling of %qs, %w, etc.

Modified:
branches/gcc-4_1-branch/gcc/ada/ChangeLog
branches/gcc-4_1-branch/gcc/ada/misc.c


-- 


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



[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-11-19 Thread rguenth at gcc dot gnu dot org


--- Comment #4 from rguenth at gcc dot gnu dot org  2005-11-19 17:26 ---
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to work||4.1.0
 Resolution||FIXED
   Target Milestone|--- |4.1.0


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



[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-09-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||05/msg01498.html
 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Keywords||patch
   Last reconfirmed|-00-00 00:00:00 |2005-09-05 14:52:24
   date||


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


[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-09-03 Thread joseph at codesourcery dot com

--- Additional Comments From joseph at codesourcery dot com  2005-09-03 
13:33 ---
Subject: Re:  New: [Ada] Wrong ICE diagnostic formatting

On Sat, 3 Sep 2005, schwab at suse dot de wrote:

 internal_error_function in ada/misc.c uses plain vfprintf for formatting the 
 error message, which may contain gcc-specific formatting directives when 
 called through tree_class_check_failed or tree_contains_struct_check_failed.

Roger Sayle's patch for this:

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01498.html



-- 


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