This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/66432] New: libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]