public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/34299]  New: [avr] ICE on function attribute syntax for main()
@ 2007-11-30  9:33 marek dot jawurek at gmx dot net
  2007-12-02 23:34 ` [Bug target/34299] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: marek dot jawurek at gmx dot net @ 2007-11-30  9:33 UTC (permalink / raw)
  To: gcc-bugs

+++ This bug was initially created as a clone of Bug #31331 +++

On a Mac(Tiger) compilation of a TinyOS standard example application "Blink"
does not compile. Please mail me if important information is missing. As I
cannot access the MAC I cannot provide the C file created by the Nesc Compiler.


make micaz
sh: line 1: sha1sum: command not found
sh: line 1: sha1sum: command not found
mkdir -p build/micaz
    compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -fnesc-separator=\never1096WritE -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb --param
max-inline-insns-single=100000 -I/sw/include/python2.5/
-DIDENT_PROGRAM_NAME=\"BlinkAppC\" -DIDENT_USER_ID=\"admin\"
-DIDENT_HOSTNAME=\"macbook-zina.in\" -DIDENT_USER_HASH=0L
-DIDENT_UNIX_TIME=0x474aa64cL -DIDENT_UID_HASH=0L -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm 
/sw/tinyos-2.x/tinyos-2.x/tos/chips/atm128/timer/HplAtm128Timer0AsyncP.nc:178:
internal compiler error: in start_function, at c-decl.c:6177
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [exe0] Error 1


The NesC Compiler involved is:
nescc: 1.2.9
gcc -_fnesc-gcc=gcc -specs=/opt/tinyostools//lib/ncc/tdspecs
-_fnesc-include=nesc_nx -I/opt/tinyostools//lib/ncc -v -DNESC=129
Using built-in specs.
Reading specs from /opt/tinyostools//lib/ncc/tdspecs
Target: i386-apple-darwin8.10.1
Configured with: ../gcc-4.2.2/configure --prefix=/opt/local
--enable-languages=c,c++,java,objc,obj-c++,fortran
--libdir=/opt/local/lib/gcc42 --includedir=/opt/local/include/gcc42
--infodir=/opt/local/share/info --mandir=/opt/local/share/man
--with-local-prefix=/opt/local --with-system-zlib --disable-nls
--disable-multilib --program-suffix=-mp-4.2
--with-gxx-include-dir=/opt/local/include/gcc42/c++/ --with-gmp=/opt/local
--with-mpfr=/opt/local
Thread model: posix
gcc version 4.2.2


avr-gcc -v produces:

Using built-in specs.
Target: avr
Configured with: ../configure --target=avr --prefix=/opt/tinyostools/
--disable-nls --enable-languages=c --disable-libsp : (reconfigured)
../configure --target=avr --prefix=/opt/tinyostools/ --disable-nls
--enable-languages=c --disable-libssp
Thread model: single
gcc version 4.2.2


-- 
           Summary: [avr] ICE on function attribute syntax for main()
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marek dot jawurek at gmx dot net
GCC target triplet: avr


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
@ 2007-12-02 23:34 ` pinskia at gcc dot gnu dot org
  2007-12-03  5:39 ` eric dot weddington at atmel dot com
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-02 23:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-02 23:34 -------
Can you attach the preprocessed source?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
  2007-12-02 23:34 ` [Bug target/34299] " pinskia at gcc dot gnu dot org
@ 2007-12-03  5:39 ` eric dot weddington at atmel dot com
  2008-01-10 17:00 ` j at uriah dot heep dot sax dot de
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: eric dot weddington at atmel dot com @ 2007-12-03  5:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from eric dot weddington at atmel dot com  2007-12-03 05:39 -------
The subject line of this bug is the same subject as bug #31331, which is fixed.
Without having the preprocessed source it is difficult to determine if this bug
is a duplicate.


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
  2007-12-02 23:34 ` [Bug target/34299] " pinskia at gcc dot gnu dot org
  2007-12-03  5:39 ` eric dot weddington at atmel dot com
@ 2008-01-10 17:00 ` j at uriah dot heep dot sax dot de
  2008-01-10 18:26 ` eric dot weddington at atmel dot com
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: j at uriah dot heep dot sax dot de @ 2008-01-10 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from j at uriah dot heep dot sax dot de  2008-01-10 15:56 -------
Some bugs appear to re-appear. :-(

While I get

__attribute__((naked))
int main(void)
{
  // ...
   return 42;
}

to compile with the current compiler, the following piece of code:

__attribute__((signal, naked))
void __vector_42(void)
{
   static unsigned char x;

   x++;
}

still triggers the ICE:

% avr-gcc -mmcu=attiny2313 -S foo.c
foo.c:3: internal compiler error: in start_function, at c-decl.c:6177


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (2 preceding siblings ...)
  2008-01-10 17:00 ` j at uriah dot heep dot sax dot de
@ 2008-01-10 18:26 ` eric dot weddington at atmel dot com
  2008-01-10 18:33 ` steven at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-01-10 18:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from eric dot weddington at atmel dot com  2008-01-10 17:56 -------
(In reply to comment #3)

> __attribute__((signal, naked))
> void __vector_42(void)
> {
>    static unsigned char x;
> 
>    x++;
> }
> 
> still triggers the ICE:


However, if there is a function prototype, and the attributes are placed on the
prototype, there is no bug:

__attribute__((signal, naked))
void __vector_42(void);

void __vector_42(void)
{
   static unsigned char x;

   x++;
}

Is it really a bug?


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (3 preceding siblings ...)
  2008-01-10 18:26 ` eric dot weddington at atmel dot com
@ 2008-01-10 18:33 ` steven at gcc dot gnu dot org
  2008-01-10 18:45 ` eric dot weddington at atmel dot com
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2008-01-10 18:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from steven at gcc dot gnu dot org  2008-01-10 18:05 -------
If there is an ICE, there is a bug.


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (4 preceding siblings ...)
  2008-01-10 18:33 ` steven at gcc dot gnu dot org
@ 2008-01-10 18:45 ` eric dot weddington at atmel dot com
  2009-01-24 23:35 ` eric dot weddington at atmel dot com
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-01-10 18:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

eric dot weddington at atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-10 18:07:45
               date|                            |


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (5 preceding siblings ...)
  2008-01-10 18:45 ` eric dot weddington at atmel dot com
@ 2009-01-24 23:35 ` eric dot weddington at atmel dot com
  2009-02-25 18:50 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: eric dot weddington at atmel dot com @ 2009-01-24 23:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from eric dot weddington at atmel dot com  2009-01-24 23:35 -------
*** Bug 38954 has been marked as a duplicate of this bug. ***


-- 

eric dot weddington at atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charles at chaoslizard dot
                   |                            |org


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (6 preceding siblings ...)
  2009-01-24 23:35 ` eric dot weddington at atmel dot com
@ 2009-02-25 18:50 ` pinskia at gcc dot gnu dot org
  2009-02-25 20:01 ` regehr at cs dot utah dot edu
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-25 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2009-02-25 18:50 -------
*** Bug 39307 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |regehr at cs dot utah dot
                   |                            |edu


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (7 preceding siblings ...)
  2009-02-25 18:50 ` pinskia at gcc dot gnu dot org
@ 2009-02-25 20:01 ` regehr at cs dot utah dot edu
  2009-02-26  1:00 ` eric dot weddington at atmel dot com
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: regehr at cs dot utah dot edu @ 2009-02-25 20:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from regehr at cs dot utah dot edu  2009-02-25 20:01 -------
Sorry for the dup.

This bug prevents compilation of almost all TinyOS apps using 4.3.3!  Is there
a workaround?


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (8 preceding siblings ...)
  2009-02-25 20:01 ` regehr at cs dot utah dot edu
@ 2009-02-26  1:00 ` eric dot weddington at atmel dot com
  2009-02-26 23:24 ` jxyang at cs dot utah dot edu
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: eric dot weddington at atmel dot com @ 2009-02-26  1:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from eric dot weddington at atmel dot com  2009-02-26 01:00 -------
(In reply to comment #8)
> Sorry for the dup.
> 
> This bug prevents compilation of almost all TinyOS apps using 4.3.3!  Is there
> a workaround?
> 

See comment #4 of this bug.


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (9 preceding siblings ...)
  2009-02-26  1:00 ` eric dot weddington at atmel dot com
@ 2009-02-26 23:24 ` jxyang at cs dot utah dot edu
  2009-02-26 23:29 ` regehr at cs dot utah dot edu
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jxyang at cs dot utah dot edu @ 2009-02-26 23:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jxyang at cs dot utah dot edu  2009-02-26 23:24 -------
Created an attachment (id=17370)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17370&action=view)
patch for bug 34299

DECL_ASSEMBLER_NAME has a side effect of setting assembler_name for functions
if that attribute is missing, which causes the assertion failure in c-decl.c.

Change it to less harmful DECL_NAME.


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (10 preceding siblings ...)
  2009-02-26 23:24 ` jxyang at cs dot utah dot edu
@ 2009-02-26 23:29 ` regehr at cs dot utah dot edu
  2009-02-27 16:25 ` aesok at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: regehr at cs dot utah dot edu @ 2009-02-26 23:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from regehr at cs dot utah dot edu  2009-02-26 23:29 -------
Subject: Re:  [avr] ICE on function attribute syntax for
 main()

Great!

John


jxyang at cs dot utah dot edu wrote:
> ------- Comment #10 from jxyang at cs dot utah dot edu  2009-02-26 23:24 -------
> Created an attachment (id=17370)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17370&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17370&action=view)
> patch for bug 34299
> 
> DECL_ASSEMBLER_NAME has a side effect of setting assembler_name for functions
> if that attribute is missing, which causes the assertion failure in c-decl.c.
> 
> Change it to less harmful DECL_NAME.
> 
> 


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (11 preceding siblings ...)
  2009-02-26 23:29 ` regehr at cs dot utah dot edu
@ 2009-02-27 16:25 ` aesok at gcc dot gnu dot org
  2009-03-02 21:55 ` aesok at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-02-27 16:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from aesok at gcc dot gnu dot org  2009-02-27 16:25 -------
2007-04-05  Anatoly Sokolov <aesok@post.ru>

        PR target/25448
        * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
        DECL_ASSEMBLER_NAME, not the DECL_NAME.


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (12 preceding siblings ...)
  2009-02-27 16:25 ` aesok at gcc dot gnu dot org
@ 2009-03-02 21:55 ` aesok at gcc dot gnu dot org
  2009-03-14 17:26 ` aesok at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-03-02 21:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from aesok at gcc dot gnu dot org  2009-03-02 21:54 -------
*** Bug 38558 has been marked as a duplicate of this bug. ***


-- 

aesok at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jw at suse dot de


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (13 preceding siblings ...)
  2009-03-02 21:55 ` aesok at gcc dot gnu dot org
@ 2009-03-14 17:26 ` aesok at gcc dot gnu dot org
  2009-03-15 13:10 ` aesok at gcc dot gnu dot org
  2009-03-15 13:14 ` aesok at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-03-14 17:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

aesok at gcc dot gnu dot org changed:

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


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (14 preceding siblings ...)
  2009-03-14 17:26 ` aesok at gcc dot gnu dot org
@ 2009-03-15 13:10 ` aesok at gcc dot gnu dot org
  2009-03-15 13:14 ` aesok at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-03-15 13:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from aesok at gcc dot gnu dot org  2009-03-15 13:09 -------
Subject: Bug 34299

Author: aesok
Date: Sun Mar 15 13:09:44 2009
New Revision: 144870

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144870
Log:
        PR target/34299
        * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
        generate a warning if the function name does not begin with
        "__vector" and the function has either the 'signal' or 'interrupt'
        attribute, from here to ...
        (avr_declare_function_name): ...here. New function.
        * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
        * config/avr/avr-protos.h (avr_declare_function_name): Declare.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-protos.h
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.h


-- 


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


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

* [Bug target/34299] [avr] ICE on function attribute syntax for main()
  2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
                   ` (15 preceding siblings ...)
  2009-03-15 13:10 ` aesok at gcc dot gnu dot org
@ 2009-03-15 13:14 ` aesok at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-03-15 13:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from aesok at gcc dot gnu dot org  2009-03-15 13:14 -------
Fixed.


-- 

aesok at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2009-03-15 13:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-30  9:33 [Bug target/34299] New: [avr] ICE on function attribute syntax for main() marek dot jawurek at gmx dot net
2007-12-02 23:34 ` [Bug target/34299] " pinskia at gcc dot gnu dot org
2007-12-03  5:39 ` eric dot weddington at atmel dot com
2008-01-10 17:00 ` j at uriah dot heep dot sax dot de
2008-01-10 18:26 ` eric dot weddington at atmel dot com
2008-01-10 18:33 ` steven at gcc dot gnu dot org
2008-01-10 18:45 ` eric dot weddington at atmel dot com
2009-01-24 23:35 ` eric dot weddington at atmel dot com
2009-02-25 18:50 ` pinskia at gcc dot gnu dot org
2009-02-25 20:01 ` regehr at cs dot utah dot edu
2009-02-26  1:00 ` eric dot weddington at atmel dot com
2009-02-26 23:24 ` jxyang at cs dot utah dot edu
2009-02-26 23:29 ` regehr at cs dot utah dot edu
2009-02-27 16:25 ` aesok at gcc dot gnu dot org
2009-03-02 21:55 ` aesok at gcc dot gnu dot org
2009-03-14 17:26 ` aesok at gcc dot gnu dot org
2009-03-15 13:10 ` aesok at gcc dot gnu dot org
2009-03-15 13:14 ` aesok 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).