public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/31448]  New: [4.1/4.2/4.3 Regression] ICE in expand_shift with bit fields and expand inlining constants
@ 2007-04-02 21:38 pinskia at gcc dot gnu dot org
  2007-04-02 21:38 ` [Bug middle-end/31448] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-02 21:38 UTC (permalink / raw)
  To: gcc-bugs

typedef struct _st {
    int iIndex : 24;
} st;
void f(void)
{
    st *next = 0;
    int nIndx;
    const static int constreg[] = { 0,};
    nIndx = 0;
    next->iIndex = constreg[nIndx];
}



apinski@debian:~$ ~/x86-linux-4.0.2/bin/gcc t2.c -O1
t2.c: In function 'f':
t2.c:10: internal compiler error: in expand_shift, at expmed.c:2316
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
apinski@debian:~$ ~/mainlineppc64/bin/powerpc64-linux-gnu-gcc t2.c -O1
t2.c: In function 'f':
t2.c:10: internal compiler error: in expand_shift, at expmed.c:2322
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1/4.2/4.3 Regression] ICE in expand_shift with bit
                    fields and expand inlining constants
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2007-04-23  1:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-02 21:38 [Bug middle-end/31448] New: [4.1/4.2/4.3 Regression] ICE in expand_shift with bit fields and expand inlining constants pinskia at gcc dot gnu dot org
2007-04-02 21:38 ` [Bug middle-end/31448] " pinskia at gcc dot gnu dot org
2007-04-06  1:58 ` pinskia at gcc dot gnu dot org
2007-04-15 22:14 ` mmitchel at gcc dot gnu dot org
2007-04-23  1:54 ` pinskia at gcc dot gnu dot org
2007-04-23  1:58 ` pinskia at gcc dot gnu dot org
2007-04-23  1:59 ` pinskia at gcc dot gnu dot org
2007-04-23  1:59 ` 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).