public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12405] New: [3.3 regression] gcc.dg/pack-test-2.c failing
@ 2003-09-25 17:38 debian-gcc at lists dot debian dot org
  2003-09-25 19:34 ` [Bug c/12405] " pinskia at gcc dot gnu dot org
  2003-12-09 18:31 ` dhazeghi at yahoo dot com
  0 siblings, 2 replies; 3+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-09-25 17:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3 regression] gcc.dg/pack-test-2.c failing
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org

Between 20030909 and 20030923 I see the following additional
regressions on the branch (i486-linux, glibc-2.3.2):

gcc:
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 6)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 7)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 10)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 14)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 19)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 21)
FAIL: gcc.dg/pack-test-2.c (test for excess errors)

seen on i586-linux builds as posted to gcc-testresults as well.

Executing on host: build/gcc/xgcc -Bbuild/gcc/
src/gcc/testsuite/gcc.dg/pack-test-2.c    -ansi -pedantic-errors -S  -o
pack-test-2.s    (timeout = 450)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma
pack(push[, id], <n>)' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma pack(pop[,
id])' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack(pop, bar)
encountered without matching #pragma pack(push, bar, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: alignment must be a small
power of two, not 3
output is:
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma
pack(push[, id], <n>)' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma pack(pop[,
id])' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack(pop, bar)
encountered without matching #pragma pack(push, bar, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: alignment must be a small
power of two, not 3

FAIL: gcc.dg/pack-test-2.c  (test for errors, line 6)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 7)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 10)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 14)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 19)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 21)
FAIL: gcc.dg/pack-test-2.c (test for excess errors)
Excess errors:
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma
pack(push[, id], <n>)' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: malformed '#pragma pack(pop[,
id])' - ignored
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack(pop, bar)
encountered without matching #pragma pack(push, bar, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: #pragma pack (pop)
encountered without matching #pragma pack (push, <n>)
src/gcc/testsuite/gcc.dg/pack-test-2.c:0: warning: alignment must be a small
power of two, not 3


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

* [Bug c/12405] [3.3 regression] gcc.dg/pack-test-2.c failing
  2003-09-25 17:38 [Bug c/12405] New: [3.3 regression] gcc.dg/pack-test-2.c failing debian-gcc at lists dot debian dot org
@ 2003-09-25 19:34 ` pinskia at gcc dot gnu dot org
  2003-12-09 18:31 ` dhazeghi at yahoo dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-25 19:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-25 19:15 -------
Fixed by <http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01744.html>:
from  Alexandre Oliva  <aoliva@redhat.com>

        * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
        code path that calls a handler.


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

* [Bug c/12405] [3.3 regression] gcc.dg/pack-test-2.c failing
  2003-09-25 17:38 [Bug c/12405] New: [3.3 regression] gcc.dg/pack-test-2.c failing debian-gcc at lists dot debian dot org
  2003-09-25 19:34 ` [Bug c/12405] " pinskia at gcc dot gnu dot org
@ 2003-12-09 18:31 ` dhazeghi at yahoo dot com
  1 sibling, 0 replies; 3+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.2


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


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

end of thread, other threads:[~2003-12-09 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-25 17:38 [Bug c/12405] New: [3.3 regression] gcc.dg/pack-test-2.c failing debian-gcc at lists dot debian dot org
2003-09-25 19:34 ` [Bug c/12405] " pinskia at gcc dot gnu dot org
2003-12-09 18:31 ` dhazeghi at yahoo dot com

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).