public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong
@ 2004-10-08 21:39 pinskia at gcc dot gnu dot org
  2004-10-08 21:43 ` [Bug other/17900] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-08 21:39 UTC (permalink / raw)
  To: gcc-bugs

I noticed this while confirming some bugs lately, I don't know when this changed but it has to be 
recently.

An example comes from PR 17899:
fred.f95: In function 'MAIN__':
fred.f95:12: internal compiler error: in gfc_conv_ss_descriptor, at
/fortran/trans-array.c:1264

-- 
           Summary: [4.0 Regression] GCC's source path in ICE is wrong
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
@ 2004-10-08 21:43 ` pinskia at gcc dot gnu dot org
  2004-10-09 18:34 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-08 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-08 21:43 -------
Looks like it was caused by:
        * diagnostic.c (text_specifies_location): Delete.
        (bug_report_request): Delete.
        (diagnostic_set_info): Don't call text_specifies_location.
        (diagnostic_action_after_output): Put text from
        bug_report_request inline here.  Use gcc_unreachable.
        (diagnostic_report_current_function): Fix comment.
        (diagnostic_report_diagnostic): Clarify logic for error recursion.
        Call pp_prepare_to_format before diagnostic_starter.
        (trim_filename): Use IS_DIR_SEPARATOR.
        (fatal_error, internal_error): Use gcc_unreachable.
        (error_recursion): Call diagnostic_action_after_output to
        issue the bug_report_request message and exit.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at gcc dot gnu dot org
   Target Milestone|---                         |4.0.0


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
  2004-10-08 21:43 ` [Bug other/17900] " pinskia at gcc dot gnu dot org
@ 2004-10-09 18:34 ` pinskia at gcc dot gnu dot org
  2004-10-14  3:42 ` bje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-09 18:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-09 18:34 -------
PR 17908, 17907 and 17909 show that I am not the only one seeing it so confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-09 18:34:59
               date|                            |


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
  2004-10-08 21:43 ` [Bug other/17900] " pinskia at gcc dot gnu dot org
  2004-10-09 18:34 ` pinskia at gcc dot gnu dot org
@ 2004-10-14  3:42 ` bje at gcc dot gnu dot org
  2004-10-14  7:04 ` bje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2004-10-14  3:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bje at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-10-14  3:42 ` bje at gcc dot gnu dot org
@ 2004-10-14  7:04 ` bje at gcc dot gnu dot org
  2004-10-14  7:16 ` cvs-commit at gcc dot gnu dot org
  2004-10-14 12:22 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2004-10-14  7:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bje at gcc dot gnu dot org  2004-10-14 07:04 -------
It's a simple bug.  Patch sent to gcc-patches.

-- 


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-10-14  7:04 ` bje at gcc dot gnu dot org
@ 2004-10-14  7:16 ` cvs-commit at gcc dot gnu dot org
  2004-10-14 12:22 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-14  7:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-14 07:15 -------
Subject: Bug 17900

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bje@gcc.gnu.org	2004-10-14 07:15:41

Modified files:
	gcc            : ChangeLog diagnostic.c 

Log message:
	PR other/17900
	* diagnostic.c (trim_filename): Fix logic bug in walking backwards
	up the filename looking for a previous directory separator.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5873&r2=2.5874
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/diagnostic.c.diff?cvsroot=gcc&r1=1.143&r2=1.144



-- 


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


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

* [Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong
  2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-10-14  7:16 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-14 12:22 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 12:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 12:21 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-10-14 12:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-08 21:39 [Bug other/17900] New: [4.0 Regression] GCC's source path in ICE is wrong pinskia at gcc dot gnu dot org
2004-10-08 21:43 ` [Bug other/17900] " pinskia at gcc dot gnu dot org
2004-10-09 18:34 ` pinskia at gcc dot gnu dot org
2004-10-14  3:42 ` bje at gcc dot gnu dot org
2004-10-14  7:04 ` bje at gcc dot gnu dot org
2004-10-14  7:16 ` cvs-commit at gcc dot gnu dot org
2004-10-14 12:22 ` 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).