public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/16575] [3.4/3.5 Regression] ICE with flexible arrays: part 2
  2004-07-15 19:08 [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2 pinskia at gcc dot gnu dot org
@ 2004-07-15 19:08 ` pinskia at gcc dot gnu dot org
  2004-07-15 19:10 ` pinskia at gcc dot gnu dot org
  2004-07-15 20:24 ` bangerth at dealii dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-15 19:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Target Milestone|---                         |3.4.2


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


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

* [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2
@ 2004-07-15 19:08 pinskia at gcc dot gnu dot org
  2004-07-15 19:08 ` [Bug middle-end/16575] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-15 19:08 UTC (permalink / raw)
  To: gcc-bugs

struct S;
struct C {
    int i;
    struct S *tab[];
};
struct S { struct C c; };
void foo (struct S *x) {
  ((void)1, x->c).tab[0] = 0;
}

-- 
           Summary: [3.4/3.5 Regression] ICE with flexible arrays: part 2
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug middle-end/16575] [3.4/3.5 Regression] ICE with flexible arrays: part 2
  2004-07-15 19:08 [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2 pinskia at gcc dot gnu dot org
  2004-07-15 19:08 ` [Bug middle-end/16575] " pinskia at gcc dot gnu dot org
@ 2004-07-15 19:10 ` pinskia at gcc dot gnu dot org
  2004-07-15 20:24 ` bangerth at dealii dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-15 19:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-15 19:10 -------
Note unlike PR 16566, this segfauls for both 3.4 and 3.5.

-- 


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


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

* [Bug middle-end/16575] [3.4/3.5 Regression] ICE with flexible arrays: part 2
  2004-07-15 19:08 [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2 pinskia at gcc dot gnu dot org
  2004-07-15 19:08 ` [Bug middle-end/16575] " pinskia at gcc dot gnu dot org
  2004-07-15 19:10 ` pinskia at gcc dot gnu dot org
@ 2004-07-15 20:24 ` bangerth at dealii dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bangerth at dealii dot org @ 2004-07-15 20:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-07-15 20:24 -------
Well, except for the recursive call to foo, this is exactly 
the same as PR 16566, no? 
 
W. 

*** This bug has been marked as a duplicate of 16566 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-07-15 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-15 19:08 [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2 pinskia at gcc dot gnu dot org
2004-07-15 19:08 ` [Bug middle-end/16575] " pinskia at gcc dot gnu dot org
2004-07-15 19:10 ` pinskia at gcc dot gnu dot org
2004-07-15 20:24 ` bangerth at dealii 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).