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 c/68533] New: bogus location for "warning: âstruct s3â declared inside parameter list will not be visible outside of this definition or declaration"


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

            Bug ID: 68533
           Summary: bogus location for "warning: âstruct s3â declared
                    inside parameter list will not be visible outside of
                    this definition or declaration"
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

> ./cc1 -quiet t.c -O3 -fdump-tree-slp-details
t.c:18:29: warning: âstruct s3â declared inside parameter list will not be
visible outside of this definition or declaration
 foo (struct s3 *arg, struct s4 *arg1)
                             ^~


for the testcase in PR68517

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