public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
@ 2011-06-09 12:41 hjl.tools at gmail dot com
  2011-06-09 13:00 ` [Bug testsuite/49341] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-09 12:41 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and
                    gcc.dg/tls/section-1.c
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86, revision 174836 gave

FAIL: gcc.dg/20051207-3.c (test for excess errors)
FAIL: gcc.dg/tls/section-1.c (test for excess errors)

Revision 174833 is OK.


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

* [Bug testsuite/49341] [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
  2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
@ 2011-06-09 13:00 ` hjl.tools at gmail dot com
  2011-06-09 16:22 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-09 13:00 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andi-gcc at firstfloor dot
                   |                            |org
          Component|middle-end                  |testsuite
   Target Milestone|---                         |4.7.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-09 13:00:03 UTC ---
It is caused by revision 174836:

http://gcc.gnu.org/ml/gcc-cvs/2011-06/msg00325.html


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

* [Bug testsuite/49341] [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
  2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
  2011-06-09 13:00 ` [Bug testsuite/49341] " hjl.tools at gmail dot com
@ 2011-06-09 16:22 ` dominiq at lps dot ens.fr
  2011-06-13  2:23 ` hp at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-06-09 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-06-09 16:18:07 UTC ---
For gcc.dg/20051207-3.c the excess error on x86_64-apple-darwin10 is

/opt/gcc/work/gcc/testsuite/gcc.dg/20051207-3.c:6:5: note: 'a' was declared
here

gcc.dg/tls/section-1.c is not supported on x86_64-apple-darwin10.


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

* [Bug testsuite/49341] [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
  2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
  2011-06-09 13:00 ` [Bug testsuite/49341] " hjl.tools at gmail dot com
  2011-06-09 16:22 ` dominiq at lps dot ens.fr
@ 2011-06-13  2:23 ` hp at gcc dot gnu.org
  2011-06-13  2:41 ` hjl.tools at gmail dot com
  2011-06-13  2:46 ` andi-gcc at firstfloor dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu.org @ 2011-06-13  2:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-06-13 02:23:07 UTC ---
I think this PR has been fixed, at least it's gone for cris-elf and I can't see
it in <http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg01448.html>.  H.J.,
please close if fixed.


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

* [Bug testsuite/49341] [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
  2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-13  2:23 ` hp at gcc dot gnu.org
@ 2011-06-13  2:41 ` hjl.tools at gmail dot com
  2011-06-13  2:46 ` andi-gcc at firstfloor dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-13  2:41 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-13 02:40:54 UTC ---
Fixed as of revision 174974.


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

* [Bug testsuite/49341] [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c
  2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-06-13  2:41 ` hjl.tools at gmail dot com
@ 2011-06-13  2:46 ` andi-gcc at firstfloor dot org
  4 siblings, 0 replies; 6+ messages in thread
From: andi-gcc at firstfloor dot org @ 2011-06-13  2:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Andi Kleen <andi-gcc at firstfloor dot org> 2011-06-13 02:45:50 UTC ---
Thanks for fixing. I should have gotten it done earlier.


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

end of thread, other threads:[~2011-06-13  2:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09 12:41 [Bug middle-end/49341] New: [4.7 Regression] FAIL: gcc.dg/20051207-3.c and gcc.dg/tls/section-1.c hjl.tools at gmail dot com
2011-06-09 13:00 ` [Bug testsuite/49341] " hjl.tools at gmail dot com
2011-06-09 16:22 ` dominiq at lps dot ens.fr
2011-06-13  2:23 ` hp at gcc dot gnu.org
2011-06-13  2:41 ` hjl.tools at gmail dot com
2011-06-13  2:46 ` andi-gcc at firstfloor 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).