public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1
@ 2004-07-23 16:03 falk at debian dot org
  2004-07-23 16:26 ` [Bug middle-end/16692] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: falk at debian dot org @ 2004-07-23 16:03 UTC (permalink / raw)
  To: gcc-bugs

% cat test.c        
static void genuid_glib_pseudo(char *buffer, int length) {
    static int inc;
    int i;
    for (i = 0; i < length; i++) {
        if (i < sizeof (int))
            buffer[i] = ((char *) &inc)[i];
    }
}

void ORBit_genuid_buffer(char *buffer, int length) {
    genuid_glib_pseudo(buffer, length);
}

% gcc -c -v -O2 test.c
Reading specs from
/usr/local/stow/gcc-lno-2004.07.19/bin/../lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/specs
Configured with: ../configure --disable-nls --enable-languages=c++
Thread model: posix
gcc version 3.5-tree-ssa-lno 20040719 (merged 20040718)
 /usr/local/stow/gcc-lno-2004.07.19/bin/../libexec/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/cc1
-quiet -v -iprefix
/usr/local/stow/gcc-lno-2004.07.19/bin/../lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/
test.c -quiet -dumpbase test.c -mcpu=ev67 -auxbase test -O2 -version -o
/tmp/ccExSjdi.s
ignoring nonexistent directory
"/usr/local/stow/gcc-lno-2004.07.19/bin/../lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/../../../../alphaev68-unknown-linux-gnu/include"
ignoring nonexistent directory "NONE/include"
ignoring duplicate directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/include"
ignoring nonexistent directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/../../../../alphaev68-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/stow/gcc-lno-2004.07.19/bin/../lib/gcc/alphaev68-unknown-linux-gnu/3.5-tree-ssa-lno/include
 /usr/local/include
 /usr/include
End of search list.
GNU C version 3.5-tree-ssa-lno 20040719 (merged 20040718)
(alphaev68-unknown-linux-gnu)
        compiled by GNU C version 3.5-tree-ssa-lno 20040719 (merged 20040718).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
test.c: In function `ORBit_genuid_buffer':
test.c:10: internal compiler error: in expand_expr_real_1, at expr.c:6350
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Does not occur at -O or with -fno-inline.

-- 
           Summary: ICE in expand_expr_real_1
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


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

* [Bug middle-end/16692] [3.5 Regression] ICE in expand_expr_real_1
  2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
@ 2004-07-23 16:26 ` pinskia at gcc dot gnu dot org
  2004-07-26 22:27 ` [Bug middle-end/16692] [lno] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-23 16:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|rtl-optimization            |middle-end
            Summary|ICE in expand_expr_real_1   |[3.5 Regression] ICE in
                   |                            |expand_expr_real_1
   Target Milestone|---                         |3.5.0


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


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

* [Bug middle-end/16692] [lno] ICE in expand_expr_real_1
  2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
  2004-07-23 16:26 ` [Bug middle-end/16692] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-26 22:27 ` pinskia at gcc dot gnu dot org
  2004-07-28 21:29 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-26 22:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.5 Regression] ICE in     |[lno] ICE in
                   |expand_expr_real_1          |expand_expr_real_1
   Target Milestone|3.5.0                       |lno
            Version|3.5.0                       |lno


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


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

* [Bug middle-end/16692] [lno] ICE in expand_expr_real_1
  2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
  2004-07-23 16:26 ` [Bug middle-end/16692] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-07-26 22:27 ` [Bug middle-end/16692] [lno] " pinskia at gcc dot gnu dot org
@ 2004-07-28 21:29 ` pinskia at gcc dot gnu dot org
  2004-08-23 13:15 ` falk at debian dot org
  2004-09-12 10:56 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-28 21:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-28 21:29 -------
I cannot reproduce this on "3.5-tree-ssa-lno 20040727 (merged 20040718) (powerpc-apple-
darwin7.4.1)"

-- 


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


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

* [Bug middle-end/16692] [lno] ICE in expand_expr_real_1
  2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
                   ` (2 preceding siblings ...)
  2004-07-28 21:29 ` pinskia at gcc dot gnu dot org
@ 2004-08-23 13:15 ` falk at debian dot org
  2004-09-12 10:56 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: falk at debian dot org @ 2004-08-23 13:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2004-08-23 13:15 -------
Hmm, weird. I can still reproduce it with GNU C version 3.5-tree-ssa-lno
20040823 (merged 20040718) (alphaev68-unknown-linux-gnu).

-- 


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


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

* [Bug middle-end/16692] [lno] ICE in expand_expr_real_1
  2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
                   ` (3 preceding siblings ...)
  2004-08-23 13:15 ` falk at debian dot org
@ 2004-09-12 10:56 ` falk at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: falk at debian dot org @ 2004-09-12 10:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2004-09-12 10:56 -------
Cannot reproduce anymore with 4.0.0 20040911; closing as fixed.


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


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


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

end of thread, other threads:[~2004-09-12 10:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-23 16:03 [Bug rtl-optimization/16692] New: ICE in expand_expr_real_1 falk at debian dot org
2004-07-23 16:26 ` [Bug middle-end/16692] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-26 22:27 ` [Bug middle-end/16692] [lno] " pinskia at gcc dot gnu dot org
2004-07-28 21:29 ` pinskia at gcc dot gnu dot org
2004-08-23 13:15 ` falk at debian dot org
2004-09-12 10:56 ` falk at debian 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).