public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031
@ 2004-03-08 21:01 krischik at users dot sourceforge dot net
  2004-03-08 21:46 ` [Bug ada/14492] loc_descriptor_from_tree, in dwarf2out.c:9031 pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: krischik at users dot sourceforge dot net @ 2004-03-08 21:01 UTC (permalink / raw)
  To: gcc-bugs

gnat compile -PAdaCL -Xbc=/opt/ada/include/bc -Xtarget=Linux -vP0 -C
-Xstyle=Debug adacl-astro-planet-cgi.adb
gcc -c -g -gnatf -gnatU -gnatwa -gnatq -gnatQ -gnati1 -gnatT4 -gnata -gnato
-gnatVcdfimorst -g -I- -gnatA
/work/sf.martin/adacl/Include//adacl-astro-planet-cgi.adb

+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040308 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in loc_descriptor_from_tree, bei dwarf2out.c:9031                        |
| Error detected at adacl-astro-planet-cgi.adb:185:9                       |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.

/work/sf.martin/adacl/Include//adacl-astro-planet-cgi.adb
/work/sf.martin/adacl/Include//adacl-astro-planet-cgi.ads
/work/sf.martin/adacl/Include//adacl-astro-planet.ads
/work/sf.martin/adacl/Include//adacl-astro.ads
/work/sf.martin/adacl/Include//adacl.ads
/opt/ada/include/xmlada/unicode.ads
/opt/ada/include/xmlada/unicode-names.ads
/opt/ada/include/xmlada/unicode-names-basic_latin.ads
/opt/ada/include/xmlada/unicode-names-miscellaneous_symbols.ads
/opt/ada/include/xmlada/unicode-names-greek.ads
/work/sf.martin/adacl/Include//adacl-astro-tierzeichen.ads
/work/sf.martin/adacl/Include//adacl-cgi.ads
/work/sf.martin/adacl/Include//adacl-cgi-abstract_data.ads
/work/sf.martin/adacl/Include//adacl-astro-planet-list.ads
/opt/ada/include/bc//bc.ads
/work/sf.martin/adacl/Include//bc-indefinite_containers.ads
/work/sf.martin/adacl/Include//bc-indefinite_containers-collections.ads
/work/sf.martin/adacl/Include//bc-indefinite_containers-collections-unbounded.ads
/opt/ada/include/bc//bc-support.ads
/work/sf.martin/adacl/Include//bc-support-indefinite_unbounded.ads
/work/sf.martin/adacl/Include//bc-support-indefinite_reference.ads
/work/sf.martin/adacl/Include//adacl-gc.ads
/work/sf.martin/adacl/Include//adacl-gc-managed.ads
/work/sf.martin/adacl/Include//adacl-astro-planet-collection.ads
/work/sf.martin/adacl/Include//adacl-astro-planet-container.ads
/work/sf.martin/adacl/Include//adacl-gc-managed_controlled.ads
/work/sf.martin/adacl/Include//adacl-sar.ads
/work/sf.martin/adacl/Include//adacl-sar-filter.ads
/work/sf.martin/adacl/Include//adacl-base.ads
/work/sf.martin/adacl/Include//adacl-sar-line.ads
/work/sf.martin/adacl/Include//adacl-sar-line-list.ads
/opt/ada/include/bc//bc-containers.ads
/opt/ada/include/bc//bc-containers-collections.ads
/opt/ada/include/bc//bc-containers-collections-unbounded.ads
/opt/ada/include/bc//bc-support-unbounded.ads
/work/sf.martin/adacl/Include//adacl-sar-line-collection.ads
/work/sf.martin/adacl/Include//adacl-sar-line-container.ads
/work/sf.martin/adacl/Include//adacl-sar-filter-list.ads
/work/sf.martin/adacl/Include//adacl-sar-filter-collection.ads
/work/sf.martin/adacl/Include//adacl-sar-filter-container.ads
/work/sf.martin/adacl/Include//adacl-sar-filter-replace.ads
/work/sf.martin/adacl/Include//adacl-cgi-abstract_data.adb
/work/sf.martin/adacl/Include//bc-indefinite_containers.adb

Well, it's quite a lot of files in different directories so I will only tar them
up if you realy want them

The compiler used is a cvs snapshot from this weekend. configuration used is:

../gcc/configure --prefix=/opt/ada --enable-libada --enable-shared 
--enable-languages=ada,c

The error only apears with the debug compile, not with release.

Thank you

Martin

-- 
           Summary: loc_descriptor_from_tree, bei dwarf2out.c:9031
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krischik at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug ada/14492] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
@ 2004-03-08 21:46 ` pinskia at gcc dot gnu dot org
  2004-03-08 22:44 ` [Bug debug/14492] " charlet at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-08 21:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-08 21:46 -------
/* Otherwise this is a generic code; we should just lists all of
   these explicitly.  Aborting means we forgot one.  */

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |ice-on-valid-code
            Summary|loc_descriptor_from_tree,   |loc_descriptor_from_tree, in
                   |bei dwarf2out.c:9031        |dwarf2out.c:9031


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


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

* [Bug debug/14492] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
  2004-03-08 21:46 ` [Bug ada/14492] loc_descriptor_from_tree, in dwarf2out.c:9031 pinskia at gcc dot gnu dot org
@ 2004-03-08 22:44 ` charlet at gcc dot gnu dot org
  2004-03-09  8:39 ` krischik at users dot sourceforge dot net
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-03-08 22:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-03-08 22:44 -------
Yes, sources are needed to investigate such failures (or at the very
least a gdb session on gnat1 with a few appropriate prints).

This is a general dwarf2 bug, not an Ada bug, so recategorizing and
putting on hold waiting for the sources.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|ada                         |debug


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


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

* [Bug debug/14492] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
  2004-03-08 21:46 ` [Bug ada/14492] loc_descriptor_from_tree, in dwarf2out.c:9031 pinskia at gcc dot gnu dot org
  2004-03-08 22:44 ` [Bug debug/14492] " charlet at gcc dot gnu dot org
@ 2004-03-09  8:39 ` krischik at users dot sourceforge dot net
  2004-04-09 14:50 ` shalla at darkover dot isilm dot com
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: krischik at users dot sourceforge dot net @ 2004-03-09  8:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From krischik at users dot sourceforge dot net  2004-03-09 08:39 -------
I have added the requested sources.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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


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

* [Bug debug/14492] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2004-03-09  8:39 ` krischik at users dot sourceforge dot net
@ 2004-04-09 14:50 ` shalla at darkover dot isilm dot com
  2004-04-09 15:01 ` [Bug debug/14492] [3.4?/3.5? Regression] " pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: shalla at darkover dot isilm dot com @ 2004-04-09 14:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From shalla at darkover dot isilm dot com  2004-04-09 14:50 -------
I have a nearly identical dwarf2 bug in C/C++, and a trivial test case. Here:

///////////////////////////////////
int main() {
  double d = 1.0;
  char x[(int) d];
  return 0;
}
///////////////////////////////////

g++34 -g ice.bug.c
ice.bug.c: In function `int main()':
ice.bug.c:5: internal compiler error: in loc_descriptor_from_tree, at
dwarf2out.c:8863
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Of course, if I leave the -g off, it compiles and executes properly.

I am using the prerelease snapshot of 3.4.0. on i686-pc-linux-gnu as well.


-- 


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2004-04-09 14:50 ` shalla at darkover dot isilm dot com
@ 2004-04-09 15:01 ` pinskia at gcc dot gnu dot org
  2004-06-01 20:58 ` pbrook at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-09 15:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-09 15:01 -------
Since I do not have an Ada compiler on any machine that has dwarf2 support could someone run in this 
in the debuger and see what the debug_tree(loc) prints out.

Also the shalla's testcase is filed under 149000.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|loc_descriptor_from_tree, in|[3.4?/3.5? Regression]
                   |dwarf2out.c:9031            |loc_descriptor_from_tree, in
                   |                            |dwarf2out.c:9031
   Target Milestone|---                         |3.4.1


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (4 preceding siblings ...)
  2004-04-09 15:01 ` [Bug debug/14492] [3.4?/3.5? Regression] " pinskia at gcc dot gnu dot org
@ 2004-06-01 20:58 ` pbrook at gcc dot gnu dot org
  2004-06-18 23:58 ` mmitchel at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-06-01 20:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-06-01 20:58 -------
My changes in this area are already on the 3.4 branch. I added 
EXPR_WITH_FILE_LOCATION to fix PR12943 
 
Paul 
 

-- 


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (5 preceding siblings ...)
  2004-06-01 20:58 ` pbrook at gcc dot gnu dot org
@ 2004-06-18 23:58 ` mmitchel at gcc dot gnu dot org
  2004-08-24  2:07 ` cvs-commit at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-18 23:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-18 23:58 -------
Postponed until GCC 3.4.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (6 preceding siblings ...)
  2004-06-18 23:58 ` mmitchel at gcc dot gnu dot org
@ 2004-08-24  2:07 ` cvs-commit at gcc dot gnu dot org
  2004-08-24  2:10 ` cvs-commit at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-24  2:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-24 02:07 -------
Subject: Bug 14492

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	mmitchel@gcc.gnu.org	2004-08-24 02:07:31

Modified files:
	gcc            : ChangeLog dwarf2out.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg/debug: crash1.c 

Log message:
	PR c/14492
	* dwarf2out.c (loc_descriptor_from_tree): Robustify.
	
	PR c/14492
	* gcc.dg/debug/crash1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.588&r2=2.2326.2.589
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.478.2.9&r2=1.478.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.255&r2=1.3389.2.256
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/crash1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (7 preceding siblings ...)
  2004-08-24  2:07 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-24  2:10 ` cvs-commit at gcc dot gnu dot org
  2004-08-24  2:18 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-24  2:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-24 02:10 -------
Subject: Bug 14492

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2004-08-24 02:10:12

Modified files:
	gcc            : ChangeLog dwarf2out.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg/debug: crash1.c 

Log message:
	PR c/14492
	* dwarf2out.c (loc_descriptor_from_tree): Robustify.
	
	PR c/14492
	* gcc.dg/debug/crash1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5047&r2=2.5048
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.541&r2=1.542
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4176&r2=1.4177
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/crash1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (8 preceding siblings ...)
  2004-08-24  2:10 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-24  2:18 ` mmitchel at gcc dot gnu dot org
  2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-24  2:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-24 02:18 -------
Fixed in GCC 3.4.2 -- by not outputting the array bound.

Fixed better in GCC 3.5.0.

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


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (9 preceding siblings ...)
  2004-08-24  2:18 ` mmitchel at gcc dot gnu dot org
@ 2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
  2004-08-31 11:58 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-24  2:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-24 02:21 -------
*** Bug 14900 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug debug/14492] [3.4?/3.5? Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (10 preceding siblings ...)
  2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
@ 2004-08-31 11:58 ` ebotcazou at gcc dot gnu dot org
  2004-09-20 20:46 ` [Bug debug/14492] [3.4 " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-08-31 11:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-08-31 11:58 -------
Just to make it clear that the problem is not really fixed on the 3.4 branch,
merely swept under the rug.  An --enable-checking build will have 6 failures:

FAIL: gcc.dg/debug/crash1.c -gdwarf-2 (test for excess errors)
FAIL: gcc.dg/debug/crash1.c -gdwarf-2 -O (test for excess errors)
FAIL: gcc.dg/debug/crash1.c -gdwarf-2 -O3 (test for excess errors)
FAIL: gcc.dg/debug/crash1.c -gdwarf-23 (test for excess errors)
FAIL: gcc.dg/debug/crash1.c -gdwarf-23 -O (test for excess errors)
FAIL: gcc.dg/debug/crash1.c -gdwarf-23 -O3 (test for excess errors)

-- 


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (11 preceding siblings ...)
  2004-08-31 11:58 ` ebotcazou at gcc dot gnu dot org
@ 2004-09-20 20:46 ` pinskia at gcc dot gnu dot org
  2004-09-20 20:47 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-20 20:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-20 20:46 -------
Reopening because it is still a problem with checking turned on.  It also only effects 3.4.x

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
           Keywords|                            |ice-checking
      Known to fail|3.4.1 4.0                   |3.4.1
      Known to work|                            |4.0.0
         Resolution|FIXED                       |
            Summary|[3.4?/3.5? Regression]      |[3.4 Regression]
                   |loc_descriptor_from_tree, in|loc_descriptor_from_tree, in
                   |dwarf2out.c:9031            |dwarf2out.c:9031
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (12 preceding siblings ...)
  2004-09-20 20:46 ` [Bug debug/14492] [3.4 " pinskia at gcc dot gnu dot org
@ 2004-09-20 20:47 ` pinskia at gcc dot gnu dot org
  2004-09-20 20:54 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-20 20:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-20 20:47 -------
*** Bug 17572 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghazi at gcc dot gnu dot org


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (13 preceding siblings ...)
  2004-09-20 20:47 ` pinskia at gcc dot gnu dot org
@ 2004-09-20 20:54 ` pinskia at gcc dot gnu dot org
  2004-10-14 21:38 ` rth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-20 20:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-20 20:54 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-20 20:54:24
               date|                            |


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (14 preceding siblings ...)
  2004-09-20 20:54 ` pinskia at gcc dot gnu dot org
@ 2004-10-14 21:38 ` rth at gcc dot gnu dot org
  2004-10-14 23:28 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-10-14 21:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-10-14 21:38 -------
We're just missing some case entries in loc_descriptor_from_tree.

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


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (15 preceding siblings ...)
  2004-10-14 21:38 ` rth at gcc dot gnu dot org
@ 2004-10-14 23:28 ` cvs-commit at gcc dot gnu dot org
  2004-10-14 23:30 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-14 23:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-14 23:28 -------
Subject: Bug 14492

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	rth@gcc.gnu.org	2004-10-14 23:27:57

Modified files:
	gcc            : ChangeLog dwarf2out.c 

Log message:
	PR debug/14492
	* dwarf2out.c (loc_descriptor_from_tree): Handle FIX_*_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.662&r2=2.2326.2.663
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.478.2.12&r2=1.478.2.13



-- 


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (16 preceding siblings ...)
  2004-10-14 23:28 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-14 23:30 ` cvs-commit at gcc dot gnu dot org
  2004-10-14 23:31 ` rth at gcc dot gnu dot org
  2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-14 23:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-14 23:30 -------
Subject: Bug 14492

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-10-14 23:30:21

Modified files:
	gcc            : ChangeLog dwarf2out.c 

Log message:
	PR debug/14492
	* dwarf2out.c (loc_descriptor_from_tree): Handle FIX_*_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5890&r2=2.5891
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.555&r2=1.556



-- 


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (17 preceding siblings ...)
  2004-10-14 23:30 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-14 23:31 ` rth at gcc dot gnu dot org
  2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-10-14 23:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-10-14 23:31 -------
Fixed.

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


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


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

* [Bug debug/14492] [3.4 Regression] loc_descriptor_from_tree, in dwarf2out.c:9031
  2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
                   ` (18 preceding siblings ...)
  2004-10-14 23:31 ` rth at gcc dot gnu dot org
@ 2005-03-20 23:43 ` pinskia at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-20 23:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-20 23:43 -------
*** Bug 20572 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at kalessin dot jpl dot
                   |                            |nasa dot gov


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


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

end of thread, other threads:[~2005-03-20 23:43 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-08 21:01 [Bug ada/14492] New: loc_descriptor_from_tree, bei dwarf2out.c:9031 krischik at users dot sourceforge dot net
2004-03-08 21:46 ` [Bug ada/14492] loc_descriptor_from_tree, in dwarf2out.c:9031 pinskia at gcc dot gnu dot org
2004-03-08 22:44 ` [Bug debug/14492] " charlet at gcc dot gnu dot org
2004-03-09  8:39 ` krischik at users dot sourceforge dot net
2004-04-09 14:50 ` shalla at darkover dot isilm dot com
2004-04-09 15:01 ` [Bug debug/14492] [3.4?/3.5? Regression] " pinskia at gcc dot gnu dot org
2004-06-01 20:58 ` pbrook at gcc dot gnu dot org
2004-06-18 23:58 ` mmitchel at gcc dot gnu dot org
2004-08-24  2:07 ` cvs-commit at gcc dot gnu dot org
2004-08-24  2:10 ` cvs-commit at gcc dot gnu dot org
2004-08-24  2:18 ` mmitchel at gcc dot gnu dot org
2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
2004-08-31 11:58 ` ebotcazou at gcc dot gnu dot org
2004-09-20 20:46 ` [Bug debug/14492] [3.4 " pinskia at gcc dot gnu dot org
2004-09-20 20:47 ` pinskia at gcc dot gnu dot org
2004-09-20 20:54 ` pinskia at gcc dot gnu dot org
2004-10-14 21:38 ` rth at gcc dot gnu dot org
2004-10-14 23:28 ` cvs-commit at gcc dot gnu dot org
2004-10-14 23:30 ` cvs-commit at gcc dot gnu dot org
2004-10-14 23:31 ` rth at gcc dot gnu dot org
2005-03-20 23:43 ` 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).