public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/53142] New: FAIL: gcc.dg/pr52283.c (test for excess errors)
@ 2012-04-27 14:28 danglin at gcc dot gnu.org
  2012-04-27 18:53 ` [Bug middle-end/53142] " danglin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-04-27 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53142
           Summary: FAIL: gcc.dg/pr52283.c (test for excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
            Target: hppa*-*-*


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c  -fno-diagnostics-show-caret   
-a
nsi -pedantic-errors -S  -o pr52283.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/test/gnu/gcc/gc
c/gcc/testsuite/gcc.dg/pr52283.c -fno-diagnostics-show-caret -ansi
-pedantic-err
ors -S -o pr52283.s
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c: In function 'b':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c:12:5: error: case label is not
an integer constant expression [-Wpedantic]
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c: In function 'b':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c:12:5: error: case label is not
an integer constant expression [-Wpedantic]

FAIL: gcc.dg/pr52283.c (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr52283.c:12:5: error: case label is not
an integer constant expression [-Wpedantic]


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

* [Bug middle-end/53142] FAIL: gcc.dg/pr52283.c (test for excess errors)
  2012-04-27 14:28 [Bug middle-end/53142] New: FAIL: gcc.dg/pr52283.c (test for excess errors) danglin at gcc dot gnu.org
@ 2012-04-27 18:53 ` danglin at gcc dot gnu.org
  2012-04-27 18:57 ` danglin at gcc dot gnu.org
  2012-05-02 10:46 ` [Bug middle-end/53142] [4.8 Regression] " rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-04-27 18:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-04-27 18:52:44 UTC ---
Breakpoint 1, c_tree_printer (pp=0x80000001002055b8, text=0x800003fffdff1208,
    spec=0x80000001001c0dc9 "T", precision=0, wide=0 '\000',
    set_locus=0 '\000', hash=0 '\000') at ../../gcc/gcc/c-objc-common.c:136
136           gcc_assert (TYPE_P (t));
(gdb) p debug_tree (t)
 <field_decl 800003fffdeb1098 b
    type <integer_type 800003fffddd75e8 int public SI
        size <integer_cst 800003fffddd08e0 constant 32>
        unit size <integer_cst 800003fffddd0900 constant 4>
        align 32 symtab 0 alias set -1 canonical type 800003fffddd75e8
precision 32 min <integer_cst 800003fffddd0880 -2147483648> max <integer_cst
800003fffddd08a0 2147483647>
        pointer_to_this <pointer_type 800003fffdde42a0>>
    SI file /test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/20011021-1.c line 11 col 7
size <integer_cst 800003fffddd08e0 32> unit size <integer_cst 800003fffddd0900
4>
    align 32 offset_align 128
    offset <integer_cst 800003fffddd05a0 type <integer_type 800003fffddd7000
sizetype> constant 0> bit offset <integer_cst 800003fffddd08e0 32> context
<record_type 800003fffdea29d8 t> chain <field_decl 800003fffdeb1130 c>>
$4 = void


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

* [Bug middle-end/53142] FAIL: gcc.dg/pr52283.c (test for excess errors)
  2012-04-27 14:28 [Bug middle-end/53142] New: FAIL: gcc.dg/pr52283.c (test for excess errors) danglin at gcc dot gnu.org
  2012-04-27 18:53 ` [Bug middle-end/53142] " danglin at gcc dot gnu.org
@ 2012-04-27 18:57 ` danglin at gcc dot gnu.org
  2012-05-02 10:46 ` [Bug middle-end/53142] [4.8 Regression] " rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-04-27 18:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-04-27 18:56:44 UTC ---
(In reply to comment #1)

Oops, ignore last comment.  It was for different PR.


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

* [Bug middle-end/53142] [4.8 Regression] FAIL: gcc.dg/pr52283.c (test for excess errors)
  2012-04-27 14:28 [Bug middle-end/53142] New: FAIL: gcc.dg/pr52283.c (test for excess errors) danglin at gcc dot gnu.org
  2012-04-27 18:53 ` [Bug middle-end/53142] " danglin at gcc dot gnu.org
  2012-04-27 18:57 ` danglin at gcc dot gnu.org
@ 2012-05-02 10:46 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-02 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.8.0
            Summary|FAIL: gcc.dg/pr52283.c      |[4.8 Regression] FAIL:
                   |(test for excess errors)    |gcc.dg/pr52283.c (test for
                   |                            |excess errors)

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-02 10:46:01 UTC ---
Fixed.


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

end of thread, other threads:[~2012-05-02 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 14:28 [Bug middle-end/53142] New: FAIL: gcc.dg/pr52283.c (test for excess errors) danglin at gcc dot gnu.org
2012-04-27 18:53 ` [Bug middle-end/53142] " danglin at gcc dot gnu.org
2012-04-27 18:57 ` danglin at gcc dot gnu.org
2012-05-02 10:46 ` [Bug middle-end/53142] [4.8 Regression] " rguenth at gcc dot gnu.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).