public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
@ 2005-02-11  5:59 ` pinskia at gcc dot gnu dot org
  2005-02-11  6:05 ` bjoern dot m dot haase at web dot de
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-11  5:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end
           Keywords|                            |build, ice-on-valid-code
            Summary|dwarf-2 support is broken   |[4.0 Regression] avr dwarf-2
                   |for head 4.0.0              |support is broken for head
                   |                            |4.0


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


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

* [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0
@ 2005-02-11  5:59 bjoern dot m dot haase at web dot de
  2005-02-11  5:59 ` [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0 pinskia at gcc dot gnu dot org
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11  5:59 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1682 bytes --]

I have just been checking out the entire gcc tree (head 4.0.0) and run a clean  
rebuild: 
 
cd build_directory 
rm -r * 
../gcc/configure --target=avr --prefix=/home/bmh --disable-nls --with-dwarf2  
--enable-languages="c" 
make all 
 
(Note that I have used --with-dwarf2!) What I am getting is :-( : 
 
../../gcc/gcc/libgcc2.c:535: internal compiler error: in simplify_subreg, at  
simplify-rtx.c:3671 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
make[2]: *** [libgcc/./_muldi3.o] Fehler 1 
make[2]: Leaving directory `/home/bmh/gnucvs/head/build/gcc' 
make[1]: *** [stmp-multilib] Fehler 2 
make[1]: Leaving directory `/home/bmh/gnucvs/head/build/gcc' 
make: *** [all-gcc] Fehler 2 
 
When building head 4.0.0 without --with-dwarf2, the build succeeds. I have  
made the same observation with last week's snapshot on another build system. 
 
Unfortunate thing is: dwarf-2 is the main debugging format for all the windows  
users that use the Atmel debugger (avr-gdb is so slow under cygwin that it is  
almost not useful to use it). 
 
Yours, 
 
Björn

-- 
           Summary: dwarf-2 support is broken for head 4.0.0
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bjoern dot m dot haase at web dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-linux
  GCC host triplet: i686-linux
GCC target triplet: avr-unknown-none


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


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

* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
  2005-02-11  5:59 ` [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0 pinskia at gcc dot gnu dot org
@ 2005-02-11  6:05 ` bjoern dot m dot haase at web dot de
  2005-02-11  6:06 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11  6:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ericw at evcohs dot com


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


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

* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
  2005-02-11  5:59 ` [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0 pinskia at gcc dot gnu dot org
  2005-02-11  6:05 ` bjoern dot m dot haase at web dot de
@ 2005-02-11  6:06 ` pinskia at gcc dot gnu dot org
  2005-02-11  7:56 ` ericw at evcohs dot com
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-11  6:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-10 23:31 -------
Could you attach the preprocessed source (so someone like me can reproduce it without a cross 
binutils).

-- 


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


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

* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (2 preceding siblings ...)
  2005-02-11  6:06 ` pinskia at gcc dot gnu dot org
@ 2005-02-11  7:56 ` ericw at evcohs dot com
  2005-02-11  8:18 ` bjoern dot m dot haase at web dot de
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: ericw at evcohs dot com @ 2005-02-11  7:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ericw at evcohs dot com  2005-02-10 23:36 -------
As an aside, DWARF2 is about to become the default debugging information used in
WinAVR, for both Atmel's AVR Studio and for use with avr-gdb/avr-insight. So
this one is crucial for having a successful 4.0.0 release for the avr target.

-- 


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


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

* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (3 preceding siblings ...)
  2005-02-11  7:56 ` ericw at evcohs dot com
@ 2005-02-11  8:18 ` bjoern dot m dot haase at web dot de
  2005-02-11  8:44 ` bjoern dot m dot haase at web dot de
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11  8:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-02-10 23:45 -------
Created an attachment (id=8167)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8167&action=view)
Preprocessed source of the libgcc functions

This is the command I have used for generating the attached
preprocessed file:

/home/bmh/gnucvs/head/build_dwarf/gcc/xgcc
-B/home/bmh/gnucvs/head/build_dwarf/gcc/ -B/home/bmh/avr/bin/
-B/home/bmh/avr/lib/ -isystem /home/bmh/avr/include -isystem
/home/bmh/avr/sys-include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -DDF=SF -Dinhibit_libc -mcall-prologues -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.-I../../gcc/gcc
-I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include 
-DL_muldi3 -E ../../gcc/gcc/libgcc2.c -o failure.E


-- 


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


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

* [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (4 preceding siblings ...)
  2005-02-11  8:18 ` bjoern dot m dot haase at web dot de
@ 2005-02-11  8:44 ` bjoern dot m dot haase at web dot de
  2005-02-11 11:47 ` [Bug debug/19885] " pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11  8:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schlie at comcast dot net


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


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

* [Bug debug/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (5 preceding siblings ...)
  2005-02-11  8:44 ` bjoern dot m dot haase at web dot de
@ 2005-02-11 11:47 ` pinskia at gcc dot gnu dot org
  2005-02-11 22:51 ` bjoern dot m dot haase at web dot de
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-11 11:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-11 01:04 -------
This looks like a debugging problem, I want to say that dwar2out.c does not really support 16bit 
pointers but there was a patch a long time ago to support it.  It was applied a long time ago (1999 or 
so).

But maybe this is a target problem for not being able to output a integer for SImode size for a HImode 
pointer.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |debug
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-11 01:04:37
               date|                            |


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


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

* [Bug debug/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (6 preceding siblings ...)
  2005-02-11 11:47 ` [Bug debug/19885] " pinskia at gcc dot gnu dot org
@ 2005-02-11 22:51 ` bjoern dot m dot haase at web dot de
  2005-02-11 22:56 ` bjoern dot m dot haase at web dot de
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11 22:51 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-02-11 19:00 -------
I have tried to trace back the date when dwarf2 support startet to fail. So far 
I have found out that it was broken already at december 5th 2004. 
 
Yours, 
 
Björn   

-- 


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


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

* [Bug debug/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (7 preceding siblings ...)
  2005-02-11 22:51 ` bjoern dot m dot haase at web dot de
@ 2005-02-11 22:56 ` bjoern dot m dot haase at web dot de
  2005-03-05 19:58 ` [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1 pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-02-11 22:56 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 906 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-02-11 19:04 -------
Subject: Re:  [4.0 Regression] avr dwarf-2 support is broken for head 4.0

Am Freitag, 11. Februar 2005 00:36 schrieb ericw at evcohs dot com:
> ------- Additional Comments From ericw at evcohs dot com  2005-02-10 23:36
> ------- As an aside, DWARF2 is about to become the default debugging
> information used in WinAVR, for both Atmel's AVR Studio and for use with
> avr-gdb/avr-insight. So this one is crucial for having a successful 4.0.0
> release for the avr target.

Hi Eric, 

brief question:

As far as I know you have monitored Thorleif Sandes attempts of getting the 
dwarf support working for avr-studio. Do you remember that it was necessary 
at the time to implement  bug-fixes for getting it functional for gcc 3.4. ?

Yours,

Björn


-- 


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


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

* [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (8 preceding siblings ...)
  2005-02-11 22:56 ` bjoern dot m dot haase at web dot de
@ 2005-03-05 19:58 ` pinskia at gcc dot gnu dot org
  2005-03-17  6:33 ` tsandnes at atmel dot com
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (9 preceding siblings ...)
  2005-03-05 19:58 ` [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1 pinskia at gcc dot gnu dot org
@ 2005-03-17  6:33 ` tsandnes at atmel dot com
  2005-05-06  7:44 ` bjoern dot m dot haase at web dot de
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: tsandnes at atmel dot com @ 2005-03-17  6:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tsandnes at atmel dot com  2005-03-17 06:33 -------
For the 3.4.1, I am quite sure that no bugfixes were implemented to get Dwarf
support from avr-gcc. 

After configuring gcc like this:
 ./configure --enable-languages=c,c++ --target=avr --with-dwarf2 
and building it, the Dwarf support was generally ok. (Apart from the bugs I have
reported earlier)

Torleif

-- 


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


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

* [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (10 preceding siblings ...)
  2005-03-17  6:33 ` tsandnes at atmel dot com
@ 2005-05-06  7:44 ` bjoern dot m dot haase at web dot de
  2005-06-26 18:15 ` [Bug target/19885] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-05-06  7:44 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-05-06 07:44 -------
It seems that when disabling two sanity checks, one again gets head to compile 
also with dwarf2 support. The following patch might be a workaround until the 
problem is solved by addressing it's roots. 
 
Yours, 
 
Björn 
 
Index: simplify-rtx.c 
=================================================================== 
RCS file: /cvsroot/gcc/gcc/gcc/simplify-rtx.c,v 
retrieving revision 1.237 
diff -u -r1.237 simplify-rtx.c 
--- simplify-rtx.c	13 Apr 2005 19:47:28 -0000	1.237 
+++ simplify-rtx.c	6 May 2005 07:41:08 -0000 
@@ -3737,8 +3737,8 @@ 
   gcc_assert (innermode != BLKmode); 
   gcc_assert (outermode != BLKmode); 
  
-  gcc_assert (GET_MODE (op) == innermode 
-	      || GET_MODE (op) == VOIDmode); 
+//  gcc_assert (GET_MODE (op) == innermode 
+//	      || GET_MODE (op) == VOIDmode); 
  
   gcc_assert ((byte % GET_MODE_SIZE (outermode)) == 0); 
   gcc_assert (byte < GET_MODE_SIZE (innermode)); 
Index: varasm.c 
=================================================================== 
RCS file: /cvsroot/gcc/gcc/gcc/varasm.c,v 
retrieving revision 1.498 
diff -u -r1.498 varasm.c 
--- varasm.c	13 Apr 2005 14:34:13 -0000	1.498 
+++ varasm.c	6 May 2005 07:41:17 -0000 
@@ -2212,7 +2212,7 @@ 
       gcc_assert (!i); 
     } 
  
-  gcc_assert (!force); 
+  //gcc_assert (!force); 
    
   return false; 
 } 
 

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (11 preceding siblings ...)
  2005-05-06  7:44 ` bjoern dot m dot haase at web dot de
@ 2005-06-26 18:15 ` pinskia at gcc dot gnu dot org
  2005-06-27 17:09 ` bjoern dot m dot haase at web dot de
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-26 18:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
          Component|debug                       |target
  GCC build triplet|i686-linux                  |
   GCC host triplet|i686-linux                  |
 GCC target triplet|avr-unknown-none            |avr-*-none
   Last reconfirmed|2005-02-11 01:04:37         |2005-06-26 18:15:15
               date|                            |


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (12 preceding siblings ...)
  2005-06-26 18:15 ` [Bug target/19885] " pinskia at gcc dot gnu dot org
@ 2005-06-27 17:09 ` bjoern dot m dot haase at web dot de
  2005-07-26 23:46 ` steven at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-06-27 17:09 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-06-27 17:09 -------
Subject: Re:  [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1

Hi Andrew,

One question about gcc policy: There exists a patch resolving 19885 since a 
couple of weeks. The latest revision had been approved by Richard Henderson. 
Could you tell me what to do in order to get such a patch integrated into 
gcc? The present maintainers of the AVR port seem to be very busy at the 
moment.

Yours,

Björn


-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (13 preceding siblings ...)
  2005-06-27 17:09 ` bjoern dot m dot haase at web dot de
@ 2005-07-26 23:46 ` steven at gcc dot gnu dot org
  2005-07-27  6:21 ` bjoern dot m dot haase at web dot de
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-07-26 23:46 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 397 bytes --]


------- Additional Comments From steven at gcc dot gnu dot org  2005-07-26 23:40 -------
Björn, what's your .plan with the patch from comment #11? 

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


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (14 preceding siblings ...)
  2005-07-26 23:46 ` steven at gcc dot gnu dot org
@ 2005-07-27  6:21 ` bjoern dot m dot haase at web dot de
  2005-07-27  6:48 ` bjoern dot m dot haase at web dot de
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-07-27  6:21 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 453 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-07-27 06:18 -------
What's the plan? I'd like to see it in CVS. The patch I posted on gcc-patches  
in may 05 is already approved (it's a straight-forward change) by Richard 
Henderson.  
Unfortunately, I don't have write access to CVS. So, IIUC, the patch presently 
still waits to be committed. 
 
Yours, 
 
Björn 

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (15 preceding siblings ...)
  2005-07-27  6:21 ` bjoern dot m dot haase at web dot de
@ 2005-07-27  6:48 ` bjoern dot m dot haase at web dot de
  2005-07-27  8:56 ` giovannibajo at libero dot it
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-07-27  6:48 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-07-27 06:21 -------
Sorry: Let me correct myself. 
 
I just see that You have been refering to an earlier revision of the patch that 
I had posted on this bugzilla entry. This is not the current state of the 
patch. The approved  fix for this PR is posted in gcc-patches and not here! 
 
Yours, 
 
Björn 

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (16 preceding siblings ...)
  2005-07-27  6:48 ` bjoern dot m dot haase at web dot de
@ 2005-07-27  8:56 ` giovannibajo at libero dot it
  2005-07-27  8:57 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: giovannibajo at libero dot it @ 2005-07-27  8:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-07-27 08:54 -------
Bjorn, do you have a copyright assignment filed with the FSF?

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (17 preceding siblings ...)
  2005-07-27  8:56 ` giovannibajo at libero dot it
@ 2005-07-27  8:57 ` giovannibajo at libero dot it
  2005-07-27 18:47 ` bjoern dot m dot haase at web dot de
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: giovannibajo at libero dot it @ 2005-07-27  8:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-07-27 08:56 -------
This is the patch RTH already approved for head and 4.0:
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01899.html

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (18 preceding siblings ...)
  2005-07-27  8:57 ` giovannibajo at libero dot it
@ 2005-07-27 18:47 ` bjoern dot m dot haase at web dot de
  2005-07-27 22:33 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bjoern dot m dot haase at web dot de @ 2005-07-27 18:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bjoern dot m dot haase at web dot de  2005-07-27 18:30 -------
>Bjorn, do you have a copyright assignment filed with the FSF? 
 
Yes. It took quite a while but since a couple of weeks the paperwork is 
finished. 
 

-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (19 preceding siblings ...)
  2005-07-27 18:47 ` bjoern dot m dot haase at web dot de
@ 2005-07-27 22:33 ` cvs-commit at gcc dot gnu dot org
  2005-07-27 23:37 ` cvs-commit at gcc dot gnu dot org
  2005-07-27 23:39 ` giovannibajo at libero dot it
  22 siblings, 0 replies; 24+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-27 22:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-27 22:29 -------
Subject: Bug 19885

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2005-07-27 22:29:47

Modified files:
	gcc            : ChangeLog 
	gcc/config/avr : avr.c 

Log message:
	PR target/19885
	* config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
	(TARGET_ASM_UNALIGNED_HI_OP): Add.
	(TARGET_ASM_UNALIGNED_SI_OP): Add.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9570&r2=2.9571
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.c.diff?cvsroot=gcc&r1=1.140&r2=1.141



-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (20 preceding siblings ...)
  2005-07-27 22:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-27 23:37 ` cvs-commit at gcc dot gnu dot org
  2005-07-27 23:39 ` giovannibajo at libero dot it
  22 siblings, 0 replies; 24+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-27 23:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-27 23:37 -------
Subject: Bug 19885

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	giovannibajo@gcc.gnu.org	2005-07-27 23:37:13

Modified files:
	gcc            : ChangeLog 
	gcc/config/avr : avr.c 

Log message:
	PR target/19885
	* config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
	(TARGET_ASM_UNALIGNED_HI_OP): Add.
	(TARGET_ASM_UNALIGNED_SI_OP): Add.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.333&r2=2.7592.2.334
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.129.6.3&r2=1.129.6.4



-- 


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


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

* [Bug target/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1
  2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
                   ` (21 preceding siblings ...)
  2005-07-27 23:37 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-27 23:39 ` giovannibajo at libero dot it
  22 siblings, 0 replies; 24+ messages in thread
From: giovannibajo at libero dot it @ 2005-07-27 23:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-07-27 23:37 -------
Fixed for GCC 4.0.2 and GCC 4.1.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.1.0                       |4.0.2


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


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

end of thread, other threads:[~2005-07-27 23:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-11  5:59 [Bug c/19885] New: dwarf-2 support is broken for head 4.0.0 bjoern dot m dot haase at web dot de
2005-02-11  5:59 ` [Bug middle-end/19885] [4.0 Regression] avr dwarf-2 support is broken for head 4.0 pinskia at gcc dot gnu dot org
2005-02-11  6:05 ` bjoern dot m dot haase at web dot de
2005-02-11  6:06 ` pinskia at gcc dot gnu dot org
2005-02-11  7:56 ` ericw at evcohs dot com
2005-02-11  8:18 ` bjoern dot m dot haase at web dot de
2005-02-11  8:44 ` bjoern dot m dot haase at web dot de
2005-02-11 11:47 ` [Bug debug/19885] " pinskia at gcc dot gnu dot org
2005-02-11 22:51 ` bjoern dot m dot haase at web dot de
2005-02-11 22:56 ` bjoern dot m dot haase at web dot de
2005-03-05 19:58 ` [Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1 pinskia at gcc dot gnu dot org
2005-03-17  6:33 ` tsandnes at atmel dot com
2005-05-06  7:44 ` bjoern dot m dot haase at web dot de
2005-06-26 18:15 ` [Bug target/19885] " pinskia at gcc dot gnu dot org
2005-06-27 17:09 ` bjoern dot m dot haase at web dot de
2005-07-26 23:46 ` steven at gcc dot gnu dot org
2005-07-27  6:21 ` bjoern dot m dot haase at web dot de
2005-07-27  6:48 ` bjoern dot m dot haase at web dot de
2005-07-27  8:56 ` giovannibajo at libero dot it
2005-07-27  8:57 ` giovannibajo at libero dot it
2005-07-27 18:47 ` bjoern dot m dot haase at web dot de
2005-07-27 22:33 ` cvs-commit at gcc dot gnu dot org
2005-07-27 23:37 ` cvs-commit at gcc dot gnu dot org
2005-07-27 23:39 ` giovannibajo at libero dot it

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).