public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/22371] New: C front-end produces mis-match types in MODIFY_EXPR
@ 2005-07-08 15:48 pinskia at gcc dot gnu dot org
  2005-07-15 19:18 ` [Bug c/22371] " jsm28 at gcc dot gnu dot org
  2005-07-15 19:44 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:48 UTC (permalink / raw)
  To: gcc-bugs

Reduced from gcc.dg/debug/redecl-2.c:
typedef int IA[];
typedef int A5[5];
int array10[10];
A5 *ap;
void
f (void)
{
  int ap;
  {
    extern IA *ap;
    ap = &array10;
  }
}

See PR 22368 for the patch which catches this.

-- 
           Summary: C front-end produces mis-match types in MODIFY_EXPR
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        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
OtherBugsDependingO 22368
             nThis:


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


^ permalink raw reply	[flat|nested] 16+ messages in thread
[parent not found: <bug-22371-6528@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2008-03-24 15:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-08 15:48 [Bug c/22371] New: C front-end produces mis-match types in MODIFY_EXPR pinskia at gcc dot gnu dot org
2005-07-15 19:18 ` [Bug c/22371] " jsm28 at gcc dot gnu dot org
2005-07-15 19:44 ` pinskia at gcc dot gnu dot org
     [not found] <bug-22371-6528@http.gcc.gnu.org/bugzilla/>
2007-07-13 15:55 ` rguenth at gcc dot gnu dot org
2007-08-09 23:39 ` jsm28 at gcc dot gnu dot org
2007-08-20 13:48 ` nickc at redhat dot com
2007-08-22 10:03 ` rguenth at gcc dot gnu dot org
2007-08-22 10:07 ` rguenth at gcc dot gnu dot org
2007-08-22 13:12 ` joseph at codesourcery dot com
2007-08-22 13:46 ` rguenther at suse dot de
2007-08-22 14:52 ` joseph at codesourcery dot com
2007-08-22 15:03 ` rguenther at suse dot de
2008-03-23 15:16 ` rguenth at gcc dot gnu dot org
2008-03-24 15:10 ` rguenth at gcc dot gnu dot org
2008-03-24 15:11 ` rguenth at gcc dot gnu dot org
2008-03-24 15:11 ` rguenth 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).