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 ipa/83594] New: ICE: in function_and_variable_visibility, at ipa-visibility.c:640 with __attribute__((noipa))


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

            Bug ID: 83594
           Summary: ICE: in function_and_variable_visibility, at
                    ipa-visibility.c:640 with __attribute__((noipa))
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz
                CC: jakub at gcc dot gnu.org, marxin at gcc dot gnu.org
  Target Milestone: ---

Created attachment 42966
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42966&action=edit
reduced testcase

Compiler output:
$ x86_64-pc-linux-gnu-gcc testcase.c 
during IPA pass: visibility
testcase.c:5:1: internal compiler error: in function_and_variable_visibility,
at ipa-visibility.c:640
 }
 ^
0x8e91e6 function_and_variable_visibility
        /repo/gcc-trunk/gcc/ipa-visibility.c:640
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.


This attribute is new in gcc-8.

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