public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c
@ 2004-10-26 11:27 c dot lemmen at fz-juelich dot de
  2004-10-26 11:29 ` [Bug fortran/18157] " c dot lemmen at fz-juelich dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2004-10-26 11:27 UTC (permalink / raw)
  To: gcc-bugs

!*********************************

program testcase_fold


  type :: struct                            
     real      :: var       ! its julian sec  
  end type struct
  type(struct), dimension(:), pointer :: mystruct

  mystruct(:)%var = mystruct(:)%var
     
END Program testcase_fold
******************************************************

> gfortran -v -c testcase_fold.f90
Lese Spezifikationen von ./configure --prefix=/private/icg126/opt
--enable-languages=c,c++,f95 --enable-checking : (reconfigured) ./configure
--prefix=/private/icg126/opt --enable-languages=c,c++,f95 --enable-checking
Thread-Modell: posix
gcc-Version 4.0.0 20041025 (experimental)
 /private/icg126/opt/libexec/gcc/i686-pc-linux-gnu/4.0.0/f951 testcase_fold.f90
-quiet -dumpbase testcase_fold.f90 -mtune=pentiumpro -auxbase testcase_fold
-version -o /tmp/ccYDXDnu.s
GNU F95 version 4.0.0 20041025 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.0.0 20041022 (experimental).
GGC-Heuristik: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
testcase_fold.f90: In function 'MAIN__':
testcase_fold.f90:32: interner Compiler-Fehler: in fold_convert, bei
fold-const.c:1972

*****************************************

This looks (to me) very similar to PR 17584, however, a different ice is produced.

-- 
           Summary: ice-on-valid code, pointer to user-defined type, fold-
                    struct.c
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: c dot lemmen at fz-juelich dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
@ 2004-10-26 11:29 ` c dot lemmen at fz-juelich dot de
  2004-10-26 12:12 ` reichelt at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2004-10-26 11:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From c dot lemmen at fz-juelich dot de  2004-10-26 11:29 -------
Created an attachment (id=7412)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7412&action=view)
This is the reduced testcase


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
  2004-10-26 11:29 ` [Bug fortran/18157] " c dot lemmen at fz-juelich dot de
@ 2004-10-26 12:12 ` reichelt at gcc dot gnu dot org
  2004-10-26 13:08 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-10-26 12:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-26 12:12 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-26 12:12:47
               date|                            |


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
  2004-10-26 11:29 ` [Bug fortran/18157] " c dot lemmen at fz-juelich dot de
  2004-10-26 12:12 ` reichelt at gcc dot gnu dot org
@ 2004-10-26 13:08 ` pinskia at gcc dot gnu dot org
  2005-06-08 12:19 ` c dot lemmen at fz-juelich dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-26 13:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-26 13:08 -------
Hmm, we are trying to convert a float to a struct type which is invalid, why the front-end is doing this 
beyond me.

-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
                   ` (2 preceding siblings ...)
  2004-10-26 13:08 ` pinskia at gcc dot gnu dot org
@ 2005-06-08 12:19 ` c dot lemmen at fz-juelich dot de
  2005-09-16 16:43 ` pinskia at gcc dot gnu dot org
  2005-09-16 16:47 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 16+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2005-06-08 12:19 UTC (permalink / raw)
  To: gcc-bugs

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


------- Additional Comments From c dot lemmen at fz-juelich dot de  2005-06-08 12:19 -------
Bug persists in GNU F95 version 4.1.0 20050608, line number is now

testing/testcase_fold.f90: In Funktion »MAIN__«:
testing/testcase_fold.f90:22: interner Compiler-Fehler: in fold_convert, bei
fold-const.c:2029


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
                   ` (3 preceding siblings ...)
  2005-06-08 12:19 ` c dot lemmen at fz-juelich dot de
@ 2005-09-16 16:43 ` pinskia at gcc dot gnu dot org
  2005-09-16 16:47 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-16 16:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-16 16:43 -------
*** Bug 23922 has been marked as a duplicate of this bug. ***

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


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
  2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
                   ` (4 preceding siblings ...)
  2005-09-16 16:43 ` pinskia at gcc dot gnu dot org
@ 2005-09-16 16:47 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-16 16:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-16 16:47 -------
Backtrace:
#1  0x08179a9f in fancy_abort (file=Could not find the frame base for "fancy_abort".
) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/diagnostic.c:590
#2  0x081ff931 in fold_convert (type=0xb7c33678, arg=0x854f7ac) at /home/peshtigo/pinskia/src/
gnu/gcc/src/gcc/fold-const.c:2028
#3  0x080a9977 in gfc_trans_scalar_assign (lse=0xbfefdff4, rse=0xbfefdfcc, type=BT_REAL) at /home/
peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/trans-expr.c:2550
#4  0x080ae0c1 in gfc_trans_assignment (expr1=0x8895b88, expr2=0x8895d80) at /home/peshtigo/
pinskia/src/gnu/gcc/src/gcc/fortran/trans-expr.c:2716
#5  0x080ae579 in gfc_trans_assign (code=0x8895f78) at /home/peshtigo/pinskia/src/gnu/gcc/src/
gcc/fortran/trans-expr.c:2768
#6  0x08098ae3 in gfc_trans_code (code=0x8895f78) at /home/peshtigo/pinskia/src/gnu/gcc/src/
gcc/fortran/trans.c:493


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2005-11-02 21:12 ` pinskia at gcc dot gnu dot org
@ 2005-11-02 21:13 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-02 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pinskia at gcc dot gnu dot org  2005-11-02 21:12 -------
Fixed in 4.0.3 and above, thanks for your report.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-11-02 21:02 ` pinskia at gcc dot gnu dot org
@ 2005-11-02 21:12 ` pinskia at gcc dot gnu dot org
  2005-11-02 21:13 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-02 21:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from pinskia at gcc dot gnu dot org  2005-11-02 21:12 -------
Subject: Bug 18157

Author: pinskia
Date: Wed Nov  2 21:12:27 2005
New Revision: 106397

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106397
Log:
2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * gfortran.fortran-torture/compile/defined_type_1.f90: New test.
        * gfortran.fortran-torture/compile/defined_type_2.f90: New
        test.   
        * gfortran.fortran-torture/compile/defined_type_3.f90:
        New test.

2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * trans-array.c (gfc_conv_resolve_dependencies): Use the correct
        type for the temporary array.
        * trans-expr.c (gfc_trans_assignment): Pass lss
        instead of lss_section
        to gfc_conv_resolve_dependencies to get the
        correct type.



Added:
   
branches/gcc-4_0-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
      - copied unchanged from r106396,
trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
   
branches/gcc-4_0-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
      - copied unchanged from r106396,
trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
   
branches/gcc-4_0-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
      - copied unchanged from r106396,
trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
Modified:
    branches/gcc-4_0-branch/gcc/fortran/ChangeLog
    branches/gcc-4_0-branch/gcc/fortran/trans-array.c
    branches/gcc-4_0-branch/gcc/fortran/trans-expr.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-10-25 14:59 ` pinskia at gcc dot gnu dot org
@ 2005-11-02 21:02 ` pinskia at gcc dot gnu dot org
  2005-11-02 21:12 ` pinskia at gcc dot gnu dot org
  2005-11-02 21:13 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-02 21:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2005-11-02 21:01 -------
Subject: Bug 18157

Author: pinskia
Date: Wed Nov  2 21:01:54 2005
New Revision: 106396

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106396
Log:
2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * gfortran.fortran-torture/compile/defined_type_1.f90: New test.
        * gfortran.fortran-torture/compile/defined_type_2.f90: New
        test.   
        * gfortran.fortran-torture/compile/defined_type_3.f90:
        New test.

2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * trans-array.c (gfc_conv_resolve_dependencies): Use the correct
        type for the temporary array.
        * trans-expr.c (gfc_trans_assignment): Pass lss
        instead of lss_section
        to gfc_conv_resolve_dependencies to get the
        correct type.


Added:
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-24 18:44 ` pinskia at gcc dot gnu dot org
@ 2005-10-25 14:59 ` pinskia at gcc dot gnu dot org
  2005-11-02 21:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-25 14:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2005-10-25 14:59 -------
Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01489.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |10/msg01489.html
           Keywords|                            |patch


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-24 18:16 ` pinskia at gcc dot gnu dot org
@ 2005-10-24 18:44 ` pinskia at gcc dot gnu dot org
  2005-10-25 14:59 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24 18:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2005-10-24 18:43 -------
I have a patch now which I am testing now.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-24 17:03 ` pinskia at gcc dot gnu dot org
@ 2005-10-24 18:16 ` pinskia at gcc dot gnu dot org
  2005-10-24 18:44 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2005-10-24 18:16 -------
Here is the full problem, we get a loop.temp_ss but we don't build a reference
off from that to var.

Though, really we should get a REAL type loop.temp_ss instead of a user defined
type.   Looking how to get the correct type in the first place.


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
  2005-10-24 14:06 ` pinskia at gcc dot gnu dot org
  2005-10-24 15:22 ` pinskia at gcc dot gnu dot org
@ 2005-10-24 17:03 ` pinskia at gcc dot gnu dot org
  2005-10-24 18:16 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24 17:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2005-10-24 17:03 -------
At trans-expr.c:2756:
2756      tmp = gfc_trans_scalar_assign (&lse, &rse, expr1->ts.type);
lse is wrong. looking more into it.


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
  2005-10-24 14:06 ` pinskia at gcc dot gnu dot org
@ 2005-10-24 15:22 ` pinskia at gcc dot gnu dot org
  2005-10-24 17:03 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24 15:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2005-10-24 15:22 -------
The left hand side is not getting the correct tree, we only have array[tmp]
instead of array[tmp].field.


-- 


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


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

* [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
       [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
@ 2005-10-24 14:06 ` pinskia at gcc dot gnu dot org
  2005-10-24 15:22 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24 14:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2005-10-24 14:06 -------
Hmm, looks like the front-end is not using the correct expression, I might look
at this one soon.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2005-11-02 21:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-26 11:27 [Bug fortran/18157] New: ice-on-valid code, pointer to user-defined type, fold-struct.c c dot lemmen at fz-juelich dot de
2004-10-26 11:29 ` [Bug fortran/18157] " c dot lemmen at fz-juelich dot de
2004-10-26 12:12 ` reichelt at gcc dot gnu dot org
2004-10-26 13:08 ` pinskia at gcc dot gnu dot org
2005-06-08 12:19 ` c dot lemmen at fz-juelich dot de
2005-09-16 16:43 ` pinskia at gcc dot gnu dot org
2005-09-16 16:47 ` pinskia at gcc dot gnu dot org
     [not found] <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
2005-10-24 14:06 ` pinskia at gcc dot gnu dot org
2005-10-24 15:22 ` pinskia at gcc dot gnu dot org
2005-10-24 17:03 ` pinskia at gcc dot gnu dot org
2005-10-24 18:16 ` pinskia at gcc dot gnu dot org
2005-10-24 18:44 ` pinskia at gcc dot gnu dot org
2005-10-25 14:59 ` pinskia at gcc dot gnu dot org
2005-11-02 21:02 ` pinskia at gcc dot gnu dot org
2005-11-02 21:12 ` pinskia at gcc dot gnu dot org
2005-11-02 21:13 ` 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).