public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
@ 2015-06-05 13:20 vries at gcc dot gnu.org
  2015-06-08 10:03 ` [Bug middle-end/66432] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-06-05 13:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66432

            Bug ID: 66432
           Summary: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch
                    between an SSA_NAME and its symbol
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

Run src/libgomp/testsuite/libgomp.c/appendix-a/a.29.1.c with '--target_board
unix/-O2/-g':
...
FAIL: libgomp.c/appendix-a/a.29.1.c (test for excess errors)
Excess errors:
src/libgomp/testsuite/libgomp.c/appendix-a/a.29.1.c:6:1: error: type mismatch
between an SSA_NAME and its symbol

UNRESOLVED: libgomp.c/appendix-a/a.29.1.c compilation failed to produce
executable
...

Without -g, the testcase passes.


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

* [Bug middle-end/66432] libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
  2015-06-05 13:20 [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol vries at gcc dot gnu.org
@ 2015-06-08 10:03 ` rguenth at gcc dot gnu.org
  2015-06-15 12:23 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-08 10:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66432

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-08
          Component|libgomp                     |middle-end
            Version|unknown                     |6.0
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.


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

* [Bug middle-end/66432] libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
  2015-06-05 13:20 [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol vries at gcc dot gnu.org
  2015-06-08 10:03 ` [Bug middle-end/66432] " rguenth at gcc dot gnu.org
@ 2015-06-15 12:23 ` vries at gcc dot gnu.org
  2015-06-30 15:02 ` vries at gcc dot gnu.org
  2015-06-30 21:31 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-06-15 12:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66432

--- Comment #3 from vries at gcc dot gnu.org ---
Created attachment 35783
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35783&action=edit
tentative patch


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

* [Bug middle-end/66432] libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
  2015-06-05 13:20 [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol vries at gcc dot gnu.org
  2015-06-08 10:03 ` [Bug middle-end/66432] " rguenth at gcc dot gnu.org
  2015-06-15 12:23 ` vries at gcc dot gnu.org
@ 2015-06-30 15:02 ` vries at gcc dot gnu.org
  2015-06-30 21:31 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-06-30 15:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66432

--- Comment #4 from vries at gcc dot gnu.org ---
Testing tentative patch


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

* [Bug middle-end/66432] libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol
  2015-06-05 13:20 [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-06-30 15:02 ` vries at gcc dot gnu.org
@ 2015-06-30 21:31 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-06-30 21:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66432

--- Comment #5 from vries at gcc dot gnu.org ---
(In reply to vries from comment #4)
> Testing tentative patch

Bootstrap and reg-test on x86_64 went ok.


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

end of thread, other threads:[~2015-06-30 21:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 13:20 [Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol vries at gcc dot gnu.org
2015-06-08 10:03 ` [Bug middle-end/66432] " rguenth at gcc dot gnu.org
2015-06-15 12:23 ` vries at gcc dot gnu.org
2015-06-30 15:02 ` vries at gcc dot gnu.org
2015-06-30 21:31 ` vries 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).